- 22 Nov, 2005 15 commits
-
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
-
bell@sanja.is.com.ua authored
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
-
bell@sanja.is.com.ua authored
if inner routine has more local variables than outer one, and one of its last variables was used as argument to NOT operator". THD::spcont was non-0 when we were parsing stored routine/trigger definition during execution of another stored routine. This confused methods of Item_splocal and forced them use wrong runtime context. Fix ensures that we always have THD::spcont equal to zero during routine/trigger body parsing. This also allows to avoid problems with errors which occur during parsing and SQL exception handlers.
-
joerg@mysql.com authored
-
joerg@mysql.com authored
Fix a possible problem on RPM un-install. bug#15145
-
pem@mysql.com authored
-
pem@mysql.com authored
-
pem@mysql.com authored
into mysql.com:/usr/home/pem/show-sp-code/mysql-5.0
-
pem@mysql.com authored
-
lars@mysql.com authored
into mysql.com:/users/lthalmann/bk/mysql-5.0-hexdump
-
lars@mysql.com authored
Changed wrong printf to fprintf.
-
ingo@production.mysql.com authored
into production.mysql.com:/usersnfs/istruewing/autopush/mysql-5.0
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
-
- 21 Nov, 2005 17 commits
-
-
ingo@production.mysql.com authored
into production.mysql.com:/usersnfs/istruewing/autopush/mysql-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
-
bell@sanja.is.com.ua authored
into sanja.is.com.ua:/home/bell/mysql/bk/work-merge-5.0
-
bell@sanja.is.com.ua authored
-
joerg@mysql.com authored
into mysql.com:/M50/mysql-5.0
-
bar@mysql.com authored
Fixing test results accordingly. item_timefunc.cc: Displaying BINARY or CHAR in error messages, depending on the character set.
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.b14255
-
bar@mysql.com authored
cast.result: cast.test: Avoid 0x00 byte in test results, use HEX instead.
-
eric@mysql.com authored
into mysql.com:/home/eric/fed-err-mysql-5.0
-
pem@mysql.com authored
(Patch provided by serg)
-
eric@mysql.com authored
into mysql.com:/home/eric/fed-err-mysql-5.0
-
joerg@mysql.com authored
-
ingo@mysql.com authored
into mysql.com:/home/mydev/mysql-5.0-bug13707
-
bar@mysql.com authored
into mysql.com:/usr/home/bar/mysql-5.0.b14255
-
aivanov@mysql.com authored
into mysql.com:/home/alexi/dev/mysql-5.0-14554
-
aivanov@mysql.com authored
statement for tables created in the IGNORE_SPACE sql mode.
-
mskold@mysql.com authored
into mysql.com:/usr/local/home/marty/MySQL/mysql-5.0
-
- 20 Nov, 2005 1 commit
-
-
bell@sanja.is.com.ua authored
Bad examples of usage of a string with its length fixed. The incorrect length in the trigger file configuration descriptor fixed (BUG#14090). A hook for unknown keys added to the parser to support old .TRG files.
-
- 19 Nov, 2005 7 commits
-
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13825
-
konstantin@mysql.com authored
COUNT(*) is 0" (the test case has been pushed already)
-
kent@mysql.com authored
into mysql.com:/Users/kent/mysql/bk/mysql-5.0-distcheck
-
dlenev@mysql.com authored
into mysql.com:/home/dlenev/src/mysql-5.0-bg13825
-
dlenev@mysql.com authored
handling of savepoints in stored routines. Fixed ha_rollback_to_savepoint()/ha_savepoint()/ha_release_savepoint() functions to properly handle savepoints inside of stored functions and triggers. Also now when we invoke stored function or trigger we create new savepoint level. We destroy it at the end of function/trigger execution and return back to old savepoint level.
-
kent@mysql.com authored
Corrected "include/readline" link for "make distcheck"
-