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

53293 Commits

Author SHA1 Message Date
firebirds
3f417021da increment build number 2018-05-10 00:03:01 +00:00
hvlad
e8d3881fd7 Fixed bug CORE-5819 : Attachment might not gone after it was DELETEd FROM MON$ATTACHMENTS 2018-05-09 12:57:14 +03:00
firebirds
1b49baad6b increment build number 2018-05-05 00:03:08 +00:00
AlexPeshkoff
6863601af6 Fixed CORE-5815: Server hangs for 60/120 seconds if client exits during database encryption key transfer callback 2018-05-04 21:13:45 +03:00
firebirds
504455779b increment build number 2018-05-04 00:03:07 +00:00
hvlad
7c330bc7b4 This fixed deadlock on Windows when one thread unload some plugin(s) (due to shutdown, for ex.) and another thread run threadDetach() 2018-05-03 13:19:33 +03:00
firebirds
328d204ca2 increment build number 2018-05-01 00:02:56 +00:00
Adriano dos Santos Fernandes
fd4a1849b3 Fixed blr_dec* print. 2018-04-30 13:13:35 -03:00
firebirds
1f423077d1 increment build number 2018-04-28 00:03:10 +00:00
hvlad
608105f679 Another addition to the my recent patch (AV related with EDS) 2018-04-27 16:43:44 +03:00
hvlad
363dbc7bde Addition to the my recent patch (AV related with EDS) 2018-04-27 16:28:22 +03:00
firebirds
146627254d increment build number 2018-04-27 00:03:11 +00:00
hvlad
fe0a74bfe6 Allows to correctly free JTransaction after bugcheck 2018-04-26 22:41:31 +03:00
hvlad
8e9e03c1aa Fixed AV's at EDS subsystem
- pure virtual call from Manager::shutdown()
- garbage m_jrdTran pointer at Transaction::detachFromJrdTran()

It could happen when InternalConnection was not destroyed within its bound Jrd::Attachment by some extra-ordinal reason (such as bugcheck).
2018-04-26 22:41:13 +03:00
firebirds
5541ecfdd6 increment build number 2018-04-24 00:03:48 +00:00
Roman Simakov
ea69393b16 Fixed CORE-5804: Multiple error in REVOKE operator.
Refactored code for revoking grant option, admin option and default roles.
Now revoking options for privileges on relation fields recreate
necessary privileges for every field.
Fixed caching requests (if condition must be the same).
2018-04-23 12:30:22 +03:00
hvlad
835bd1a550 Fixed bug CORE-5436 : [FB3 SC] Server hangs (under load test) 2018-04-23 10:02:41 +03:00
firebirds
b1006f7588 increment build number 2018-04-22 00:03:43 +00:00
hvlad
5c598b1aa0 Avoid recursive locking of plugins list mutex. This fixed deadlock at PluginSet::next. 2018-04-22 00:32:51 +03:00
firebirds
c603bd673a increment build number 2018-04-21 00:04:08 +00:00
hvlad
791d46bcef Fixed rare deadlock when one thread is finishing, loaded modules run threadDetach() while another thread loaded some new module.
The deadlock is with windows loader lock and plugin's list mutex.
2018-04-20 23:47:47 +03:00
hvlad
999c757d65 Fixed leak of ThreadSync instance when module (for. ex. engine) is unloaded before worker threads gone. 2018-04-20 23:47:31 +03:00
firebirds
3735171922 increment build number 2018-04-20 00:04:04 +00:00
hvlad
6cb0b2419c Fixed small memory leak 2018-04-19 16:43:09 +03:00
firebirds
7fd95d68a5 increment build number 2018-04-19 00:03:54 +00:00
AlexPeshkoff
9346d75bb9 Fixed CORE-5796: gstat may produce faulty report about presence of some none-encrypted pages in database 2018-04-18 19:50:12 +03:00
firebirds
ce3937b513 increment build number 2018-04-14 00:08:23 +00:00
Dmitry Yemanov
0d8cde9252 More complete solution for early monitoring initialization 2018-04-13 10:47:46 +03:00
firebirds
d1e90e035e increment build number 2018-04-13 00:04:06 +00:00
hvlad
d5fa522646 Create MonitoringData early to avoid races later.
It fixed leakage of MonitoringData instance (and few related handles) when many connections created simultaneously.
See also CORE-5702.
2018-04-12 23:42:34 +03:00
AlexPeshkoff
a545b78c36 Postfix for CORE-5791 - no GNU extensions in awk are actually needed 2018-04-12 16:28:13 +03:00
firebirds
d097b4275c increment build number 2018-04-12 00:04:10 +00:00
AlexPeshkoff
0bf40a8453 Comments 2018-04-11 20:43:06 +03:00
AlexPeshkoff
affb39894b Fixed CORE-5791: ODS for windows builds and linux-x64 (on the one side) and linux-x86 (on the other side) does not match 2018-04-11 20:17:45 +03:00
firebirds
943b9407e8 increment build number 2018-04-11 00:04:11 +00:00
hvlad
1f4d06a1d5 Fixed my error (case when eol follows immediately after '--') 2018-04-10 17:28:21 +03:00
firebirds
a85437ae42 increment build number 2018-04-10 00:04:12 +00:00
Roman Simakov
300566d9ba Fixed CORE-5790 - User with DROP DATABASE privilege can't drop database 2018-04-09 17:25:44 +03:00
firebirds
1704e3d5ff increment build number 2018-04-07 00:04:12 +00:00
Egor Pugin
946e4fddab Reflect build changes in cmake build. Fix VS15.6 build. 2018-04-06 07:23:28 -03:00
firebirds
476af424ac increment build number 2018-04-06 00:04:16 +00:00
hvlad
ec86419d25 Missed piece for fix of CORE-5746: Remove the restriction on create/delete, enable/disable user indexes in the system tables 2018-04-05 21:02:32 +03:00
Adriano dos Santos Fernandes
7f044bccf9 Misc. 2018-04-05 12:41:40 -03:00
hvlad
acb1c28a01
Merge pull request #155 from abzalov/master
CORE-5746: Remove the restriction on create/delete, enable/disable user indexes in the system tables
2018-04-05 11:02:03 +03:00
firebirds
c2ba6a8979 increment build number 2018-04-05 00:04:10 +00:00
hvlad
0cc3d04c9a Corrected additional fix for bug CORE-5702 : Firebird Handle Leak Windows 2018-04-05 00:38:35 +03:00
firebirds
681caa5995 increment build number 2018-04-03 00:04:05 +00:00
hvlad
64b6de01e4 Additional fix for bug CORE-5702 : Firebird Handle Leak Windows 2018-04-03 01:06:44 +03:00
abzalov
191a3b6f92 CORE-5746: Remove the restriction on create/delete, enable/disable th… 2018-04-02 22:54:47 +03:00
Mark Rotteveel
d22a07090c Update keywords for FB4 and check against SQL:2016 (#154) 2018-04-02 20:18:20 +03:00