mapopa
|
2adce12d57
|
FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1))
|
2014-05-07 15:14:41 +00:00 |
|
mapopa
|
8315a7756a
|
FB_ALIGN is always defined in src/include/types_pub.h ((n+b-1)&~(b-1))
|
2014-05-07 15:11:23 +00:00 |
|
mapopa
|
654c3562a3
|
cleanup VMS FB_ALIGN define
|
2014-05-07 14:51:49 +00:00 |
|
alexpeshkoff
|
bf82df1ebb
|
Postfix for CORE-3242: somewhy when checking metadata access (like MODIFY or DROP) always checked that access from object itself. Strange at the first glance behavior, but let us do not change legacy (at least since FB1.0) when possible.
|
2014-05-07 11:21:31 +00:00 |
|
alexpeshkoff
|
9e3f5a9a56
|
Fixed CORE-4398: Provide ability to specify extra-long name of log when doing gbak to avoid "attempt to store 256 bytes in a clumplet" message
|
2014-05-07 10:21:49 +00:00 |
|
alexpeshkoff
|
854aa5ec96
|
Change Hash duplicates control interface to avoid unexpected use - thanks to Claudio
|
2014-05-07 09:18:52 +00:00 |
|
robocop
|
4895ac6067
|
Fix the problem with gbak restoring a db and lack of rights on sys tables that Philippe detected.
|
2014-05-07 08:58:36 +00:00 |
|
firebirds
|
2709be39c3
|
nightly update
|
2014-05-07 00:51:58 +00:00 |
|
robocop
|
2a9f17ec6d
|
I need name_length_limit() for testing some isql functionality.
|
2014-05-06 22:41:24 +00:00 |
|
asfernandes
|
8162336592
|
Fixed CORE-4415 - Useless extraction of generic DDL trigger.
|
2014-05-06 18:10:07 +00:00 |
|
mapopa
|
f3a32150a5
|
Remove unused generated directory. Builds use the temporary 'gen' directory
|
2014-05-06 13:41:13 +00:00 |
|
alexpeshkoff
|
094c540f23
|
Turn off db triggers for mapping connections
|
2014-05-06 12:37:45 +00:00 |
|
alexpeshkoff
|
d83d4d084a
|
Fixed a bug, privately reported by Pavel Zotov - segfault when closing trace
|
2014-05-06 12:25:35 +00:00 |
|
alexpeshkoff
|
2fdac342a0
|
Turn of forgotten debugging
|
2014-05-06 10:29:59 +00:00 |
|
alexpeshkoff
|
148f60aa94
|
Fixed support of maps with same hash value
|
2014-05-06 10:07:08 +00:00 |
|
mapopa
|
da1e63df21
|
remove vax pascal
|
2014-05-06 08:49:27 +00:00 |
|
mapopa
|
55da24472a
|
remove PYXIS
|
2014-05-06 08:34:00 +00:00 |
|
mapopa
|
deb63804dc
|
cleanup
|
2014-05-06 07:49:43 +00:00 |
|
robocop
|
e6d3b34c55
|
Fix CORE-4418, using the property of special triggers that are marked "system" or "ignore_perm".
|
2014-05-06 01:28:53 +00:00 |
|
firebirds
|
14dffb79a2
|
nightly update
|
2014-05-06 00:30:24 +00:00 |
|
mapopa
|
ac65e2269b
|
cleanup VMS leftovers
|
2014-05-05 15:28:10 +00:00 |
|
alexpeshkoff
|
7469e4498c
|
Use separate callback event per process - should make windows happy
|
2014-05-05 14:58:48 +00:00 |
|
alexpeshkoff
|
467ff965f9
|
Corrected patch from Dmitry Sibiryakov
|
2014-05-05 10:07:48 +00:00 |
|
firebirds
|
2a3c851d1a
|
nightly update
|
2014-05-05 00:25:33 +00:00 |
|
dimitr
|
0d255045b9
|
Fixed the issue with UNION ALL vs WITH LOCK reported by Claudio privately.
|
2014-05-04 07:43:49 +00:00 |
|
robocop
|
51b9c701ba
|
1.- Prevent special chars from disabling isql. 2.- Do not take offsets from null pointers.
|
2014-05-04 06:46:39 +00:00 |
|
robocop
|
e853009f49
|
Group some global vars in isql (relative to the SET command).
|
2014-05-04 05:40:55 +00:00 |
|
firebirds
|
6fb7406eba
|
nightly update
|
2014-05-04 00:28:10 +00:00 |
|
firebirds
|
ffa9c25008
|
nightly update
|
2014-05-03 00:30:45 +00:00 |
|
robocop
|
a6133d02a8
|
Replace "unknown token" by specific messages.
|
2014-05-03 00:27:47 +00:00 |
|
robocop
|
8f1373aaa1
|
In ODS12, rdb$system_flag is not nullable thus we can simplify some conditions.
|
2014-05-02 03:04:56 +00:00 |
|
robocop
|
a6fc5ea73b
|
1.- Don't let gbak delete more than the only table it might clean. 2.- Special case for rdb$types: user can insert records, provided that's locksmith and the records contain non-system types.
|
2014-05-02 03:01:38 +00:00 |
|
firebirds
|
5d6afb3ec7
|
nightly update
|
2014-05-02 00:54:31 +00:00 |
|
robocop
|
8c83e71e88
|
More sys tables protected.
|
2014-05-01 05:55:15 +00:00 |
|
robocop
|
6af9181230
|
Misc.
|
2014-05-01 05:51:23 +00:00 |
|
robocop
|
c5ff8fb1e6
|
Avoid var shadowing.
|
2014-05-01 05:30:14 +00:00 |
|
robocop
|
1bb6f45b89
|
Misc.
|
2014-05-01 05:29:19 +00:00 |
|
firebirds
|
1f998151bc
|
nightly update
|
2014-05-01 00:31:52 +00:00 |
|
hvlad
|
e758495ddd
|
Fixed event leak. Alex, please review.
|
2014-04-30 15:38:29 +00:00 |
|
alexpeshkoff
|
9bd0939f09
|
Implemented CORE-1377: Add an ability to change role without reconnecting to database
|
2014-04-30 15:12:12 +00:00 |
|
alexpeshkoff
|
235fb16aa9
|
Fixed unhandled exception in services brought my one of recent commits
|
2014-04-30 12:20:59 +00:00 |
|
hvlad
|
c04233f92a
|
Fixed VC10 build - make all project use the same set of include directories.
|
2014-04-30 11:09:32 +00:00 |
|
mapopa
|
204f33a5c9
|
VMS lock cleanup
|
2014-04-30 09:20:30 +00:00 |
|
mapopa
|
9176e2f4f6
|
VMS cleanup
|
2014-04-30 09:14:20 +00:00 |
|
mapopa
|
73a0eca8c8
|
VMS cleanup
|
2014-04-30 09:08:28 +00:00 |
|
firebirds
|
b5d2470e58
|
nightly update
|
2014-04-29 00:48:02 +00:00 |
|
alexpeshkoff
|
3d943864f9
|
Fixed CORE-4395: execute statement on external doesn't find Firebird 2.5 database
|
2014-04-28 12:51:34 +00:00 |
|
hvlad
|
bb2c97fb0c
|
MSVC 12 support, very first step
|
2014-04-28 12:50:31 +00:00 |
|
alexpeshkoff
|
523c55f9d9
|
Implemented CORE-2208: New gbak option to ignore specific tables data during the backup
|
2014-04-28 09:40:34 +00:00 |
|
firebirds
|
d279be7df8
|
nightly update
|
2014-04-28 01:46:46 +00:00 |
|