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

52019 Commits

Author SHA1 Message Date
GitHub Action
d53f3681ac increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-30 20:16:56 +00:00
Dmitry Yemanov
e7e9e01fa9 Rework fix for #8290: Unique scan is incorrectly reported in the explained plan for unique index and IS NULL predicate 2024-10-30 11:00:56 +03:00
Dmitry Yemanov
5ed57cb43b Fix #8214: Incorrect result of index list scan for a composite index, the second segment of which is a text field with COLLATE UNICODE_CI 2024-10-30 10:59:20 +03:00
Dmitry Yemanov
bedf271e1f Fix missing synchronization of the shared monitoring data 2024-10-30 10:58:57 +03:00
GitHub Action
833efbf489 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-29 20:17:21 +00:00
Dmitry Yemanov
781e5d92f3 Implement #8230: Ability to obtain PID of server process for current connection without querying mon$ tables 2024-10-29 20:39:30 +03:00
GitHub Action
c4bc9432a4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-26 20:15:14 +00:00
Adriano dos Santos Fernandes
8b0270ff9a Code improvement. 2024-10-25 18:08:43 -03:00
5b455e3b72
Extra initialization (#8293) 2024-10-25 18:06:52 -03:00
GitHub Action
3aedb7fc62 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-25 20:17:15 +00:00
67d8e39e44
Ability to create an inactive index (#8091)
* Ability to create an inactive index

* Extract inactive indices in dialect 1
2024-10-25 14:35:02 +03:00
GitHub Action
a8f5bdbe1c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-24 20:17:16 +00:00
Vlad Khorsun
d2f4cf6fee Additional patch for #7269 (PR #8170):
- move more duplicated code into activateIndex,
- cache request that modifies RDB$INDICES.RDB$INDEX_INACTIVE.
2024-10-24 16:02:08 +03:00
Dima
178d83a75e
Fix #7269: Restore deferred primary key indexes (#8170)
* fixed restore deferred primary key indexes

Fixed database recovery aborting on the first failure of the first problematic deferred index
gbak (#7269)

* Extract function activateIndex

Extracted "activateIndex" function to remove duplicate code when restoring the database
2024-10-24 15:55:40 +03:00
Dmitry Yemanov
a1167b4431 Fix #8290: 'Unique scan' is incorrectly reported in the explained plan for unique index and IS NULL predicate 2024-10-24 14:10:51 +03:00
Dmitry Yemanov
7886c9cd93 Fix #8291: NULLs should be skipped during index navigation when there's no lower bound and matched conditions are known to ignore NULLs 2024-10-24 14:10:41 +03:00
Vlad Khorsun
c9aa55344a Move declarations to the appropriate place 2024-10-24 13:28:32 +03:00
GitHub Action
6bfd79fb51 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-22 20:17:08 +00:00
Adriano dos Santos Fernandes
1e33151edc Fix GCC 14.2 warnings. 2024-10-21 22:34:34 -03:00
GitHub Action
be5650bc04 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-21 20:17:12 +00:00
Adriano dos Santos Fernandes
aceb5a6948 Fix #8288 - GPRE generated code is incompatible with GCC 14.2. 2024-10-20 22:34:25 -03:00
GitHub Action
6214b9d582 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-19 20:16:14 +00:00
GitHub Action
591a76107c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-18 20:16:21 +00:00
Adriano dos Santos Fernandes
042ce98d45
Merge pull request #8286 from FirebirdSQL/work/boost-update
Update boost to version 1.86.0
2024-10-17 21:09:53 +00:00
GitHub Action
cf5a420e33 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-17 20:17:05 +00:00
Adriano dos Santos Fernandes
9b03202f75 Complement fix for #8241 - gbak may lose NULLs in restore. 2024-10-17 08:11:36 -03:00
Adriano dos Santos Fernandes
78a8828775 Update internal/modified/stripped version of boost.preprocessor to 1.86.0.
Passes:
```
rm -rf /src/firebird/src/include/firebird/impl/boost
bcp boost/preprocessor/seq/for_each_i.hpp /src/firebird/src/include/firebird/impl
find /src/firebird/src/include/firebird/impl/ -name "*.hpp" -o -name "*.h" | xargs sed -i 's/BOOST_PREPROCESSOR_/FB_BOOST_PREPROCESSOR_/g'
find /src/firebird/src/include/firebird/impl/ -name "*.hpp" -o -name "*.h" | xargs sed -i 's/BOOST_PP_/FB_BOOST_PP_/g'
find /src/firebird/src/include/firebird/impl/ -name "*.hpp" -o -name "*.h" | xargs sed -i 's|include <boost/|include <firebird/impl/boost/|g'
```
2024-10-17 08:06:23 -03:00
Vlad Khorsun
c78b5e6947 Post fix for #8256.
port should be NULLified after forced disconnect.
2024-10-17 11:27:27 +03:00
Adriano dos Santos Fernandes
b6ce28993e Correction in test. 2024-10-16 23:23:47 -03:00
GitHub Action
dc5fb8f082 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-14 20:17:19 +00:00
Vlad Khorsun
0c7bfb0022 Fixed bug #8283 : Assert in ~thread_db() due to not released page buffer 2024-10-14 18:07:34 +03:00
Vlad Khorsun
9b1e09c1a3 Restore zero-initialization of just allocated buffers, that was lost with fix for #7873, unfortunately. 2024-10-14 18:07:22 +03:00
GitHub Action
2ba5910261 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-11 20:16:45 +00:00
GitHub Action
1c93e89922 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-09 20:16:54 +00:00
GitHub Action
065a3b42e7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-06 20:15:29 +00:00
Vlad Khorsun
2db2b7b496 Warnings 2024-10-05 23:41:35 +03:00
GitHub Action
e95c128e0e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-04 20:16:39 +00:00
Vlad Khorsun
37079f1615 Additional fix for #8256 : the case when server doesn't return error immediately after connect. 2024-10-04 14:19:48 +03:00
aa167e2b36
Fix for #8249 - CAST() ignores collation of target data type 2024-10-04 07:12:45 -03:00
GitHub Action
5e5ae686b7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-10-02 20:18:28 +00:00
Adriano dos Santos Fernandes
aacc981b85
Merge pull request #8273 from FirebirdSQL/work/public-headers
Reorganize public headers
2024-10-02 06:44:49 -03:00
GitHub Action
b50103f0a8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-30 20:17:06 +00:00
Vlad Khorsun
f62f1336e2
Merge pull request #8274 from FirebirdSQL/work/win_sspi_reconnect
If client fails to connect using Win_SSPI plugin with Negotiate security package, try again using NTLM security package.
2024-09-30 22:40:41 +03:00
Andrey Kravchenko
36b035c329
Fix refetch header data from delta when database in backup lock (#8268)
Co-authored-by: Andrey Kravchenko <andrey.kravchenko@red-soft.ru>
2024-09-30 08:07:12 +03:00
Vlad Khorsun
3092eee7e3 Fixed non-Windows builds 2024-09-30 00:27:05 +03:00
Vlad Khorsun
29197adf31 If client fails to connect using Win_SSPI plugin with Negotiate security package, try again using NTLM security package.
This allows new client connect to the old server that uses legacy NTLM security package.
2024-09-30 00:17:44 +03:00
Adriano dos Santos Fernandes
f400b7fe16 Add deprecation notice. 2024-09-29 16:15:34 -03:00
Adriano dos Santos Fernandes
3f7f82d640 Move public headers to include/firebird with wrappers in include for legacy files. 2024-09-29 15:29:04 -03:00
Adriano dos Santos Fernandes
74c3725e0e perf.h: a public file that depends on private file should not be a public file 2024-09-29 14:48:05 -03:00
Adriano dos Santos Fernandes
d8f1d6bfef Rename public include guards. 2024-09-29 14:38:22 -03:00
GitHub Action
e4efbdb1fa increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-26 20:16:35 +00:00
TreeHunter
7e2d0c0ad7
Change fb_strlen to constexpr version (#8267)
* Change fb_strlen to constexpr version

* Remove copy of constexpr fb_strlen

---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-09-26 07:25:31 -03:00
Vlad Khorsun
dab712f9e2 Fixed bug #8263 : gbak on classic with ParallelWorkers > 1 doesn't restore indices, giving a cryptic error message 2024-09-25 23:30:36 +03:00
GitHub Action
01b513d9fe increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-24 20:17:09 +00:00
Vlad Khorsun
cc512a34e0 Merge pull request #8262 from FirebirdSQL/work/gh-8256
Make server to correctly handle case when accept() returns both success and data for client.
2024-09-24 10:45:13 +03:00
GitHub Action
77cc0ba849 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-23 20:17:43 +00:00
Dmitry Yemanov
cc183f599e Add key info to the merge join plan output 2024-09-23 20:34:56 +03:00
Dmitry Yemanov
c50b0aa652 Add key info to the hash join plan output 2024-09-23 18:25:03 +03:00
Dmitry Yemanov
e1ffa20e97 Fix #8250: Bad performance on simple three-way join over the same set of fields 2024-09-23 18:09:02 +03:00
GitHub Action
ea0b8d8d74 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-21 20:15:01 +00:00
github-actions[bot]
4bfb395a20
Update tzdata to version 2024b. (#8259)
Co-authored-by: asfernandes <asfernandes@users.noreply.github.com>
2024-09-21 10:04:37 -03:00
GitHub Action
32dc661254 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-20 20:17:24 +00:00
Vlad Khorsun
7a44758eed Fixed porting error 2024-09-20 18:37:57 +03:00
Vlad Khorsun
f9a11a2bc0 Improvement #8256 : Win_sspi plugin uses NTLM 2024-09-20 17:57:43 +03:00
Vlad Khorsun
6b445c0dc5 Catch possible stack overflow when preparing and compiling user statements 2024-09-20 17:30:32 +03:00
Vlad Khorsun
c75b160dc0 Fixed #8253 : Incorrect handling of non-ASCII object names in CREATE MAPPING statement 2024-09-20 17:28:59 +03:00
GitHub Action
2c8957ac48 increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-09-17 20:16:13 +00:00
GitHub Action
3c253ccba6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-11 20:14:52 +00:00
AlexPeshkoff
ba59f39b6e Cleanup some of unused any more checks 2024-09-11 09:29:59 +03:00
Adriano dos Santos Fernandes
6ea72c7a6b Fix warning. 2024-09-10 22:45:57 -03:00
GitHub Action
fdc6fe8ab3 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-09 20:15:59 +00:00
TreeHunter
9f5b5bf5d4
Fix regular expression value substitition in fbtrace.conf after macro substitition
Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-09-09 18:06:33 +03:00
Adriano dos Santos Fernandes
2e4980bb21 Fix BLR print. 2024-09-08 22:37:08 -03:00
GitHub Action
500d89675d increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-07 20:14:46 +00:00
Adriano dos Santos Fernandes
883200d192 Do not re-prepare statements when execute DDL in ISQL. 2024-09-06 22:41:48 -03:00
GitHub Action
4d70f480c4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-05 20:15:50 +00:00
AlexPeshkoff
3a993adae6 Postfix for #8197: Add generated files for OO API for C language to distribution; Use macros instead functions, removed static library 2024-09-05 16:57:23 +03:00
Alexander Zhdanov
446b436a62 Fix a bug where the shutdown handler could be called again 2024-09-05 15:23:44 +03:00
GitHub Action
9ff9cb2a5a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-04 20:16:16 +00:00
Adriano dos Santos Fernandes
859157275b Fix #8241 - gbak may lose NULLs in restore. 2024-09-04 07:24:07 -03:00
GitHub Action
27124c57ac increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-02 20:16:48 +00:00
AlexPeshkoff
1e6bd16d2c Fixed #8237: Database access error when nbackup is starting 2024-09-02 16:21:14 +03:00
Adriano dos Santos Fernandes
901b4ced9a Fix #8235 - Indentation must be seen between Refetch and subsequent Sort. 2024-09-01 17:23:48 -03:00
GitHub Action
056ecd1271 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-09-01 20:15:57 +00:00
Dmitry Yemanov
d1ccf72f88 Frontport my bugfix re. INTL_KEY_PARTIAL vs list scans 2024-09-01 09:42:04 +03:00
GitHub Action
fe1b2acba8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-30 20:16:40 +00:00
AlexPeshkoff
14d2d4eba5 Postfix for #8197: Add generated files for OO API for C language to distribution; protect master interface getter function in a case when h-file is included more than once 2024-08-30 19:41:06 +03:00
GitHub Action
785d45e012 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-28 20:15:43 +00:00
Vlad Khorsun
a39c3554b2 Improvement #8161 : Cardinality estimation should use primary record versions only 2024-08-28 21:43:56 +03:00
Dmitry Yemanov
cee5712085 Raise API version to match the FB version 2024-08-28 20:47:45 +03:00
GitHub Action
4a68fe2390 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-21 20:15:47 +00:00
Ilya Eremin
258584ff6d Fix a case of deleted memory modification
cnctAuth and port->port_srv_auth point to the same object so useResponse must not be assigned if the object is deleted.
2024-08-21 13:37:19 +03:00
GitHub Action
75042b58e1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-20 20:17:09 +00:00
Vlad Khorsun
d9f9b289ba Fixed bug #8221 : Crash when MAKE_DBKEY() is called with 0 or 1 arguments 2024-08-20 13:28:24 +03:00
Adriano dos Santos Fernandes
c647af5a45 Fix #8219 - Database creation in 3.0.12, 4.0.5 and 5.0.1 slower than in previous releases. (#8220) 2024-08-20 07:07:17 -03:00
Adriano dos Santos Fernandes
d40d01bc45 Fix #8213 - WHEN NOT MATCHED BY SOURCE - does not work with a direct table as source. 2024-08-19 22:02:02 -03:00
GitHub Action
088b5292ed increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-16 20:15:47 +00:00
AlexPeshkoff
fceeaebdba This should fix #8215: Rare sporadic segfaults in test for core-6142 on windows. 2024-08-16 17:13:43 +03:00
GitHub Action
3c88bb003f increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-14 20:15:09 +00:00
AlexPeshkoff
60a6f2a733 Fixed UB caused by 0f8e7c18 - avoid storing dangling pointer to lambda 2024-08-14 16:57:20 +03:00
GitHub Action
b8e75b87a7 increment build number
Some checks failed
continuous-integration/drone/push Build is failing
2024-08-13 20:15:05 +00:00
AlexPeshkoff
0f8e7c185c Small optimization - avoid use of std::function<> where not necessary 2024-08-13 19:40:02 +03:00
AlexPeshkoff
47a98d6403 Postfix for #8197: Add generated files for OO API for C language to distribution; C specific preferred syntax 2024-08-13 15:30:37 +03:00
AlexPeshkoff
c69a94344e Implemented #8197: Add generated files for OO API for C language to distribution 2024-08-13 13:36:02 +03:00
GitHub Action
e82acc51d4 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-11 20:14:31 +00:00
Adriano dos Santos Fernandes
16bb157b91 Fix #8211 - DATEADD truncates milliseconds for month and year deltas. 2024-08-10 21:27:11 -03:00
GitHub Action
de5a727197 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-09 20:15:41 +00:00
TreeHunter
3ebd6e4f49
Switch from const variables to inline constexpr in ods.h (#8198)
* Switch from const variables to inline constexpr in ods.h

* Fix for macos build

---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-08-09 11:34:11 +03:00
GitHub Action
9191b5d61a increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-08 20:15:54 +00:00
Vlad Khorsun
db69e655d7 Correction for #8203, thanks to Adriano 2024-08-08 14:41:16 +03:00
Dmitry Yemanov
5df7d8f197
Introduce ODS 14 for v6 (#8208)
* Introduce ODS 14 for v6

* Builds/docs changes for ODS14
2024-08-08 10:59:44 +03:00
GitHub Action
33b41b3975 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-07 20:15:22 +00:00
AlexPeshkoff
0616d8bcd2 Cleanup - removed artifacts of c++03 atomics implementation 2024-08-07 13:23:58 +03:00
Vlad Khorsun
c03852efc9 Merge pull request #8204 from FirebirdSQL/work/gh-8203
Fixed bug #8203 : Function MAKE_DBKEY may produce random errors if used with relation name
2024-08-07 08:42:13 +03:00
GitHub Action
ed60d4d7a6 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-06 20:13:05 +00:00
TreeHunter
a70a8596f4
Add manual delete for tra_dbcreators_list (#8207)
* Delete tra_dbcreators_list in ~jrd_tra

If we don't delete it manually assert will be thrown if SEC$DB_CREATORS returns a lot of records

* Add missing default initialization for tra_dbcreators_list

---------

Co-authored-by: Artyom Ivanov <artyom.ivanov@red-soft.ru>
2024-08-06 16:07:32 +03:00
Adriano dos Santos Fernandes
039c7e3e92 Correction for #8202. 2024-08-05 22:45:51 -03:00
GitHub Action
3505a5eced increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-05 20:14:46 +00:00
Adriano dos Santos Fernandes
e9410dd2c6 Misc. 2024-08-04 22:21:14 -03:00
Adriano dos Santos Fernandes
aaf0e33414 Correction: revert code related with WITH CHECK OPTION internal triggers. 2024-08-03 22:37:57 -03:00
Adriano dos Santos Fernandes
31780d5054 Correction: disallow updates in RDB$USER_PRIVILEGES. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
19823f8e59 Correction for drop not null constraint validation. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
f947d0bb17 Replace individual public functions by moment/type execute categories. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
9926ab88b4 Reimplement system triggers in C++/GDML code. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
2c48a4ed06 Add CachedRequestId mechanism for internal request cache. 2024-08-03 15:38:33 -03:00
Adriano dos Santos Fernandes
0cc8de396a Regenerate system triggers improving formatting and constant names. 2024-08-03 15:38:33 -03:00
GitHub Action
ec18fa50f7 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-02 20:15:23 +00:00
GitHub Action
b20be9fe0b increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-08-01 20:15:50 +00:00
Adriano dos Santos Fernandes
43e4088685
Fix #8187 - Performance regression in generating of UUID values after introducing GUID-v7 (#8188)
Replacing deprecated win32 crypto functions.
2024-08-01 07:40:42 -03:00
GitHub Action
a62ac95ee5 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-31 20:14:42 +00:00
Dmitry Yemanov
286f8dd81f Correction as suggested by Dimitry Sibiryakov 2024-07-31 15:35:01 +03:00
Vlad Khorsun
202814fe32 This should fix bug #8194 : Internal consistency check (page in use during flush) with small number of DefaultDbCachePages 2024-07-31 00:41:43 +03:00
GitHub Action
30f0389ddd increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-29 20:14:56 +00:00
Adriano dos Santos Fernandes
a7d10a4014 Fix #8185 - SIGSEGV with WHERE CURRENT OF statement with statement cache turned on. 2024-07-28 21:48:55 -03:00
GitHub Action
24e41f54d6 increment build number 2024-07-26 20:16:59 +00:00
Marat Iskakov R.
7533690410
Minor static analysis fixes (#8195)
Co-authored-by: MaratIskakov <maratiskakov@10.0.2.15>
2024-07-25 23:16:11 -03:00
GitHub Action
5bb788da02 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-24 20:14:42 +00:00
Artyom Abakumov
2b6d031cd2
Additinal fix for #8180: Make sure trace session slots will not break use counter (#8192)
* Count dead storages carefully

* Better class to track dead process

Also correct the description

---------

Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>
2024-07-24 14:39:42 +03:00
Vlad Khorsun
f59905fc29 Frontported PR #8186 : Fixed a few issues with IPC used by remote profiler 2024-07-24 12:54:44 +03:00
GitHub Action
85b18b83e1 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-23 20:14:44 +00:00
Vlad Khorsun
49e62e4b06 A bit better patch for #8189 : Slow connection times with a lot of simultaneous connections and active trace session present.
This also reverts commit f604c56.
The patch created by @AlexPeshkoff
2024-07-23 12:37:32 +03:00
GitHub Action
c734c96e9c increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-22 20:14:40 +00:00
Vlad Khorsun
f604c565f3 Fixed bug #8189 : Slow connection times with a lot of simultaneous connections and active trace session present
The patch by @AlexPeshkoff
2024-07-22 19:41:01 +03:00
GitHub Action
cf95284e40 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-13 20:14:12 +00:00
Dmitry Yemanov
a7f4f03d64
Ensure the CS listener uses the SO_REUSEADDR socket option (#8181) 2024-07-13 14:32:28 +03:00
GitHub Action
845f4831e8 increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-10 20:14:40 +00:00
Vlad Khorsun
3fa8e6bf54 Fixed bug #8176 : Firebird 5 hang after starting remote profiling session 2024-07-10 15:28:44 +03:00
Dmitry Yemanov
adf19fcf66 Fix boolean conversion to string inside DataTypeUtil::makeFromList() (#8178) 2024-07-10 13:47:41 +03:00
Artyom Abakumov
6e07e3a5f4 Do not delete system trace session with missing parent process (fix for https://github.com/FirebirdSQL/firebird/issues/8180) (#8179)
* Do not compact system session with missing parent process

* Replace assert with fb_assert

---------

Co-authored-by: Artyom Abakumov <artyom.abakumov@red-soft.ru>
2024-07-10 11:55:51 +03:00
GitHub Action
ea30152a9e increment build number
All checks were successful
continuous-integration/drone/push Build is passing
2024-07-09 20:15:06 +00:00