firebirds
2781f8c4e3
increment build number
2018-09-19 00:03:18 +00:00
hvlad
b6b7d6525c
Additional fix for bug CORE-5436 : [FB3 SC] Server hangs (under load test)
...
The case when main thread convert still not acquired lock when AST thread assert locks.
It leads to the error: Fatal lock manager error: invalid lock id (0)
2018-09-18 22:34:57 +03:00
hvlad
7efe280e11
Fixed bug CORE-5911 : Connection could hung after no activity for 60 seconds
2018-09-18 22:34:27 +03:00
hvlad
0956233dea
Rename MON$CONNECTION_COMPRESSED and MON$CONNECTION_ENCRYPTED to MON$WIRE_COMPRESSED and MON$WIRE_ENCRYPTED
...
to be inline with config settings (WireCompression and WireCrypt) and context variables (WIRE_COMPRESSED and WIRE_ENCRYPTED)
2018-09-18 20:05:54 +03:00
hvlad
a51a1bbb21
Implement sub-task CORE-5913 : Add context variables with compression and encryption status of current connection
2018-09-18 19:58:37 +03:00
firebirds
548c65adf7
increment build number
2018-09-18 00:03:20 +00:00
Dmitry Starodubov
0c275c1f3a
Fixed CORE-5823: No permission for SELECT access to blob field in stored procedure. And CORE-5841: No permission for SELECT access to TABLE PLG$SRP in newer snapshot. ( #170 )
2018-09-17 15:59:14 +03:00
firebirds
b0ed893fd5
increment build number
2018-09-14 00:03:21 +00:00
Adriano dos Santos Fernandes
a7e162471f
Fix CORE-5905 - Inconsistencies with PSQL FUNCTION vs UDF.
2018-09-13 12:22:40 -03:00
firebirds
56f92790c1
increment build number
2018-09-13 00:03:21 +00:00
Alex Peshkoff
5522550eb7
Cleanup
2018-09-12 18:09:15 +03:00
Alex Peshkoff
459a2ae056
Comment
2018-09-12 16:09:18 +03:00
firebirds
628e7b27e6
increment build number
2018-09-11 00:03:19 +00:00
Alex Peshkoff
4728f410ac
Remove unused in c++11 atomic support libraries
2018-09-10 16:19:04 +03:00
firebirds
2d2edc0f53
increment build number
2018-09-08 00:03:18 +00:00
Alex Peshkoff
2d973b902e
Implemented CORE-5908: Enhance dynamic libraries loading related error messages
2018-09-07 16:51:17 +03:00
firebirds
cb66c186ac
increment build number
2018-09-06 00:03:11 +00:00
Alex Peshkoff
9f3fa49fe3
Applied modified patch from Damyan fixing piped decompression
2018-09-05 18:03:32 +03:00
firebirds
04508a0f73
increment build number
2018-09-05 00:03:13 +00:00
Adriano dos Santos Fernandes
052f55e753
Fix warning.
2018-09-04 12:26:53 -03:00
firebirds
ebbb04aba5
increment build number
2018-09-03 00:03:19 +00:00
hvlad
5f43440417
Enable back all builds
2018-09-03 00:11:28 +03:00
hvlad
60a4e050ad
Attempt to fix issue with Visual Studio 2017
2018-09-02 23:42:57 +03:00
Vlad Khorsun
877a18df0d
Enable VS 2017 build
2018-09-02 16:13:14 +03:00
Vlad Khorsun
4ef89423dd
MSVC15 (VS 2017) build
2018-09-02 16:02:58 +03:00
firebirds
d0bb806727
increment build number
2018-09-01 00:03:24 +00:00
Adriano dos Santos Fernandes
de7edf7e72
Fix CORE-1592 - Altering procedure parameters can lead to unrestorable database.
2018-08-31 13:45:33 -03:00
Alex Peshkoff
bf1dc0ff85
Avoid races in YObject::destroy()
2018-08-31 15:43:39 +03:00
Alex Peshkoff
2cb086d431
This should fix memory leak when not fully initialized attachment killed by DBA
2018-08-31 12:55:38 +03:00
firebirds
805990a5da
increment build number
2018-08-31 00:03:16 +00:00
hvlad
69b9182b16
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:30:52 +03:00
hvlad
cdc7010bfc
Fixed assertion
2018-08-30 16:44:29 +03:00
firebirds
dac9493fdd
increment build number
2018-08-30 00:03:17 +00:00
Alex Peshkoff
db4ad62394
Fixed comment, thanks to Adriano
2018-08-29 19:09:31 +03:00
Alex Peshkoff
d94d92bbec
Commented assertion to fix DEV_BUILD, to be reviewed by Vlad
2018-08-29 18:57:58 +03:00
Alex Peshkoff
f97bb71781
Fixed CORE-5793: Error returned from DbCryptPlugin::setKey() is not shown
2018-08-29 18:52:52 +03:00
hvlad
b2c0b443e4
Request while running in autonomous read-committed read consistency transaction should start own snapshot.
2018-08-29 14:30:29 +03:00
hvlad
75e6afec71
Add intermediate GC to the VIO_writelock
2018-08-29 10:45:16 +03:00
firebirds
1eb585465c
increment build number
2018-08-29 00:03:16 +00:00
Alex Peshkoff
dc06a58a1a
Fixed CORE-5860: Support auth_plugin_list dpb/spb item from application to client
2018-08-28 18:43:41 +03:00
Alex Peshkoff
2cce5c7f54
Fixed CORE-5904: An attempt to create global mapping with long (> SQL identifier length) FROM field fails
2018-08-28 14:00:39 +03:00
firebirds
c77f110398
increment build number
2018-08-28 00:03:27 +00:00
Vlad Khorsun
9cf67d48b2
Merge pull request #167 from red-soft-ru/fix_mon
...
Restored accidentally deleted field MON$RECORD_IMGC
2018-08-27 23:13:45 +03:00
Dmitry Starodubov
31de1e0b55
Restored accidentally deleted field MON$RECORD_IMGC
2018-08-27 18:21:46 +03:00
hvlad
79d16e667d
Fixed bug CORE-5898 : ROLE not passed in EXECUTE STATEMENT ... ON EXTERNAL
2018-08-27 17:35:10 +03:00
firebirds
d51a61da65
increment build number
2018-08-27 00:03:25 +00:00
hvlad
e5bbfadb2f
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 01:00:23 +03:00
hvlad
96ac2145e8
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-26 23:24:40 +03:00
hvlad
42ec33f1e8
Avoid race condition in cancel_operation() when client connection breaks immediately after op_detach.
...
Alex, please review.
2018-08-26 23:23:35 +03:00
hvlad
7b1db44868
Front-ported: Avoid race condition (with AV) when YEvents object references is released concurrently.
...
Alex, please review.
2018-08-26 23:22:51 +03:00