firebirds
ff1825af5d
increment build number
2020-12-23 00:05:42 +00:00
Dmitry Yemanov
cb0226e01a
Remove the redundant descriptor, we already have it taken from the format
2020-12-22 10:07:17 +03:00
Dmitry Yemanov
e9798252d5
Make returned data types consistent with MessageMatadata
2020-12-22 09:54:28 +03:00
firebirds
a6d3de8c24
increment build number
2020-12-19 00:10:34 +00:00
AlexPeshkoff
e1ffc62063
Another (and hopefully better) approach to CORE-5197
2020-12-18 21:13:17 +03:00
Roman Simakov
c72e991371
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.
2020-12-18 13:17:23 +03:00
firebirds
2a60f77060
increment build number
2020-12-18 00:06:00 +00:00
Dmitry Yemanov
8e692d2374
Frontported sorting improvement from RedDb/HQbird, this also resolves CORE-2650
2020-12-17 11:09:50 +03:00
firebirds
d3eb8b1f6f
increment build number
2020-12-17 00:06:11 +00:00
hvlad
1e4a6fad0a
Let use 64-bit int for CPU affinity mask (CpuAffinityMask setting).
2020-12-16 23:13:41 +02:00
firebirds
aee0f11788
increment build number
2020-12-10 00:05:37 +00:00
AlexPeshkoff
4e0907a2db
Cleanup, minor optimization
2020-12-09 19:01:59 +03:00
AlexPeshkoff
b24f2cc391
Misc
2020-12-09 16:51:55 +03:00
AlexPeshkoff
c7054df600
Postfix for CORE-5197, ensure safe locking order
2020-12-09 16:46:37 +03:00
firebirds
1d6eca5e09
increment build number
2020-12-09 00:06:23 +00:00
AlexPeshkoff
b7bcba41f6
Move classes from Database.h to separate file as requested by Vlad
2020-12-08 20:20:49 +03:00
AlexPeshkoff
b0bfe3f1fc
Fixed indentation
2020-12-08 19:51:03 +03:00
AlexPeshkoff
7a6712660d
Fixed CORE-5197: Segfault when process exits with active sweep thread
2020-12-08 18:08:57 +03:00
firebirds
41e3471c67
increment build number
2020-12-05 00:06:07 +00:00
Vlad Khorsun
9fc2640278
Merge pull request #301 from stbergmann/handlecompare
...
Fix checks for null HANDLE in Windows-only code
2020-12-05 01:49:12 +02:00
Ilya Eremin
186d27dcd9
Possible crash is fixed. Deleting of request pool makes request's members invalid.
2020-12-03 22:42:00 -03:00
firebirds
1be2122d78
increment build number
2020-12-04 00:05:14 +00:00
firebirds
4a872e362f
increment build number
2020-12-02 00:06:24 +00:00
Vagner Conhariki
70d4d82da9
Grammar error found
2020-12-01 18:49:12 -03:00
Vagner Conhariki
b3d4a6be4e
English correction
2020-12-01 18:46:04 +03:00
firebirds
69082d4023
increment build number
2020-12-01 00:05:19 +00:00
hvlad
fb82c8f45f
Missed file.
2020-11-30 18:36:01 +02:00
hvlad
c17f83d97b
Correction, per Dmitry request
2020-11-30 18:30:22 +02:00
hvlad
a17b33e66b
Fixed my mistake, noted by Adriano
2020-11-30 17:19:54 +02:00
hvlad
752424d513
Addition for CORE-5832 : Implement way to reset user session environment to its initial (default) state
...
Database triggers ON DISCONNECT and ON CONNECT is fired during session reset.
New system variable RESETTING is introduced to detect session reset state.
More detailed description see in tracker.
2020-11-30 13:15:48 +02:00
firebirds
c52dadb636
increment build number
2020-11-30 00:05:11 +00:00
hvlad
b45b330e35
Removed never used field.
2020-11-30 00:57:23 +02:00
firebirds
5b94f5711a
increment build number
2020-11-29 00:05:16 +00:00
Mark Rotteveel
36737a4fe6
Reserve facility 27 for r2dbc-firebird
2020-11-28 18:49:59 +03:00
hvlad
9dd255b2c6
Fixed error in my recent commit. Thanks to Pavel Zotov for report.
2020-11-28 11:29:20 +02:00
firebirds
73981de671
increment build number
2020-11-28 00:05:32 +00:00
hvlad
15db9cd3f4
Don't store MetaName in EDS::Statement as it keeps reference to the memory allocated by local Database and EDS::Statement could be used after that Database instance destroyed.
2020-11-27 16:48:10 +02:00
firebirds
e3d1d0b4f2
increment build number
2020-11-27 00:06:17 +00:00
AlexPeshkoff
1da2299917
Fixed build with valgrind
2020-11-26 15:18:40 +03:00
firebirds
5ffe9e4dea
increment build number
2020-11-26 00:06:26 +00:00
Adriano dos Santos Fernandes
361f008974
Fix warnings.
2020-11-25 13:28:01 -03:00
Adriano dos Santos Fernandes
d0fc1069c2
Fixed CORE-6453 - EXECUTE STATEMENT fails on FB 4.x if containing time/timestamp with time zone parameters.
2020-11-25 13:07:07 -03:00
firebirds
2037579ca5
increment build number
2020-11-25 00:05:24 +00:00
hvlad
d9d557cd3e
Avoid name with underscore, as Adriano suggested.
2020-11-24 15:37:54 +02:00
hvlad
974a641d8e
Refactor internal representation of configuration entries table.
...
Trivial getXXX methods now automatically generated with help of new macros.
It allows to guarantee correct method declaration and impl. details in correspondence of parameter globality.
Most getXXX methods are trivial and moved into class declaration now.
RDB$CONFIG filling code now get values of global parameters using default config instance.
2020-11-24 14:40:54 +02:00
firebirds
f3c95a5927
increment build number
2020-11-21 00:06:16 +00:00
AlexPeshkoff
8b70d337e0
Postfix for CORE-6450
2020-11-20 13:03:30 +03:00
firebirds
ad68b60aca
increment build number
2020-11-20 00:06:00 +00:00
f1ff55ddca
Fix "unused parameter" warning
2020-11-19 15:55:15 +03:00
AlexPeshkoff
41a8fc5fd6
Fixed CORE-6450: Races in cache of opened security databases
2020-11-19 13:36:07 +03:00