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

53271 Commits

Author SHA1 Message Date
15e662f6e9 Directly using ThrowStatusWrapper inside firebird was bad idea 2018-05-30 14:32:27 +03:00
firebirds
5dcd20d536 increment build number 2018-05-25 00:03:14 +00:00
Adriano dos Santos Fernandes
e68f40700e Fixed CORE-5833 - DDL triggers for some object types (views, exceptions, roles, indexes, domains) are lost in backup-restore process. 2018-05-24 19:59:48 -03:00
hvlad
4dd6207804 It should fix the build after my recent change 2018-05-24 11:34:33 +03:00
firebirds
1ec830bc2f increment build number 2018-05-24 00:03:16 +00:00
hvlad
fe68255f62 According to Adriano's suggestions 2018-05-23 20:42:22 +03:00
AlexPeshkoff
7f3bfe7cf1 Fixed CORE-5831: Not user friendly output of gstat at encrypted database 2018-05-23 18:26:36 +03:00
Alexander Peshkov
aa6cb5d05f
Initial implementation for CORE-5808 (#160)
* Implemented CORE-5808
2018-05-23 17:16:04 +03:00
AlexPeshkoff
332334ab3d Fixed CORE-5824: Segmentation fault during install on Linux 2018-05-23 15:26:40 +03:00
hvlad
672a130e1a Feature CORE-5832 : Implement way to reset user session environment to its initial (default) state 2018-05-23 11:53:10 +03:00
firebirds
7101efb5e4 increment build number 2018-05-23 00:03:12 +00:00
Dmitry Yemanov
99b9f26cea Fixed inconsistency in request/transaction state after error 2018-05-22 20:08:32 +03:00
AlexPeshkoff
fe04d32a49 Related to CORE-5830 and auto pointers changes, suggested by Vlad 2018-05-22 19:34:34 +03:00
AlexPeshkoff
42d8dc1317 Fix for CORE-5830: Encryption Interface crashing Firebird process when working on big db file (6.7GB) 2018-05-22 17:32:16 +03:00
firebirds
b727d4e082 increment build number 2018-05-22 00:03:00 +00:00
AlexPeshkoff
5b1c3a1c20 Doc enhancement 2018-05-21 14:38:53 +03:00
firebirds
0403b48345 increment build number 2018-05-21 00:03:09 +00:00
Adriano dos Santos Fernandes
527c2a023d Remove unused field. 2018-05-20 16:48:53 -03:00
firebirds
0f5dca07b3 increment build number 2018-05-18 00:03:08 +00:00
AlexPeshkoff
ee40ef85ea Fixed CORE-5829: gsec does not release user manager plugin 2018-05-17 17:34:53 +03:00
firebirds
325ad94c0a increment build number 2018-05-16 00:03:10 +00:00
hvlad
269ed73bfa Fixed examples. 2018-05-15 12:00:43 +03:00
hvlad
e5ba540295 This should fix bug CORE-5702 : Firebird Handle Leak Windows 2018-05-15 10:26:02 +03:00
firebirds
ab22e4f7a2 increment build number 2018-05-15 00:03:07 +00:00
AlexPeshkoff
3acc93f51b Fixed some usage patterns of dec_fixed values - thanks to Adriano 2018-05-14 18:10:12 +03:00
firebirds
21f0705175 increment build number 2018-05-11 00:03:07 +00:00
AlexPeshkoff
1ce7f66555 Misc docs addition 2018-05-10 18:18:24 +03:00
AlexPeshkoff
7de1b2ac9b Fixed CORE-5822: Wrong error returned to client when WireCrypt=Disabled is used 2018-05-10 15:59:01 +03:00
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