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

50498 Commits

Author SHA1 Message Date
paulbeach
ade505bed5 3.0 Clang build 2014-09-03 11:35:12 +00:00
firebirds
535dba3f21 nightly update 2014-09-03 01:20:34 +00:00
alexpeshkoff
2a293c2691 Implemented CORE-4538: Access rights for CREATE DATABASE operator 2014-09-02 16:55:14 +00:00
firebirds
45a5d66a32 nightly update 2014-09-02 01:21:47 +00:00
dimitr
57a80daa81 Correction. 2014-09-01 13:22:55 +00:00
dimitr
b742803ebf Refactored the shared cache checks. Optimized the shared counter for SS. 2014-09-01 13:19:53 +00:00
alexpeshkoff
eb8763d735 Misc 2014-09-01 09:44:45 +00:00
dimitr
9defd49c6d Count record reads performed by the IDX code. 2014-09-01 08:29:04 +00:00
firebirds
358d541ef8 nightly update 2014-08-30 01:29:50 +00:00
roman-simakov
760d7b55dc Removed ANY keyword in DDL REVOKE permission statements for DATABASE 2014-08-29 11:15:50 +00:00
roman-simakov
8a7b9b1b2c Removed ANY keyword in DDL permission statements for DATABASE 2014-08-29 09:05:28 +00:00
firebirds
c04d4491e7 nightly update 2014-08-29 01:30:21 +00:00
dimitr
6d77447723 Minor refactoring. 2014-08-28 15:53:43 +00:00
dimitr
bc588f3549 Fixed missing encounting for record refetches. 2014-08-28 15:34:45 +00:00
dimitr
82bf6c2c0e Minor adjustments to the performance counters. Work in progress. 2014-08-28 15:16:39 +00:00
roman-simakov
6703f3aed2 Fixed CORE-4522 - DDL permission do not protect
against removal BLOB filters. Owner was added to RDB$FILTERS. ODS is changed.
Fixed bug when one DDL privilege could be shown several times.
Removed unneccesary check of locksmith in alter database.
2014-08-28 12:19:46 +00:00
alexpeshkoff
7c5eae4752 Minor debug enhancement 2014-08-28 09:30:17 +00:00
alexpeshkoff
38fd4dba26 Fixed merge of IStatus into old status vector format - thanks to Pavel 2014-08-28 09:02:24 +00:00
alexpeshkoff
076c275116 Added missing name 2014-08-28 08:55:12 +00:00
alexpeshkoff
0bbb336608 misc 2014-08-28 07:27:28 +00:00
firebirds
0f670285ef nightly update 2014-08-28 01:25:36 +00:00
dimitr
4dae12ccce Added counter for record refetches (aka repeated reads). 2014-08-27 14:51:51 +00:00
dimitr
663e3a93b2 Misc. 2014-08-27 13:32:42 +00:00
dimitr
a79ff180da Added specific error code for read conflicts in RC NO_REC_VER mode. Added missing conflict counting. 2014-08-27 12:56:36 +00:00
alexpeshkoff
d513daa574 Divide IStatus information into 3 parts: errors, warnings and completion code.
Errors and warnings are processed in IStatus independently. Completion code
is moved away from IStatus and returned directly by appropriate functions.
Replaced isSuccess() with more generic function getStatus(), which sets
appropriate bits in returned value when errors/warnings are present.

Also use same style when returning bytes' array and it's length in different
interfaces.
2014-08-27 09:24:30 +00:00
firebirds
733e3e22f3 nightly update 2014-08-27 01:23:06 +00:00
dimitr
02e6c00da4 Quick fix for the Windows build. 2014-08-26 14:16:09 +00:00
firebirds
d2ca4e9112 nightly update 2014-08-26 01:27:46 +00:00
alexpeshkoff
94f9a7e6e2 Make a dbCrypt sample a little more interesting 2014-08-25 14:04:50 +00:00
dimitr
182390b49e Fixed CORE-4530: DB_KEY based join of two tables may be ineffective. 2014-08-25 13:28:19 +00:00
dimitr
ee30e8e59d Attempt for CORE-4528: Allow hash/merge joins for non-field (dbkey or derived expression) equalities. 2014-08-25 11:35:52 +00:00
firebirds
60b73458d6 nightly update 2014-08-22 01:27:26 +00:00
alexpeshkoff
d92dacc97e Explicitly avoid processing records about already seen databases when mapping auth info 2014-08-21 08:00:53 +00:00
firebirds
39a8cd9c0d nightly update 2014-08-21 01:22:15 +00:00
alexpeshkoff
5714853583 Fixed non-linux posix builds 2014-08-20 10:07:19 +00:00
alexpeshkoff
8ed7e4a7c4 Postfix for CORE-4506: forgotten to release request 2014-08-20 09:26:47 +00:00
firebirds
f456bb0ac4 nightly update 2014-08-20 01:26:32 +00:00
alexpeshkoff
0822c657d8 Fixed CORE-4506: Firebird server crashes when execute most of "show ..." commands after reconnect 2014-08-19 09:53:42 +00:00
firebirds
2945afd7f1 nightly update 2014-08-18 01:16:20 +00:00
robocop
a623b39950 Misc. 2014-08-17 04:17:48 +00:00
robocop
180203f8e3 I assume this is a bug. 2014-08-17 03:52:36 +00:00
firebirds
54dd6fa0c2 nightly update 2014-08-16 01:18:06 +00:00
alexpeshkoff
f0a67cf971 Clear handle in JBlob when blob is destroyed 2014-08-15 15:37:13 +00:00
dimitr
623b564003 Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux. 2014-08-15 15:00:20 +00:00
dimitr
0fa3945f6a Corrections for the prior commit:Explicitly distinguish between thread handle and thread id. Return LWP as thread id on Linux. 2014-08-15 14:59:38 +00:00
dimitr
1f630915db Cleanup and small refactoring to avoid redundancy. 2014-08-15 14:20:11 +00:00
dimitr
36af3d8cb2 Cleanup and small refactoring to avoid redundancy. 2014-08-15 14:19:02 +00:00
alexpeshkoff
2b0242048a Cleanup 2014-08-15 13:14:42 +00:00
alexpeshkoff
2513cbf1c1 Clear handle in JBlob when blob is destroyed 2014-08-15 13:08:25 +00:00
firebirds
e10f76cbed nightly update 2014-08-13 01:16:01 +00:00