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

53191 Commits

Author SHA1 Message Date
Alex Peshkoff
67a3196473 Minimal backport of flags needed for ARM builds 2018-06-13 19:35:02 +03:00
hvlad
174a789be6 Another fix for bug CORE-5436 : [FB3 SC] Server hangs (under load test) 2018-06-13 14:17:24 +03:00
firebirds
4f8e4b612f increment build number 2018-06-06 00:03:36 +00:00
Roman Simakov
56d03a6dc7 Fixed CORE-5840: Ignor of reference privilege. 2018-06-05 16:22:13 +03:00
firebirds
4a37a37ae4 increment build number 2018-06-02 00:03:52 +00:00
Roman Simakov
2bad53c6f6 Fixed CORE-5755: No error if the GRANT target object does not exist 2018-06-01 17:08:26 +03:00
Dmitry Yemanov
fd614b807a Avoid not synchronized access to the shared list + some minor adjustments 2018-06-01 17:06:14 +03:00
firebirds
08f8f7ca52 increment build number 2018-05-31 00:03:33 +00:00
hvlad
eca3fc6530 This should fix bug CORE-5837 : Inconsistent results when working with GLOBAL TEMPORARY TABLE ON COMMIT PRESERVE ROWS 2018-05-30 16:43:50 +03:00
hvlad
45bbbe2157 Update VIO_DEBUG code - mostly added relation id. 2018-05-30 16:38:01 +03:00
firebirds
a106ac4345 increment build number 2018-05-25 00:03:46 +00:00
Adriano dos Santos Fernandes
3b6e74e873 Fixed CORE-5833 - DDL triggers for some object types (views, exceptions, roles, indexes, domains) are lost in backup-restore process. 2018-05-24 19:58:38 -03:00
firebirds
d0b745c296 increment build number 2018-05-24 00:03:42 +00:00
AlexPeshkoff
e16ecb8de9 Backported CORE-5831: Not user friendly output of gstat at encrypted database 2018-05-23 18:27:02 +03:00
AlexPeshkoff
759bd79429 Backported CORE-5824: Segmentation fault during install on Linux 2018-05-23 15:27:09 +03:00
firebirds
eb95a0c330 increment build number 2018-05-23 00:03:36 +00:00
AlexPeshkoff
6bc775c4ab Related to CORE-5830 and auto pointers changes, suggested by Vlad 2018-05-22 19:34:52 +03:00
AlexPeshkoff
01b108858a Backported fix for CORE-5830: Encryption Interface crashing Firebird process when working on big db file (6.7GB) 2018-05-22 17:37:44 +03:00
AlexPeshkoff
a04ef3d73b Backported AutoPtr<> enhancements from HEAD 2018-05-22 17:37:44 +03:00
firebirds
51537e4b0f increment build number 2018-05-19 00:03:42 +00:00
Dmitry Yemanov
8bd8c1176a Fixed inconsistency in request/transaction state after error 2018-05-18 12:02:53 +03:00
firebirds
a2a91ccdd6 increment build number 2018-05-18 00:03:33 +00:00
AlexPeshkoff
0316c5271e Backported CORE-5829: gsec does not release user manager plugin 2018-05-17 17:40:21 +03:00
firebirds
ec78730c1c increment build number 2018-05-11 00:03:35 +00:00
AlexPeshkoff
9686b3a689 Backported CORE-5822: Wrong error returned to client when WireCrypt=Disabled is used 2018-05-10 16:00:02 +03:00
firebirds
ceda2bd05a increment build number 2018-05-10 00:03:24 +00:00
hvlad
8c1e31fe49 Fixed bug CORE-5819 : Attachment might not gone after it was DELETEd FROM MON$ATTACHMENTS 2018-05-09 12:53:47 +03:00
firebirds
e8279d22f7 increment build number 2018-05-08 00:03:29 +00:00
Adriano dos Santos Fernandes
f5b6afeddb Fix build for clang 6. 2018-05-07 19:04:41 -03:00
firebirds
2127a5ea5a increment build number 2018-05-05 00:03:34 +00:00
AlexPeshkoff
845fb384fc Backported CORE-5815: Server hangs for 60/120 seconds if client exits during database encryption key transfer callback 2018-05-04 21:15:40 +03:00
firebirds
3eb72d5ebb increment build number 2018-05-04 00:03:26 +00:00
hvlad
10c4b46c5e 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:17:35 +03:00
firebirds
fd78aaaf6b increment build number 2018-04-28 00:03:42 +00:00
hvlad
114e4fdf3c Another addition to the my recent patch (AV related with EDS) 2018-04-27 16:42:54 +03:00
hvlad
52da531861 Addition to the my recent patch (AV related with EDS) 2018-04-27 16:26:41 +03:00
firebirds
932ab9bf0a increment build number 2018-04-27 00:03:37 +00:00
hvlad
a9c97ce80c Allows to correctly free JTransaction after bugcheck 2018-04-26 22:37:41 +03:00
hvlad
bf54a6083c 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:36:28 +03:00
firebirds
dcbf991887 increment build number 2018-04-24 00:04:27 +00:00
Roman Simakov
6019498bd7 Partial backport of CORE-5804: Multiple error in REVOKE operator.
Fixed revoking grant option for field permissions.
2018-04-23 16:46:26 +03:00
hvlad
77c2c58d7e Fixed bug CORE-5436 : [FB3 SC] Server hangs (under load test) 2018-04-23 10:01:39 +03:00
firebirds
f59acfa237 increment build number 2018-04-22 00:04:25 +00:00
hvlad
ee92f30f09 Avoid recursive locking of plugins list mutex. This fixed deadlock at PluginSet::next. 2018-04-22 00:31:55 +03:00
firebirds
b26306977f increment build number 2018-04-21 00:04:58 +00:00
hvlad
5071801b9a Replace nullptr by NULL to please our POSIX build 2018-04-21 00:05:20 +03:00
hvlad
4fbff371fd 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:46:00 +03:00
hvlad
5b166c21f4 Fixed leak of ThreadSync instance when module (for. ex. engine) is unloaded before worker threads gone. 2018-04-20 23:41:46 +03:00
Dmitry Starodubov
c916203cb6 Backported check for access rights to BLOBs. It should fix CORE-5801. (#158) 2018-04-20 12:08:22 +03:00
firebirds
d9e86c7f17 increment build number 2018-04-20 00:04:41 +00:00