Alex Peshkoff
fac2555e4c
Fixed warning - thanks to Adriano
2018-09-04 18:38:57 +03:00
firebirds
6f7192783d
increment build number
2018-09-01 00:03:57 +00:00
Alex Peshkoff
cb9716a703
Avoid races in YObject::destroy()
2018-08-31 15:44:32 +03:00
hvlad
7da1533744
Unify memory allocation in verb_post.
2018-08-31 14:41:19 +03:00
Alex Peshkoff
7e314cbfdc
This should fix memory leak when not fully initialized attachment killed by DBA
2018-08-31 12:56:13 +03:00
firebirds
e85db79085
increment build number
2018-08-31 00:03:48 +00:00
hvlad
2f04c22ca7
This should fix crash when not fully initialized attachment killed by DBA.
...
For example - sweep (it happens few times when running core_4337.fbt).
2018-08-30 20:38:36 +03:00
firebirds
3957866ac9
increment build number
2018-08-30 00:03:49 +00:00
Alex Peshkoff
21bdc4a60d
Fixed comment, thanks to Adriano
2018-08-29 19:10:22 +03:00
Alex Peshkoff
76347ed5ca
Backported CORE-5793: Error returned from DbCryptPlugin::setKey() is not shown
2018-08-29 18:54:50 +03:00
firebirds
99ed7afeef
increment build number
2018-08-29 00:03:48 +00:00
Alex Peshkoff
d9fabca6be
Backported CORE-5860: Support auth_plugin_list dpb/spb item from application to client
2018-08-28 18:44:24 +03:00
Alex Peshkoff
4c8c78f356
Backported CORE-5904: An attempt to create global mapping with long (> SQL identifier length) FROM field fails
2018-08-28 14:02:24 +03:00
firebirds
ea18867de5
increment build number
2018-08-28 00:03:57 +00:00
hvlad
b0ab147b27
Fixed bug CORE-5898 : ROLE not passed in EXECUTE STATEMENT ... ON EXTERNAL
2018-08-27 17:25:06 +03:00
firebirds
96b3b6fbda
increment build number
2018-08-27 00:03:54 +00:00
hvlad
5af5f6abe2
This should fix a bug CORE-5902 : Add Firebird Event fails with error "While isc_que_events - Failed to establish a secondary connection for event processing."
2018-08-27 00:44:55 +03:00
firebirds
3b507ca05a
increment build number
2018-08-25 00:03:50 +00:00
Alex Peshkoff
fd8e066438
Backported CORE-5886: Nbackup does not work after 32K of backups iterations
2018-08-24 18:07:37 +03:00
firebirds
720195ecc3
increment build number
2018-08-23 00:03:46 +00:00
Alex Peshkoff
9675ab2cee
Backported CORE-5900: Banned during engine shutdown threads cause unwanted delays when shutting server
2018-08-22 19:16:44 +03:00
Alex Peshkoff
c14f4c8259
Backported changes in memory leaks debugging code
2018-08-22 16:35:08 +03:00
Alex Peshkoff
c68bfdbb15
Backported CORE-5899: Memory leak in GBAK code when used as service
2018-08-22 16:34:29 +03:00
firebirds
7e057c0a8c
increment build number
2018-08-16 00:03:42 +00:00
Alex Peshkoff
f878c3b140
Backported CORE-5893:gbak may crash database when mixing alias with full database name
2018-08-15 16:17:06 +03:00
firebirds
7ef88cba6e
increment build number
2018-08-11 00:03:48 +00:00
hvlad
a1dbdc3656
Avoid crash due to executing already unloaded code (in attachmentShutdownThread).
...
Probably, same trick should be used in all threads, started not by Dispatcher,
which could run after its module is unloaded concurrently. So far, it looks like
Windows specific.
2018-08-11 00:14:01 +03:00
hvlad
c83b395a40
Avoid race condition in cancel_operation() when client connection breaks immediately after op_detach.
...
Alex, please review.
2018-08-11 00:04:26 +03:00
hvlad
52e9d571ed
Avoid race condition (with AV) when YEvents object references is released concurrently
2018-08-11 00:01:16 +03:00
hvlad
b881d2d9ec
Fix incorrect reference counting for EventManager object.
...
It leads to the crash due to attempt to execute code (watcher_thread) after engine DLL is unloaded.
2018-08-10 23:58:47 +03:00
hvlad
3b414d0755
Avoid double delete of ThreadSync object
2018-08-10 23:56:23 +03:00
hvlad
58e88d0801
Clear events of dead process, not our own
2018-08-10 23:53:20 +03:00
Alex Peshkoff
1041ad7d20
Backported fix of segfault in special build.
2018-08-10 17:16:59 +03:00
firebirds
57a966ed42
increment build number
2018-08-07 00:03:45 +00:00
Adriano dos Santos Fernandes
58314bf3b9
Make appveyor fail when build script fail and disable Visual Studio 2017 build.
2018-08-06 19:54:32 -03:00
firebirds
f7477aa531
increment build number
2018-08-03 00:03:35 +00:00
Alex Peshkoff
5df4b868d8
Backported CORE-5884: Initial global mapping from srp plugin does not work
2018-08-02 19:03:03 +03:00
firebirds
6550c134bd
increment build number
2018-08-01 00:03:47 +00:00
Alex Peshkoff
decb92dafd
Backported CORE-5876: Provide name of udf function for "arithmetic exception, numeric overflow, or string truncation"
2018-07-31 16:09:41 +03:00
firebirds
df640d08b4
increment build number
2018-07-31 00:03:48 +00:00
Alex Peshkoff
05f4ac5741
Backported CORE-5881: Network server ignores any error that took place in KeyHolderPlugin when establishing initial callback with client
2018-07-30 14:09:59 +03:00
firebirds
b46ccc86b7
increment build number
2018-07-28 00:03:46 +00:00
4ea47e60d8
32bit build O2 optimisation too
2018-07-27 16:27:03 +02:00
bec4b1c11e
Reintroduce optimisation for 64bit build after commit of alignment fix (CORE-5865)
2018-07-27 16:18:17 +02:00
Alex Peshkoff
b17e36751f
Backported fix for CORE-5865: Alignment error on x86_64
2018-07-27 16:48:10 +03:00
firebirds
d92d59d93b
increment build number
2018-07-27 00:03:42 +00:00
Adriano dos Santos Fernandes
c47327e1f8
Added appveyor badge.
2018-07-26 12:45:49 -03:00
firebirds
161f6c7547
increment build number
2018-07-26 00:03:46 +00:00
hvlad
54f024a9b2
This should fix bug CORE-5844 : Firebird freeze for new connections
2018-07-26 00:53:03 +03:00
Ilya Eremin
7e3a2e419d
Stop database restore with -o option when no space left on disk ( #128 )
2018-07-25 19:40:24 +03:00