]> git.pld-linux.org Git - packages/Firebird.git/commitdiff
- obsolete
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 30 May 2004 00:48:38 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Firebird-fix.patch -> 1.3
    Firebird-gcc33.patch -> 1.2

Firebird-fix.patch [deleted file]
Firebird-gcc33.patch [deleted file]

diff --git a/Firebird-fix.patch b/Firebird-fix.patch
deleted file mode 100644 (file)
index f6b67ca..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
---- firebird-1.0.0.796/jrd/rse.c.orig  Fri Mar  1 12:54:03 2002
-+++ firebird-1.0.0.796/jrd/rse.c       Thu Dec  5 00:48:00 2002
-@@ -735,7 +735,7 @@
-               MOV_get_int64 (EVL_expr (tdbb, (NOD) rsb->rsb_arg [0]), 0);
-             if (((IRSB_FIRST)impure)->irsb_count < 1)
--                ERR_post (gds__bad_limit_param, 0);
-+                ERR_post (gds__not_valid /*gds__bad_limit_param*/, 0);
-           rsb = rsb->rsb_next;
-           break;
-@@ -745,7 +745,7 @@
-               MOV_get_int64 (EVL_expr (tdbb, (NOD) rsb->rsb_arg [0]), 0);
-             if (((IRSB_SKIP)impure)->irsb_count < 0)
--                ERR_post (gds__bad_skip_param, 0);
-+                ERR_post (gds__not_valid /*gds__bad_skip_param*/, 0);
-             ((IRSB_SKIP)impure)->irsb_count++;
-           rsb = rsb->rsb_next;
---- firebird-1.0.0.796/Configure_SetupEnv.sh.orig      Tue Aug  7 20:19:19 2001
-+++ firebird-1.0.0.796/Configure_SetupEnv.sh   Thu Dec  5 08:14:29 2002
-@@ -53,6 +53,6 @@
- LD_LIBRARY_PATH=$FBNewBuild/lib:$FBBuildRoot/jrd:$LD_LIBRARY_PATH
- export LD_LIBRARY_PATH
--PATH=$PATH:$FBNewBuild/bin:.
-+PATH=$FBNewBuild/bin:$PATH:.
diff --git a/Firebird-gcc33.patch b/Firebird-gcc33.patch
deleted file mode 100644 (file)
index f04c15c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
---- firebird-1.0.2.908/jrd/val.c.orig  Wed Jun  5 00:23:28 2002
-+++ firebird-1.0.2.908/jrd/val.c       Thu Jun 12 14:12:27 2003
-@@ -100,8 +100,8 @@
-    If other attachments are already made locally or through the same multi-
-    client server, validate gives up with the message:
--   "Lock timeout during wait transaction
--   -- Object "database_filename.gdb" is in use"
-+   <<Lock timeout during wait transaction
-+   -- Object "database_filename.gdb" is in use>>
-    If other processes or servers are attached to the database, validate 
-    waits for the exclusive lock on the database (i.e. waits for every 
This page took 0.079971 seconds and 4 git commands to generate.