Maciej S. Szmigiero
6c65ccfc8b
ARM needs MSG_NOSIGNAL in FB_SEND_FLAGS, too ( #140 )
...
We need to add MSG_NOSIGNAL to FB_SEND_FLAGS for ARM, too, otherwise
clients get killed with SIGPIPE when server connection breaks, just like
commit 37bcd38740
did for other platforms.
Use this opportunity to also split out common build flags to COMMON_FLAGS
variable, as the above commit did.
Signed-off-by: Maciej S. Szmigiero <mail@maciej.szmigiero.name>
2018-02-15 15:26:21 +03:00
firebirds
1a6bb8c342
increment build number
2018-02-13 00:04:15 +00:00
Dmitry Yemanov
7d942c0607
Avoid reading the page buffer after it was released
2018-02-12 19:17:48 +03:00
firebirds
35dff679f2
increment build number
2018-02-10 00:04:09 +00:00
Adriano dos Santos Fernandes
90c072f3e4
Fixed CORE-5743 - Query parsing failed.
2018-02-09 13:12:59 -02:00
firebirds
7c8a46cf41
increment build number
2018-02-09 00:04:17 +00:00
AlexPeshkoff
d4d40c367f
Misc
2018-02-08 20:23:26 +03:00
AlexPeshkoff
9bb4ce764b
Fixed cross build for android/arm 32-bit
2018-02-08 20:21:48 +03:00
AlexPeshkoff
2c30ddfab0
Cleanup hand-made isinf()
2018-02-08 13:21:02 +03:00
firebirds
3d412da26c
increment build number
2018-02-08 00:04:29 +00:00
AlexPeshkoff
854e1f5208
Android build - work in progress
2018-02-07 20:16:57 +03:00
AlexPeshkoff
c70cc39b62
Front-ported android-related fix from FB3
2018-02-07 19:14:42 +03:00
AlexPeshkoff
5289997053
Misc
2018-02-07 19:13:48 +03:00
AlexPeshkoff
a686559fba
Fresh tools version
2018-02-07 19:11:42 +03:00
firebirds
cec4be840e
increment build number
2018-02-07 00:04:26 +00:00
Paul Reeves
cf7fd05070
Correct spelling of env var is FIREBIRD_LOCK.
2018-02-06 11:45:45 +01:00
Paul Reeves
7a4a6067d1
Correct spelling of env var in comment.
2018-02-06 11:34:45 +01:00
firebirds
7666ee281f
increment build number
2018-02-06 00:04:14 +00:00
AlexPeshkoff
67e625677a
Implemented CORE-5741: Word "fixing" in gbak output is too scary
2018-02-05 21:41:32 +03:00
AlexPeshkoff
b3f157fc21
Fixed docs after CORE-5700
2018-02-05 19:47:46 +03:00
Dmitry Yemanov
425a98aa12
Fixed ISQL after changes in gds__vax_integer(). If we insist on passing unsigned integers, then don't allow implicit sign extension
2018-02-05 19:43:17 +03:00
firebirds
aae8f2fd29
increment build number
2018-02-03 00:04:18 +00:00
AlexPeshkoff
a372f319f6
Fixed CORE-5700: DECFLOAT underflow should yield zero instead of an error
2018-02-02 21:56:43 +03:00
AlexPeshkoff
6ea4b1e062
Fixed CORE-5737: Invalid parameters of gds transaction in ISQL
2018-02-02 13:51:02 +03:00
firebirds
ce590c1c83
increment build number
2018-02-02 00:04:43 +00:00
AlexPeshkoff
a8473b0ee3
Frontported CORE-5735: Additional keyholder opens unauthorized connections to encrypted database
2018-02-01 18:10:09 +03:00
firebirds
50ad173172
increment build number
2018-01-30 00:03:28 +00:00
AlexPeshkoff
38fcc6e48e
Enhanced docs
2018-01-29 19:45:32 +03:00
AlexPeshkoff
f863205cfe
Fixed CORE-5730: Connection to server hangs when working with encrypted databases
2018-01-29 19:07:13 +03:00
AlexPeshkoff
ce41588da2
Enhanced docs on fb_shutdown_callback()
2018-01-29 19:04:37 +03:00
AlexPeshkoff
b191382b36
Fixed sort on decimal fixed value
2018-01-29 18:26:52 +03:00
firebirds
ff040f5429
increment build number
2018-01-29 00:03:18 +00:00
Adriano dos Santos Fernandes
036921279d
Fixed CORE-5719 - FB >= 3 crashes when restoring backup made by FB 2.5.
2018-01-28 19:18:17 -02:00
hvlad
00483343f8
Attempt to fix build. Dmitry, verify please.
2018-01-28 21:12:40 +02:00
hvlad
b0b65effe6
Improvement CORE-5727 : Make faster engine response on cancel\shutdown signals when scanning long list of pointer pages
2018-01-28 20:59:32 +02:00
Dmitry Yemanov
f926eb5df8
Add missing short-circuit permission check for DBA/DBO that avoids an unnecessary ACL lookup
2018-01-28 14:06:05 +03:00
firebirds
5c51b145f8
increment build number
2018-01-23 00:03:31 +00:00
AlexPeshkoff
da927b93a6
Hopefully better solution for "new returns NULL" warning
2018-01-22 22:07:01 +03:00
AlexPeshkoff
dda1fc6055
Fixed CORE-5721: Information items isc_info_length and fb_info_crypt_state have same code
2018-01-22 17:08:48 +03:00
Dmitry Yemanov
3ee317e826
Additional protection for old CORE-3046
2018-01-22 09:20:29 +03:00
firebirds
368bdadd3a
increment build number
2018-01-22 00:03:25 +00:00
hvlad
315767d8cd
Fixed bug CORE-5720 : Sweep in Firebird 3 in CS mode could run too slow when there is big load on server
2018-01-21 11:52:54 +02:00
hvlad
2a53615e0d
Bug CORE-5707 : Begin and end of physical backup in the same transaction could crash engine
...
Incompatible clauses in the same ALTER DATABASE statement is prohibited now.
2018-01-21 11:52:07 +02:00
hvlad
df109c3bd8
Bug CORE-5707 : Begin and end of physical backup in the same transaction could crash engine
...
Crash fixed.
2018-01-21 11:48:29 +02:00
Dmitry Yemanov
eaa0df55cd
CORE-5718: Make TempCacheLimit setting database-wise
2018-01-21 12:11:11 +03:00
firebirds
0f7e5675af
increment build number
2018-01-20 00:03:26 +00:00
Dmitry Yemanov
a0f31c65d0
Corrected old mistake (fortunately painless)
2018-01-19 14:48:31 +03:00
hvlad
c3ba0bb9cd
Fixed indentation
2018-01-19 13:47:40 +02:00
firebirds
b29dea4270
increment build number
2018-01-18 00:03:21 +00:00
Adriano dos Santos Fernandes
c997f02fd9
Fixed CORE-5713 - Field alias disapears in complex query.
2018-01-17 20:24:00 -02:00