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

53829 Commits

Author SHA1 Message Date
firebirds
8da9196905 increment build number 2022-09-25 00:09:53 +00:00
AlexPeshkoff
22c7a1d67e New fix for #7299: gfix hangs on disconnect when transactions trace active 2022-09-24 14:53:06 +03:00
AlexPeshkoff
bb68ec344c Revert "Fixed #7299: gfix hangs on disconnect when transactions trace active"
This reverts commit 1ffe59ff47.
2022-09-24 14:53:06 +03:00
firebirds
c274914b67 increment build number 2022-09-18 00:10:36 +00:00
Dmitry Yemanov
7b3c2e6bc6 Fixed #6941: Dummy (always true) conditions may change the join order 2022-09-17 09:33:36 +03:00
firebirds
237314f39b increment build number 2022-09-14 00:12:28 +00:00
AlexPeshkoff
791416828f Assertion condition was too strong
(cherry picked from commit bd66b2b648)
2022-09-13 20:07:37 +03:00
firebirds
838b483d9d increment build number 2022-09-13 00:11:51 +00:00
AlexPeshkoff
c48135b83a Fixed c++ dialect issues after cherry-pick 2022-09-12 20:29:07 +03:00
AlexPeshkoff
b4a85182ed Correct diags
(cherry picked from commit fecb76630d)
2022-09-12 20:22:17 +03:00
AlexPeshkoff
ea1d6688e7 This should fix windows build
(cherry picked from commit 4eef295d5c)
2022-09-12 20:22:17 +03:00
AlexPeshkoff
212575ea2f Fixed #7296: During shutdown op_disconnect may be sent to invalid handle
(cherry picked from commit 77e711a68d)
2022-09-12 20:22:17 +03:00
AlexPeshkoff
e893c09d2f Fixed #7295: Unexpected message 'Error reading data from the connection' when fbtracemgr is closed using ctrl-C
(cherry picked from commit b7d42e20fa)
2022-09-12 20:22:17 +03:00
firebirds
1c6aae776e increment build number 2022-09-10 00:11:12 +00:00
AlexPeshkoff
1ffe59ff47 Fixed #7299: gfix hangs on disconnect when transactions trace active 2022-09-09 13:27:47 +03:00
firebirds
4ed9b7cd1b increment build number 2022-09-05 00:10:14 +00:00
Dmitry Yemanov
8276b63ed2 Fixed the page left locked (and thus assertion in debug build) after error during table validation 2022-09-04 10:28:32 +03:00
firebirds
815cf3a2ce increment build number 2022-09-02 00:11:16 +00:00
Vlad Khorsun
b9e8bb47c2 Correct usage of time units in waitForShutdown(). 2022-09-01 10:11:16 +03:00
firebirds
4566f0c661 increment build number 2022-08-22 00:09:45 +00:00
Vlad Khorsun
809628a649 Improvement #7259 : Remove TcpLoopbackFastPath and use of SIO_LOOPBACK_FAST_PATH 2022-08-22 01:33:55 +03:00
firebirds
63c1c60429 increment build number 2022-08-20 00:11:57 +00:00
Vlad Khorsun
352e3eb341 This should fix bug #7271 : Sporadic crash on 3.0.10.33106 2022-08-19 14:01:34 +03:00
firebirds
34fbfc95d0 increment build number 2022-08-16 00:10:35 +00:00
Ilya Eremin
996be59999 Do not allow the AST thread to release EX lock on a relation while it's in the deleting state (#7252)
The problem is rarely reproduced by bugs.core_2879 test. Without the fix the phase 4 of delete_relation DFW may fail because MET_lookup_relation_id cannot find a relation.
2022-08-15 20:27:22 +03:00
firebirds
14d1dca9b6 increment build number 2022-08-07 00:10:03 +00:00
Adriano dos Santos Fernandes
0cfe03fcd7 Misc. 2022-08-06 14:55:05 -03:00
firebirds
83bbcdb82c increment build number 2022-08-03 00:10:15 +00:00
Dmitry Starodubov
5da26d8ea7 Check for an error when opening "/dev/urandom". Otherwise wrong error is returned e.g. if the open file limit is reached. 2022-08-02 17:15:02 +03:00
firebirds
b44cafa096 increment build number 2022-08-02 00:07:29 +00:00
Adriano dos Santos Fernandes
f54520d73c Fix #7237 - Starting operator become unstable on indexed varchar fields. 2022-08-01 08:40:53 -03:00
firebirds
41aeaaa2c3 increment build number 2022-07-23 00:08:54 +00:00
Roman Simakov
fe03043e86 Fix races between Thread::start and Service::run.
The last one add svc_thread into threadCollect list. svc_thread might
not have been initialized yet. I could easly reproduce it running
bugs.core_2940.

(cherry picked from commit c72e991371)
2022-07-22 14:17:27 +03:00
firebirds
30b3ad4a29 increment build number 2022-07-22 00:08:52 +00:00
AlexPeshkoff
228f8130af fixed unnoticed by cherry-pick error 2022-07-21 17:05:04 +03:00
AlexPeshkoff
5fc8151728 Fixed issues with shutdown thread, reported by Ilya Eremin privately
(cherry picked from commit dd1593b67d)
2022-07-21 16:00:28 +03:00
Adriano dos Santos Fernandes
91dc7771c3 Update gen/msgs.h. 2022-07-21 08:04:08 -03:00
firebirds
129cd468a7 increment build number 2022-07-16 00:08:34 +00:00
Adriano dos Santos Fernandes
8549444e55 EditorConfig settings for .yml files. 2022-07-14 22:10:43 -03:00
firebirds
730619d5ae increment build number 2022-07-01 00:07:44 +00:00
Vlad Khorsun
971e7e1f54 Corrections for "Windows instance conflict" handling
- don't close event handle until throwing exception
- better error message
2022-06-30 12:05:51 +03:00
firebirds
b5959a6681 increment build number 2022-06-30 00:07:47 +00:00
AlexPeshkoff
89cf82fbc1 Restored full diagnostic on Vlad's request 2022-06-29 18:07:53 +03:00
Dmitry Yemanov
6fcb75f70a Bump the version number 2022-06-29 13:59:32 +03:00
firebirds
c4c1379119 increment build number 2022-06-28 00:08:14 +00:00
AlexPeshkoff
0b4354ba4d Adapted to FB3 fix for #6947: Query to mon$ tables does not return data when the encryption/decryption thread is running 2022-06-27 16:57:35 +03:00
AlexPeshkoff
77f6715207 Backported fix for #6947: Query to mon$ tables does not return data when the encryption/decryption thread is running
(cherry picked from commit 77118ed5fb)
2022-06-24 18:27:41 +03:00
firebirds
3ca2f015ef increment build number 2022-06-17 00:08:30 +00:00
Adriano dos Santos Fernandes
37770ae3d3 Fix Windows empbuild Debug build. 2022-06-15 23:11:12 -03:00
firebirds
ba07b96720 increment build number 2022-06-04 00:07:52 +00:00