- 03 Feb, 2004 4 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
and updated sp.result as well. mysql-test/r/sp.result: Fixed test for BUG#2614 (right name, right place, etc...), and updated this file as well. mysql-test/t/sp.test: Fixed test for BUG#2614 (right name, right place, etc...)
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/petica
-
unknown authored
test case for the fix for bug #2614 sp_head.cc: A fix for a crashing bug in stored procedures with INSERT ... SELECT ... (Bug #2514) sql/sp_head.cc: A fix for a crashing bug in stored procedures with INSERT ... SELECT ... (Bug #2514) mysql-test/t/sp.test: test case for the fix for bug #2614
-
- 30 Jan, 2004 4 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
Docs/sp-imp-spec.txt: Fixed syntax error in example. Docs/sp-implemented.txt: Fixed typos, and corrected info on CALL with IN/INOUT parameters with global variables (it does work).
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/petica
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
- 29 Jan, 2004 1 commit
-
-
unknown authored
Docs/sp-implemented.txt: Some minor updates and corrections.
-
- 26 Jan, 2004 2 commits
- 21 Jan, 2004 2 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
(Meaning "... with SELECT v", where v is a local variable.) mysql-test/r/sp.result: Test case for BUG#2227 mysql-test/t/sp.test: Test case for BUG#2227 sql/item.h: Item_splocal::send() needed for "SELEC v", where "v" is a local variable. Also set the field name. sql/sp_head.cc: Have to get decimals and max_length right for reals, when SELECT of local variables.
-
- 20 Jan, 2004 1 commit
-
-
unknown authored
into sinisa.nasamreza.org:/mnt/work/petica sql/handler.cc: Auto merged
-
- 19 Jan, 2004 2 commits
- 14 Jan, 2004 5 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
into mysql.com:/home/pem/work/mysql-5.0 mysql-test/r/sp.result: Auto merged mysql-test/t/sp.test: Auto merged sql/sql_yacc.yy: Auto merged
-
unknown authored
(This might not be enough, could be more statements that must be detected...) mysql-test/r/sp.result: Test case for BUG#2267 mysql-test/t/sp.test: Test case for BUG#2267 sql/sp.cc: Code clean-up: Get the correct order of print-outs in debug trace. sql/sql_yacc.yy: Detect "select-like" statements so that the multi result flag is set correctly.
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
Found a few more places in the parser (insert, replace and update) where local stored procedure variables should not be recognized. mysql-test/r/sp-error.result: Test cases for BUG#2329 mysql-test/r/sp.result: New test case for certain context dependencies for symbols. mysql-test/t/sp-error.test: Test cases for BUG#2329 mysql-test/t/sp.test: New test case for certain context dependencies for symbols. sql/sql_yacc.yy: Found a few more places where local SP variables should not be recognized.
-
- 09 Jan, 2004 2 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
(And some minor correction of cursor open) sql/sp_head.cc: Detect some errors that doesn't result in a non-zero return code in the SP execution loop. (Also corrected the cursor post_open() call.) sql/sp_rcontext.cc: Corrected the semantics of cursor post_open(). sql/sp_rcontext.h: Corrected the semantics of cursor post_open().
-
- 08 Jan, 2004 4 commits
-
-
unknown authored
into mysql.com:/space/my/mysql-5.0
-
unknown authored
mysql-test/r/sp.result: Test case for BUG#2260. mysql-test/t/sp.test: Test case for BUG#2260. sql/sp_rcontext.cc: Detect warning and not found, and exception condition correctly.
-
unknown authored
Initialize and test properly when cleaning up, to avoid crash in some error cases. mysql-test/r/sp-error.result: Test case for BUG#2259 mysql-test/t/sp-error.test: Test case for BUG#2259 sql/sp_rcontext.cc: Cleanup in a more controlled way to avoid crashes in some error cases. Remove unused variable. sql/sp_rcontext.h: Initialize member var, for cleanup tests.
-
unknown authored
Parse column names (and not variables) only in UPDATE ... SET ... mysql-test/r/sp-error.result: New test case for BUG#2272 mysql-test/t/sp-error.test: New test case for BUG#2272 sql/sql_yacc.yy: "UPDATE table SET id = val" should only recognize column names, and not local SP variables for 'id'. (Also removed "as locator" syntax which is not supported.)
-
- 23 Dec, 2003 1 commit
-
-
unknown authored
- tagged ChangeSet 1.1644 as "mysql-5.0.0" configure.in: - bumped up version number to 5.0.1
-
- 22 Dec, 2003 1 commit
-
-
unknown authored
-
- 21 Dec, 2003 8 commits
-
-
unknown authored
client/mysqltest.c: Auto merged sql/filesort.cc: Auto merged sql/item.h: Auto merged sql/item_func.cc: Auto merged sql/log_event.cc: Auto merged sql/sql_class.h: Auto merged sql/sql_prepare.cc: Auto merged
-
unknown authored
Portability fixes mysql-test/r/rpl_relayrotate.result: Portability fix mysql-test/t/rpl_relayrotate.test: Portability fix. sql/log_event.cc: Removed ++ from uint4korr() becasue this caused side effects sql/uniques.cc: Removed not used argument to get_merge_buffers_cost() Removed wrong cast which caused compiler failures Cast arguments to ceil() to double (portability problem)
-
unknown authored
into mysql.com:/my/mysql-4.1
-
unknown authored
Fixed bug in ORDER BY on a small column (Bug #2147) Fixed error from pthread_mutex_destroy() when one had wrong errmsg file client/mysqltest.c: Added handling of error on query send (Needed for init_connection.test) mysql-test/mysql-test-run.sh: Added tracing of mysqldump and mysqlbinlog mysql-test/r/init_connect.result: Updated tests mysql-test/r/order_by.result: Added test for bug filesort bug mysql-test/t/init_connect-master.opt: Added proper quoting (for Solaris and OSF) mysql-test/t/init_connect.test: Portability fix mysql-test/t/order_by.test: Added test for bug #2147 (bug in filesort) sql/filesort.cc: Fixed bug in filesort (Bug #2147) sql/item.h: Clear 'fixed' on cleanup (For prepared statements) sql/item_func.cc: Protect mutex destroy. (Fixed error from pthread_mutex_destroy() when one had wrong errmsg file) sql/log_event.cc: Portability fix sql/sql_class.h: Fixed compiler warning sql/sql_prepare.cc: Portability fix. (Some compilers doesn't support jump over variables declared in for())
-
unknown authored
-
unknown authored
Some code cleanup mysql-test/r/sp.result: Update results after adding quotes around function/procedure names sql/sp.cc: Moved DBUG_ENTER after all variable declarations Eliminated some variables. Added more DBUG_ENTER commands. Added memory allocation checking in create_string() Fixed memory leak in sp_show_create_function() Removed usage of sprintf sql/sql_parse.cc: Simple cleanup Fixed memory leaks for mailformed SP definitions
-
unknown authored
into mysql.com:/my/mysql-5.0 sql/sql_class.cc: Auto merged sql/sql_delete.cc: Auto merged
-
unknown authored
(Fixed project files, compiler warnings etc..) BitKeeper/etc/ignore: added mysql_priv.h VC++Files/libmysqld/libmysqld.dsp: Update for VC++to VC++Files/sql/mysqld.dsp: Update for VC++ client/mysqlbinlog.cc: Remove not used variable sql-common/client.c: Fix for compilation with VC++ sql/filesort.cc: Remove not used variable sql/item_timefunc.cc: Fixed compiler warnings sql/log_event.cc: Fixed compiler warnings - One can't portable allocate an stack-array dynamicly - Changed sql_mode to ulong to match THD.variables.sql_mode (If they are not the same we get a lot of compiler warnings) sql/log_event.h: Changed sql_mode to ulong to match THD.variables.sql_mode (If they are not the same we get a lot of compiler warnings) sql/sp.cc: sql_mode to ulong Don't use strcpy Replaced sprintf() with strmov sql/sp_cache.cc: Fixed compiler warning sql/sp_head.cc: Removed not used variable sql/sp_rcontext.cc: Removed not used variable sql/sp_rcontext.h: Fixed compiler warning sql/sql_class.cc: Portability fix sql/sql_delete.cc: Fixed compiler warning sql/sql_insert.cc: Fixed compiler warning sql/sql_update.cc: Fixed compiler warning
-
- 20 Dec, 2003 3 commits