asfernandes
92cea80897
Backport fix for CORE-1781 - LIKE, STARTING WITH and CONTAINING may incorrect return true
2008-05-01 15:11:05 +00:00
robocop
955272b1e5
Delete useless files.
2008-05-01 11:56:36 +00:00
hvlad
f4fe2974db
Update DSQL_pretty to print nod_src_info contents even more correctly :) Noted by Adriano. Also make DSQL_pretty to not loop endlessly on nod_return.
2008-05-01 07:31:05 +00:00
hvlad
359b18a72f
Corrected fix for bug CORE-1875. Noted by Adriano.
2008-05-01 07:30:10 +00:00
hvlad
4e9499560f
Update DSQL_pretty to print nod_src_info contents correctly
2008-04-30 19:58:07 +00:00
hvlad
d5e68f6617
Fixed bug CORE-1875 : Error on script with current_date
2008-04-30 19:55:46 +00:00
alexpeshkoff
512621feed
Make firebird buildable on solaris 10
2008-04-30 17:27:21 +00:00
alexpeshkoff
02179bf74e
Backported fix for CORE-1854: Value of CURRENT_USER may be not in upper case when using unix OS auth.
2008-04-29 13:27:08 +00:00
paulbeach
b6a5481be4
Missing in 2.1
2008-04-29 09:40:19 +00:00
asfernandes
5bacc887d3
Fixed CORE-1859 - Arithmetic overflow or division by zero has occurred. in MAX function
2008-04-26 15:49:26 +00:00
robocop
7d1761b933
When someone backported messages, lang_helpers dir was forgotten.
2008-04-26 10:36:41 +00:00
robocop
dec27dc97d
Backport fix for CORE-1862.
2008-04-26 10:33:52 +00:00
alexpeshkoff
b474ff21f9
Backported fix for CORE-1868: AV in isc_dsql_free_statement()
2008-04-25 10:04:57 +00:00
paulbeach
ba00e72d56
Fix optimisation problem on MacOSX ppc build that results in a segfault on exit for all utilities
...
Re-define __ppc__ where necessary
2008-04-25 10:04:25 +00:00
alexpeshkoff
9c55c630c0
Backported fix for CORE-1864: SELECT operator does not work in ISQL
2008-04-24 16:08:35 +00:00
alexpeshkoff
58db61b19c
Fixed CORE-1826: changeRunUser.sh and restoreRootRunUser.sh scripts do not change run user in init.d script
2008-04-22 09:26:55 +00:00
dimitr
9fc287f2fe
Fixed CORE-1851. We cannot shutdown the engine properly in the "on DLL detach" handler.
...
This code exists since v1.5, but it was never activated due to a wrong conditional compilation.
We've enabled it in v2.1 only and it has immediately showed its problems. Let's better allow a memory leak but don't crash/hang.
v2.5 has already solved this issue completely, but the backport is nearly impossible.
2008-04-21 09:03:03 +00:00
asfernandes
031d467220
Misc
2008-04-20 19:47:30 +00:00
asfernandes
9294c095eb
Rollback changes already rolled-back in HEAD
2008-04-20 19:16:33 +00:00
dimitr
5cc6302c4d
Fixed CORE-1357.
2008-04-20 13:57:04 +00:00
robocop
6f518a6e54
Misc.
2008-04-18 09:57:00 +00:00
dimitr
8c20aad4dd
Backported CORE-1840.
2008-04-17 09:07:20 +00:00
hvlad
bd68ccf8d1
Missed line for backported fix for CORE-1793, sorry
2008-04-16 20:15:12 +00:00
roman-simakov
b49787c20b
1. Fixed unlocking header page while CCH_release. Thanks to Vlad.
...
2. Fixed writing page while nbackup merge state is stalled.
2008-04-16 15:07:48 +00:00
hvlad
776a1438f3
Constness changes for CORE-1793 made after initial commit. Noted by Claudio
2008-04-16 14:10:56 +00:00
hvlad
11451b996f
Backported fix for inregistered bug - wrong handle passed in PROC_ROLLBACK in case of failure in GDS_START_MULTIPLE.
2008-04-16 13:35:50 +00:00
hvlad
326cf5b08a
Backported fix for bug CORE-1731 : Sometimes engine may "hang" using 100% CPU load and no IO activity for the few minutes
2008-04-16 13:34:03 +00:00
hvlad
eb356237e5
Update codes after new error message added
2008-04-16 13:27:25 +00:00
hvlad
05a2fa3a50
Backported fix for bug CORE-1793 : AV at prepare of query with unused parametrized CTE
2008-04-16 13:24:21 +00:00
hvlad
08fac1e0fb
Backported fix for bug CORE-1838 : SET STATISTICS INDEX on index of GTT may wrongly change index id by maximum available number for database page size
2008-04-16 12:27:51 +00:00
alexpeshkoff
75ea5734d4
Backported fix for CORE-1839: AV when sorting by field, calculated using resursive CTE
2008-04-16 12:20:54 +00:00
alexpeshkoff
8a8a1f376f
Alan's patch for ARM
2008-04-15 14:11:41 +00:00
paulbeach
3994fd5df4
Solaris AMD 64bit Port for Classic
2008-04-14 14:04:39 +00:00
paul_reeves
2617333118
Be sure to include the correct version of the QSG
2008-04-14 14:01:10 +00:00
paul_reeves
3dd52d64dd
Update readme files to indicate that this is a production build, not a release candidate
2008-04-14 12:23:20 +00:00
paul_reeves
67d390dd9c
Change shortcut to point to QSG 2.1
2008-04-14 10:03:00 +00:00
paul_reeves
ba62a748dd
Remove references to RC2
2008-04-14 09:20:15 +00:00
paul_reeves
76caf76a2d
*** empty log message ***
2008-04-14 09:18:08 +00:00
paulbeach
796dc5a941
Fix issue re. unresolved exception symbols on client link
2008-04-10 13:47:07 +00:00
paulbeach
1cd07938da
A couple of small definition problems related to the MacOSX PPC build
2008-04-10 13:28:55 +00:00
paulbeach
ba24804314
A couple of small definition problems related to the MacOSX PPC build
2008-04-10 12:40:12 +00:00
dimitr
9c8e806bc2
Update.
2008-04-10 10:55:23 +00:00
dimitr
c4de8ae6d7
Update.
2008-04-09 10:30:19 +00:00
dimitr
63c98a88e7
Update.
2008-04-09 10:18:26 +00:00
paulbeach
686c4298d6
Wrongly named libfbclient.so
2008-04-07 13:01:55 +00:00
dimitr
009253e471
Update.
2008-04-04 09:22:55 +00:00
dimitr
f4ca8c6913
Server-side fix for CORE-1820.
2008-04-04 09:09:56 +00:00
dimitr
2760eb936f
Update.
2008-04-04 07:11:53 +00:00
alexpeshkoff
50af4e67f9
Backported fix for CORE-1421: SuperServer can't shutdown immediately after shutdown request after failed login attempt
2008-04-03 17:00:51 +00:00
alexpeshkoff
7a19a669bc
Backported fix for CORE-1680: "gsec display" only shows some first users when there are many users (>50) in security database
2008-04-03 16:07:28 +00:00