GitHub Action
f639fbfb03
increment build number
continuous-integration/drone/push Build is passing
2024-04-03 20:14:42 +00:00
Dmitry Yemanov
56d97b66d3
A better selectivity estimation for compound index matches in the case of missing statistics
2024-04-03 13:33:20 +03:00
Dmitry Yemanov
9c171d3783
Postfix for #7976 : False validation error for short unpacked records (this time about short unpacked fragments)
2024-04-03 13:26:42 +03:00
GitHub Action
65d5aa309b
increment build number
continuous-integration/drone/push Build is failing
2024-04-02 20:12:46 +00:00
Vlad Khorsun
b05b60387e
Fixed bug #7942 : Error: database file appears corrupted after restore from backup (FB5, RC2)
...
Don't use common SortOwner for sorts with different dbb's.
After #7671 it could contain cached sort buffers from different pools (dbb_permanent) and then release it to the wrong dbb_sort_buffers making possible usage of deallocated memory later.
2024-04-02 22:52:57 +03:00
Adriano dos Santos Fernandes
48915d1264
Fix #8063 - (var)char variables/parameters assignments fail in Stored Procedures with subroutines.
2024-04-02 11:13:03 -03:00
GitHub Action
53a3bf1af0
increment build number
continuous-integration/drone/push Build is failing
2024-03-31 20:13:21 +00:00
Dmitry Yemanov
65320a3bfe
This should fix #8058 : DDL-Changes in replication does not set the correct grantor
2024-03-31 13:02:56 +03:00
GitHub Action
f1bbc2d767
increment build number
continuous-integration/drone/push Build is passing
2024-03-25 20:13:50 +00:00
Dmitry Starodubov
72f8acd97a
Fixed #8048 : Crash with SIGBUS when there is no free space on the partition with memory-mapped files ( #8052 )
...
* Fixed #8048 : Crash with SIGBUS when there is no free space on the partition with memory-mapped files
* Postfix for #8048 : If "fallocate" is not supported by the filesystem or kernel write zeroes instead of an error
2024-03-25 17:21:02 +03:00
GitHub Action
295758d5d0
increment build number
continuous-integration/drone/push Build is passing
2024-03-22 20:12:47 +00:00
Vlad Khorsun
906e270de6
Fixed bug #8056 : "Too many temporary blobs" with blob_append when select a stored procedue using rows-clause
2024-03-22 11:17:49 +02:00
GitHub Action
849ecbd0ec
increment build number
continuous-integration/drone/push Build is passing
2024-03-20 20:13:45 +00:00
Dmitry Yemanov
bbd35ab07c
Avoid reading/hashing the inner stream(s) if the leader stream is empty
2024-03-20 12:29:17 +03:00
GitHub Action
8c31082c4e
increment build number
continuous-integration/drone/push Build is passing
2024-03-16 20:12:24 +00:00
Vlad Khorsun
99f0b52bd9
Improvement #8042 : Improve conflict resolution on replica when table have both Primary and Unique keys
2024-03-16 13:38:14 +02:00
GitHub Action
bf067a2eaf
increment build number
continuous-integration/drone/push Build is passing
2024-03-15 20:15:14 +00:00
Vlad Khorsun
44579459ec
GlobalRWLock state should remain consistent in the case when fetch() returns false or throws.
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
ebcd4dde64
Better (methinks) inversion choice when the OR condition includes a node which is also matched directly
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
b8014996a6
Fixed the bug I introduced during optimizer refactoring, thanks to Andrey Kravchenko
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
304d19bb6f
Fixed assertion during optimization of mixed list/equality comparisons
2024-03-15 15:57:42 +03:00
Dmitry Yemanov
98428183b3
Simplest fix for assertion during attach to a locked database with a missing delta file.
2024-03-15 15:57:42 +03:00
GitHub Action
24b2547d3c
increment build number
continuous-integration/drone/push Build is passing
2024-03-14 20:13:44 +00:00
Adriano dos Santos Fernandes
055b53b86b
Task #8038 - Set snapshot build suffix to use the git sha.
2024-03-14 07:07:34 -03:00
Vlad Khorsun
884c7fb7aa
Let Applier to shutdown correctly on bug-checked database
2024-03-14 10:25:54 +02:00
Vlad Khorsun
bf7a27bb7c
Fixed bug #8040 : Bugcheck 183 (wrong record length) could happen on replica database after UK violation on insert
2024-03-14 10:14:02 +02:00
GitHub Action
7b875696c3
increment build number
continuous-integration/drone/push Build is passing
2024-03-13 20:12:40 +00:00
AlexPeshkoff
7e1ad8f167
Removed wrong assertion
...
(cherry picked from commit 96ef319bc9
)
2024-03-13 17:58:03 +03:00
AlexPeshkoff
b0c846ae05
Fixed #8033 : Invalid result when string compared with indexed numeric(x,y) field where x > 18 and y != 0
...
(cherry picked from commit f2c5bb6811
)
2024-03-13 17:58:03 +03:00
GitHub Action
bbe34dd9ee
increment build number
continuous-integration/drone/push Build is passing
2024-03-12 20:13:17 +00:00
AlexPeshkoff
25a643a0d9
Postfix for #7997 : Unexpected results when comparing integer with string containing value out of range of that integer datatype; fixed overflows that happen when index key is composed
...
(cherry picked from commit 337ca497a0
)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
8a46a13fd1
Avoid inserting additional cast node in index key calculation tree
...
(cherry picked from commit 60fd8db300
)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
171cb8368a
Postfix for #7997 : Unexpected results when comparing integer with string containing value out of range of that integer datatype; fixed regression in test core_1274
...
(cherry picked from commit 69d52d3246
)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
21033696a6
Reworked fix for #7997 : Unexpected results when comparing integer with string containing value out of range of that integer datatype
...
(cherry picked from commit 11920822e0
)
2024-03-12 20:03:18 +03:00
AlexPeshkoff
39406410e7
Fixed #7997 : Unexpected results when comparing integer with string containing integer value out of bigint range
...
(cherry picked from commit 7531251a05
)
2024-03-12 20:03:17 +03:00
GitHub Action
728f8ee29e
increment build number
continuous-integration/drone/push Build is passing
2024-03-11 20:14:25 +00:00
AlexPeshkoff
36289e340f
Fixed #8039 : Segfault when opening damaged (last TIP is missing in RDB$PAGES) database
...
(cherry picked from commit 593d350807
)
2024-03-11 19:06:31 +03:00
GitHub Action
fa7a8c59a6
increment build number
continuous-integration/drone/push Build is passing
2024-03-10 20:13:20 +00:00
Adriano dos Santos Fernandes
9fc4d9ddb1
Fix GH MacOS arm64 build.
2024-03-10 11:23:08 -03:00
Adriano dos Santos Fernandes
fb827f52e3
Fix GH MacOS build.
2024-03-09 22:54:54 -03:00
Adriano dos Santos Fernandes
7472433867
Avoid too much warnings due to the others members not specifying 'override'.
2024-03-09 18:06:36 -03:00
Adriano dos Santos Fernandes
fa66fa744c
Fix GH MacOS build.
2024-03-09 18:06:36 -03:00
GitHub Action
2ec494db56
increment build number
continuous-integration/drone/push Build is passing
2024-03-08 20:12:04 +00:00
Vlad Khorsun
7b4194a18f
Improvement #8030 : wrong cardinality estimation because of empty data pages
2024-03-08 14:34:56 +02:00
GitHub Action
59a0c83135
increment build number
continuous-integration/drone/push Build is passing
2024-03-04 20:13:24 +00:00
AlexeyMochalov
feb4714723
Free memory issued for isql command list but has never been freed on output file write ( #8016 )
...
* Free memory issued for command list but never freed on file write
This kind of leak is not a big concern, but it interferes with isql.memdebug.log memory leaks log
* remove excessive resetting of the array length before its inevitable destruction
2024-03-04 15:00:58 +03:00
GitHub Action
d4eca55176
increment build number
continuous-integration/drone/push Build is passing
2024-02-29 20:14:32 +00:00
AlexPeshkoff
210310eab3
Fixed #8027 : Broken gbak statistics
2024-02-29 18:05:51 +03:00
AlexPeshkoff
f674c7f53c
Fixed #8026 : Crash LI-V5.0.0.1306 in libEngine13.so
...
(cherry picked from commit bff8d2b02d
)
2024-02-29 12:46:00 +03:00
GitHub Action
9a3b71b547
increment build number
continuous-integration/drone/push Build is passing
2024-02-19 20:12:41 +00:00