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

55574 Commits

Author SHA1 Message Date
firebirds
7984551ed7 increment build number 2021-09-15 00:06:37 +00:00
Vlad Khorsun
1be11ef450 Fixed bug #6968 : On Windows, engine may hung when works with corrupted database and read after the end of file 2021-09-14 23:47:46 +03:00
AlexPeshkoff
6e023c68f3 Better fix for #6967: unix_error() should not throw here 2021-09-14 19:35:57 +03:00
AlexPeshkoff
5e2e20296a Fixed #6967: PIO_read / PIO_write may falsely return success in a case when block was read / written incompletely 2021-09-14 19:11:38 +03:00
Damyan Ivanov
f72bb11263 drop StandartError=syslog from firebird.service
`syslog` is no longer documented in recent systemd (checked version 247,
systemd.exec(5)).

The default is to log to the journal, which is the sourced by syslog
(if present) so the setting would really be a noop anyway.
2021-09-14 14:41:02 +03:00
firebirds
93c0659cbd increment build number 2021-09-11 00:06:08 +00:00
Vlad Khorsun
dcdf5ac962 Improvement #6957 : Add database creation time to the output of ISQL's command SHOW DATABASE 2021-09-10 12:29:46 +03:00
firebirds
fb7ab8e89c increment build number 2021-09-10 00:05:45 +00:00
Vlad Khorsun
d2169f5737 Fixed bug #6955 : fb_info_creation_timestamp_tz returning corrupted buffer. 2021-09-09 15:44:14 +03:00
firebirds
cae4fcedc3 increment build number 2021-09-09 00:05:56 +00:00
Artyom Abakumov
d15ce7f8ab Fix incorrect behavior when 2 warnings are added to status_vector 2021-09-08 19:19:42 +03:00
firebirds
4de242b397 increment build number 2021-09-08 00:05:45 +00:00
Stephan Bergmann
869cc28ef4 extern/cloop: Missing dependencies of compilations on output directories
When building Firebird 3.0.7 as part of LibreOffice, we noticed occasional build
failures like <https://ci.libreoffice.org/job/gerrit_linux_clang_dbgutil/96392/>

> error: unable to open output file '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/firebird/temp/Debug/cloop/release/tests/test1/CTest.o': 'No such file or directory'
> 1 error generated.
> Makefile:72: recipe for target '/home/tdf/lode/jenkins/workspace/lo_gerrit/Config/linux_clang_dbgutil_64/workdir/UnpackedTarball/firebird/temp/Debug/cloop/release/tests/test1/CTest.o' failed

and while target "all" depends on target "mkdirs" (which would create all those
directories) in extern/cloop/Makefile, there is no order among the dependencies
of "all", so no guarantee that the directories are already created when the
compilation recipes are executed.
2021-09-07 14:59:32 +03:00
firebirds
07220f2afe increment build number 2021-09-07 00:05:42 +00:00
Dmitry Yemanov
ec2d6f13a4 Fixed permissions and ownership during DDL replication (bug #6856) 2021-09-06 17:52:00 +03:00
Dmitry Yemanov
6a7cb8164c Let the newly created objects to be owner by the effective user rather than session user. This fixes #6934. 2021-09-06 17:51:49 +03:00
Dmitry Yemanov
92a52ae4bf Code simplification (and preparation for the next commits) 2021-09-06 17:51:38 +03:00
Vlad Khorsun
a046ff73ed Fixed my old mistake. Thanks to Mike Kaganski for notifying. 2021-09-06 12:54:56 +03:00
firebirds
21e6c77643 increment build number 2021-09-03 00:06:13 +00:00
AlexPeshkoff
1761b62322 Fixed #6945: Segfault in batch interface when gbak restores DB with a lot of blobs over the wire 2021-09-02 18:05:49 +03:00
firebirds
13b27f3c32 increment build number 2021-09-02 00:06:01 +00:00
AlexPeshkoff
844cc706c1 Fixed #1210: I/O error during "open" operation for file "/tmp/firebird/fb_trace_XXXXXX" 2021-09-01 19:32:35 +03:00
firebirds
10f9186bf4 increment build number 2021-09-01 00:05:44 +00:00
Dmitry Yemanov
e1f9b52c38 This should fix #6935: SQL SECURITY DEFINER has inconsistent behaviour if the object owner is non-privileged 2021-08-31 14:52:08 +03:00
firebirds
c5c1b047f7 increment build number 2021-08-31 00:05:44 +00:00
AlexPeshkoff
6b892235ff Implemented #6929: Add support of PKCS v.1.5 padding to RSA functions, needed for backward compatibility with old systems. 2021-08-30 19:12:26 +03:00
Vlad Khorsun
0e288902a4
Merge pull request #6938 from red-soft-ru/4_0_drop_gtt_fix
Fix #6932: GTT's pages are not released while dropping it
2021-08-30 12:51:54 +03:00
Ilya Eremin
da7e5599d0 Release GTT's pages while dropping it
It prevents a temp file from growing in cases when several GTTs are created, filled with data, and dropped.
2021-08-30 12:32:08 +03:00
firebirds
bcc2b6a833 increment build number 2021-08-28 00:05:38 +00:00
Dmitry Yemanov
fd1fe2901b Fixed target length when dbkey is converted into a string 2021-08-27 12:29:54 +03:00
firebirds
62b438b0f5 increment build number 2021-08-26 00:05:45 +00:00
AlexPeshkoff
1789b297a1 Postfix for #6930 2021-08-25 20:37:57 +03:00
AlexPeshkoff
f1807f3fc0 Fixed #6930: Segfault when calling crypto functions 2021-08-25 18:08:35 +03:00
firebirds
cafabdacf2 increment build number 2021-08-20 00:05:41 +00:00
Adriano dos Santos Fernandes
cbeb526804 Fix error in batch example. 2021-08-19 15:08:20 -03:00
firebirds
3bd365fd46 increment build number 2021-08-14 00:05:49 +00:00
AlexPeshkoff
3cf018f933 Postfix for #6900: isc_batch_too_big has nothing to do with DSQL errors and SQL code -104 2021-08-13 16:24:46 +03:00
firebirds
1dabb87c30 increment build number 2021-08-13 00:06:25 +00:00
AlexPeshkoff
220a948c98 Fixed #6900: IBatch add method fails silently when a memory limit is exceeded 2021-08-12 15:30:17 +03:00
firebirds
db7eedac63 increment build number 2021-08-12 00:06:02 +00:00
Adriano dos Santos Fernandes
ccda31907d Fix problem in ARMv8 build reported by @romansimakov. 2021-08-11 14:06:31 -03:00
firebirds
f9be36cdda increment build number 2021-08-10 00:05:39 +00:00
hvlad
3dfb43794a Fixed bug #6918 : Service detach is always traced 2021-08-10 00:27:35 +03:00
hvlad
b1d1195256 Added tests for presence of dlinfo() and its options on building host.
Thanks to Alex for patch for configure.ac.
2021-08-09 15:50:46 +03:00
firebirds
9226fcdb12 increment build number 2021-08-09 00:05:22 +00:00
Adriano dos Santos Fernandes
204f02930a Correction for #6913 - thanks to Dmitry. 2021-08-08 20:57:12 -03:00
firebirds
105dba0e0a increment build number 2021-08-08 00:05:24 +00:00
hvlad
512c92f07b Fixed build on Alpine Linux. 2021-08-07 23:06:55 +03:00
firebirds
b40e898aa0 increment build number 2021-08-06 00:05:26 +00:00
hvlad
5d3c2c6caa Another attempt to fix a build on Ubuntu 18 2021-08-06 00:25:40 +03:00