8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 03:23:04 +01:00
Commit Graph

56513 Commits

Author SHA1 Message Date
Vlad Khorsun
523300236e Avoid too early kill of probably working (not hung) thread. 2022-09-20 14:42:45 +03:00
AlexPeshkoff
bc2e4dfda0 Posfix for #7304: Events in system attachments (like garbage collector) are not traced, do not attempt to attach database from unwindAttach when it failed before complete DBB initialization 2022-09-20 12:49:57 +03:00
AlexPeshkoff
d8b9282f47 Revert "Fixed #7299: gfix hangs on disconnect when transactions trace active"
This reverts commit dd2c92f068.
2022-09-19 17:10:01 +03:00
firebirds
a1a6c281a3 increment build number 2022-09-18 00:06:53 +00:00
Dmitry Yemanov
e06d98e7aa This should solve #1708: Avoid data retrieval if the WHERE clause always evaluates to FALSE 2022-09-17 14:14:59 +03:00
Dmitry Yemanov
26aaddad6d Fixed #6941: Dummy (always true) conditions may change the join order 2022-09-17 09:18:28 +03:00
firebirds
6eb4610bae increment build number 2022-09-17 00:07:15 +00:00
Dmitry Yemanov
96f4018bb3 More complete solution for #3357 and #7118 (fontported) 2022-09-16 17:53:40 +03:00
firebirds
b82ddc532c increment build number 2022-09-16 00:08:07 +00:00
AlexPeshkoff
711eb3e02b Fixed #7304: Events in system attachments (like garbage collector) are not traced 2022-09-15 19:46:32 +03:00
AlexPeshkoff
fa154ca832 Support use of system libedit 2022-09-15 16:59:34 +03:00
firebirds
dd969d1b17 increment build number 2022-09-15 00:07:18 +00:00
GitHub Action
8e33ca97a2 Misc. 2022-09-14 10:23:43 +00:00
firebirds
01b9bb6640 increment build number 2022-09-14 00:08:07 +00:00
AlexPeshkoff
bd66b2b648 Assertion condition was too strong 2022-09-13 19:35:23 +03:00
AlexPeshkoff
ecd96ae41c Missing initialization 2022-09-13 18:47:55 +03:00
AlexPeshkoff
dd2c92f068 Fixed #7299: gfix hangs on disconnect when transactions trace active
(cherry picked from commit 1ffe59ff47)
(cherry picked from commit 24bc8caced)
2022-09-13 17:22:55 +03:00
firebirds
56218e0a27 increment build number 2022-09-10 00:07:13 +00:00
AlexPeshkoff
fecb76630d Correct diags 2022-09-09 09:46:42 +03:00
Adriano dos Santos Fernandes
7b7da2459a
Merge pull request #7293 from FirebirdSQL/work/android-gh
Create Android packages with all necessary files in all architectures (x86, x64, arm32, arm64)
2022-09-08 21:40:31 -03:00
firebirds
2c8c13c63c increment build number 2022-09-09 00:07:29 +00:00
Dmitry Yemanov
ba27aeb1ce Fixed (fingers crossed) my commit for #7294 2022-09-08 20:33:40 +03:00
firebirds
d5cd262a5c increment build number 2022-09-08 00:08:55 +00:00
Dmitry Yemanov
4ebcb7c57d Fixed #7294: Allow FB-known macros in replication.conf 2022-09-07 19:36:53 +03:00
Dmitry Yemanov
130d26d536 Misc 2022-09-07 19:36:43 +03:00
AlexPeshkoff
4eef295d5c This should fix windows build 2022-09-07 18:52:08 +03:00
AlexPeshkoff
77e711a68d Fixed #7296: During shutdown op_disconnect may be sent to invalid handle 2022-09-07 18:05:53 +03:00
AlexPeshkoff
b7d42e20fa Fixed #7295: Unexpected message 'Error reading data from the connection' when fbtracemgr is closed using ctrl-C 2022-09-07 18:05:53 +03:00
Adriano dos Santos Fernandes
dfc311dd67 Wait some time to avoid Android emulator not being yet started. 2022-09-07 11:27:23 -03:00
Adriano dos Santos Fernandes
5860d73ca7 Add tzdata to Android packages. 2022-09-07 10:03:02 -03:00
Adriano dos Santos Fernandes
d44f3cb94b Adjust Android x86/x64 build. 2022-09-07 10:03:01 -03:00
Vlad Khorsun
ef975036dd Fixed stack overflow reason as shown by failed fbt test for core-4653. 2022-09-07 13:26:08 +03:00
firebirds
92ae3c8f13 increment build number 2022-09-07 00:07:20 +00:00
Vlad Khorsun
fcd63af40a Add missed initialization.
Thanks to Pavel Zotov for report.
2022-09-06 22:35:10 +03:00
Adriano dos Santos Fernandes
84a0168870 Split Android package into two phases, second one to run in emulator.
Add GitHub action to run second phase in MacOS machine, where Android emulator can run.

Currently this is done for ARM 32/64 builds.
2022-09-06 08:50:47 -03:00
Adriano dos Santos Fernandes
14fc962ed3
Merge pull request #7284 from FirebirdSQL/work/release-filenames
Change release filenames as the following examples
2022-09-06 07:43:00 -03:00
firebirds
e1df96caf0 increment build number 2022-09-05 00:06:58 +00:00
Vlad Khorsun
f0c87bbb02 Copy udrcpp_example.dll to the output folder. 2022-09-04 20:08:35 +03:00
Vlad Khorsun
fc8e57837f Add missed descriptions of new binaries. 2022-09-04 18:33:19 +03:00
Vlad Khorsun
fb18d3371a Try to use default placement of 7zip, if env var SEVENZIP is not set by the user. 2022-09-04 18:32:38 +03:00
Vlad Khorsun
e9227aa31c Revert build destination to the temp\...\firebird folder.
make_boot now copies .conf and security.db files into temp\...\firebird, if it not exists there before.
yachts.lnk and security.fdb now symlinks, not a copy of metadata.fdb and securityXXX.fdb.
2022-09-04 18:30:30 +03:00
Dmitry Yemanov
6dad1d32e5 This should fix #7288: Server crashes when working with DSQL savepoints 2022-09-04 11:32:18 +03:00
firebirds
3febd866cd increment build number 2022-09-03 00:07:10 +00:00
AlexPeshkoff
aaebdc9375 comment 2022-09-02 18:35:53 +03:00
AlexPeshkoff
c3be5edecb Fixed #7281: Concurrent NBackup crashes server on Linux
(cherry picked from commit c442eb63cf)
2022-09-02 17:22:48 +03:00
Adriano dos Santos Fernandes
47a829a8bf Package ICU with Android build and more fixes to AfterUntar phase. 2022-09-01 22:46:43 -03:00
firebirds
9799f3c5f1 increment build number 2022-09-02 00:07:34 +00:00
Adriano dos Santos Fernandes
dcd86cf05e
Make Android build work with modern NDK and fix build issues (#7286) 2022-09-01 20:51:12 -03:00
AlexPeshkoff
d634af18d3 Changed according to Adriano's advice 2022-09-01 17:49:12 +03:00
AlexPeshkoff
018479e8e9 -m 2022-09-01 14:39:35 +03:00