fsg
|
ca57e6b52f
|
nightly update
|
2009-11-04 13:52:34 +00:00 |
|
robocop
|
0e58db9645
|
increment build number
|
2009-11-04 13:05:31 +00:00 |
|
robocop
|
f9a571343f
|
Misc.
|
2009-11-04 13:05:30 +00:00 |
|
alexpeshkoff
|
9130738398
|
increment build number
|
2009-11-04 11:37:13 +00:00 |
|
alexpeshkoff
|
bc99c22556
|
Some hanges suggested by Claudio, also fixed compile errors
|
2009-11-04 11:37:10 +00:00 |
|
alexpeshkoff
|
463b0c6e6d
|
increment build number
|
2009-11-04 11:01:59 +00:00 |
|
alexpeshkoff
|
c99e83f1b3
|
misc binreloc-related
|
2009-11-04 11:01:58 +00:00 |
|
robocop
|
6b1ac18985
|
increment build number
|
2009-11-04 10:51:28 +00:00 |
|
robocop
|
1990db7c9c
|
Misc (hope the change is for better).
|
2009-11-04 10:51:27 +00:00 |
|
alexpeshkoff
|
b442841e1d
|
increment build number
|
2009-11-04 10:04:36 +00:00 |
|
alexpeshkoff
|
9dae4cfea8
|
increment build number
|
2009-11-04 10:04:35 +00:00 |
|
alexpeshkoff
|
b9d4ff8953
|
increment build number
|
2009-11-04 10:04:34 +00:00 |
|
alexpeshkoff
|
c40737ca56
|
cleanup unused NDEBUG macro
|
2009-11-04 10:04:33 +00:00 |
|
alexpeshkoff
|
5b92d9fa19
|
increment build number
|
2009-11-04 10:04:32 +00:00 |
|
alexpeshkoff
|
bd74c474bf
|
increment build number
|
2009-11-04 09:50:38 +00:00 |
|
alexpeshkoff
|
d91792c9e2
|
Added initialization - thanks to Adriano
|
2009-11-04 09:50:37 +00:00 |
|
alexpeshkoff
|
ebc79cb486
|
increment build number
|
2009-11-04 09:39:27 +00:00 |
|
alexpeshkoff
|
27ca1a00dd
|
Added forgotten new file - thanks to Adriano
|
2009-11-04 09:39:25 +00:00 |
|
verbguy
|
bf298e14ea
|
increment build number
|
2009-11-04 02:11:08 +00:00 |
|
verbguy
|
1d9a25d825
|
improved fix from Adriano for ibase.h woes
|
2009-11-04 02:11:07 +00:00 |
|
asfernandes
|
6716eb4121
|
increment build number
|
2009-11-04 00:20:58 +00:00 |
|
asfernandes
|
1232c5917a
|
increment build number
|
2009-11-04 00:20:57 +00:00 |
|
asfernandes
|
bcee7417c4
|
1) Misc; 2) Fix bad indenting
|
2009-11-04 00:20:56 +00:00 |
|
verbguy
|
376cdf8307
|
increment build number
|
2009-11-03 23:33:40 +00:00 |
|
asfernandes
|
c97baf0bbd
|
increment build number
|
2009-11-03 23:16:39 +00:00 |
|
asfernandes
|
957aa3e32b
|
Fix problem reported by Bill - usage of variable in non-PSQL block crashs the server. Test case:
--
-- Defect S0320338
-- EXTRA COLON CAUSES ISQL TO CRASH
--
create database 'test.fdb';
create table USER_DATA (
BASE_DATA_ID numeric(18,0) not null,
OWNER_IDENTITY_ID numeric(18,0),
primary key (BASE_DATA_ID)
);
create table IDENTITY (
IDENTITY_ID numeric(18,0) not null,
OBJECT_VERSION numeric(18,0) not null,
IS_ACTIVE char(1),
IS_GROUP char(1),
OMRID varchar(80) not null unique,
NAME varchar(80) not null,
IDENTITY_PROXY_ID numeric(18,0) unique,
primary key (IDENTITY_ID)
);
SELECT ident.IDENTITY_PROXY_ID
FROM USER_DATA ud
JOIN IDENTITY ident on ud.OWNER_IDENTITY_ID = ident.IDENTITY_ID
WHERE ud.BASE_DATA_ID = :OBJECT_ID;
-- this query should fail, but not crash
drop database;
|
2009-11-03 23:16:37 +00:00 |
|
verbguy
|
fcfe23496a
|
increment build number
|
2009-11-03 21:17:43 +00:00 |
|
verbguy
|
b0d2ab6d67
|
increment build number
|
2009-11-03 16:00:08 +00:00 |
|
verbguy
|
d67ba89735
|
fix Sun Studio build
|
2009-11-03 16:00:07 +00:00 |
|
verbguy
|
8cd7dbd262
|
increment build number
|
2009-11-03 15:58:57 +00:00 |
|
verbguy
|
c625318f54
|
Solaris 9 fix - use absolute path to atomic in-line assembly routines, instead of relative path. Build of examples was broken when example code moved to new directory.
|
2009-11-03 15:58:56 +00:00 |
|
verbguy
|
7800b7c603
|
increment build number
|
2009-11-03 15:31:01 +00:00 |
|
verbguy
|
8a93f259a2
|
fix Sun Studio warning, Identifier expected instead of "}".
|
2009-11-03 15:31:00 +00:00 |
|
verbguy
|
4e05f2f32d
|
increment build number
|
2009-11-03 15:02:12 +00:00 |
|
verbguy
|
5148da5cd8
|
fix Sun Studio error, "a union member cannot have a user-defined assignment operator," per Adriano's suggestion
|
2009-11-03 15:02:11 +00:00 |
|
fsg
|
64aad230f6
|
increment build number
|
2009-11-03 13:53:14 +00:00 |
|
fsg
|
a9fe1647ec
|
nightly update
|
2009-11-03 13:53:13 +00:00 |
|
alexpeshkoff
|
f699a4dbd2
|
increment build number
|
2009-11-03 13:35:21 +00:00 |
|
alexpeshkoff
|
0bc6cbab4e
|
increment build number
|
2009-11-03 13:35:20 +00:00 |
|
alexpeshkoff
|
370806c17f
|
Small fixes to make best of binreloc during development - can run all binaries now directly from gen/firebird/bin
|
2009-11-03 13:35:19 +00:00 |
|
alexpeshkoff
|
5c26cc5ccc
|
increment build number
|
2009-11-03 13:35:10 +00:00 |
|
alexpeshkoff
|
3ec15e4e02
|
increment build number
|
2009-11-03 13:33:55 +00:00 |
|
alexpeshkoff
|
376508d4dd
|
increment build number
|
2009-11-03 13:33:54 +00:00 |
|
alexpeshkoff
|
00affefdb0
|
Small fixes after changing memory manager
|
2009-11-03 13:33:53 +00:00 |
|
alexpeshkoff
|
217f057747
|
increment build number
|
2009-11-03 13:32:17 +00:00 |
|
alexpeshkoff
|
82642d8a7c
|
Doctor library name according to posix rules
|
2009-11-03 13:32:15 +00:00 |
|
alexpeshkoff
|
7def011d82
|
increment build number
|
2009-11-03 13:31:26 +00:00 |
|
alexpeshkoff
|
4f98901eee
|
increment build number
|
2009-11-03 13:31:25 +00:00 |
|
alexpeshkoff
|
4dc99001af
|
Vulcan improvement - keep reason of locking to be viewed by debugger
|
2009-11-03 13:31:24 +00:00 |
|
alexpeshkoff
|
b5968462e9
|
increment build number
|
2009-11-03 13:30:38 +00:00 |
|