- 29 Sep, 2006 1 commit
-
-
unknown authored
fix memory leaks reported by valgrind mysql-test/r/mysqltest.result: Update result file mysql-test/t/mysqltest.test: Add tests for specifying delimiter
-
- 30 Jul, 2006 6 commits
-
-
unknown authored
client/mysqltest.c: Remove the hack "q_send_flag" which seems to be a bug fix for a buggy 'read_line' function
-
unknown authored
client/Makefile.am: Link mysqltest with mysys library client/mysqltest.c: Add new commands to mysqltest: - remove_file - copy_file - file_exists - write_file - perl mysql-test/r/mysqltest.result: Update result file mysql-test/t/mysqltest.test: Add tests for new commands
-
unknown authored
client/mysqltest.c: Cleanup error messages, no need to supply line number in calls to 'die' that is done automatically if needed. Set start_lineno to 0 as default.
-
unknown authored
-
unknown authored
client/mysqltest.c: Remove the TODO saying we need better manual since that has been fixed now.
-
unknown authored
client/mysqltest.c: Fix bugs in 'read_line' function, add better comments and some DBUG printouts Add do_delimiter function so the "delimiter" command is parsed better, it should not be allowed to have emtpy delimiter Add checks that disable/enable_pasring is not used when it's already disabled or enabled. Don't allow mysqltest to end with parsing disabled Add function 'convert_to_format_v1' as the bugs in read_line caused the queries to be read a little funny and we want to preserve the result file format(at this time) mysql-test/r/mysqltest.result: Update result file
-
- 29 Jul, 2006 8 commits
-
-
unknown authored
mysql-test/t/sp_notembedded.test: Change faulty delimiter ; to |
-
unknown authored
-
unknown authored
mysql-test/r/subselect.result: Add missing semicolon delimiter and junk caused by that mysql-test/t/subselect.test: Add missing semicolon delimiter
-
unknown authored
mysql-test/t/wait_timeout.test: Add missing semicolon
-
unknown authored
-
unknown authored
-
unknown authored
mysql-test/r/query_cache.result: Add missing semicolon mysql-test/t/query_cache.test: Add missing semicolon
-
unknown authored
mysql-test/t/csv.test: Add missing semicolon
-
- 28 Jul, 2006 1 commit
-
-
unknown authored
Add query_len variable to st_query, avoids a lot of strlen and allows better allocation of dynamic strings Tune some inital allocations of dynamic strings
-
- 27 Jul, 2006 3 commits
-
-
unknown authored
mysql-test/t/ndb_autodiscover3.test: Increase time to sleep and add explanation why
-
unknown authored
- Disable 3 test cases that crashes slave mysql-test/t/disabled.def: Disable test cases where slave crashes due to bug#21298
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint mysql-test/t/disabled.def: Auto merged
-
- 26 Jul, 2006 12 commits
-
-
unknown authored
into orca.ndb.mysql.com:/space_old/pekka/ndb/version/my51-bug14935 storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Auto merged storage/ndb/src/kernel/blocks/ERROR_codes.txt: manual
-
unknown authored
storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: bug#14935 - post-review storage/ndb/src/kernel/blocks/dbtup/DbtupAbort.cpp: bug#14935 - post-review storage/ndb/src/kernel/blocks/dbtup/DbtupExecQuery.cpp: bug#14935 - post-review
-
unknown authored
-
unknown authored
into neptunus.(none):/home/msvensson/mysql/mysql-5.1-new-maint
-
unknown authored
mysql-test/r/sp.result: Exclude mysql-test/t/sp.test: Exclude
-
unknown authored
-
unknown authored
- Add prelocking for stored procedures that uses sp or sf - Update test result for sp_error(reported as bug#21294) - Make note about new error message from sp-error(bug#17244) mysql-test/r/sp-error.result: Update test result(reported as bug#21294) mysql-test/r/sp_notembedded.result: Update test result after disabling test case mysql-test/t/sp-error.test: Add note about the faulty error message mysql-test/t/sp_notembedded.test: Disable test case until bug#17244 has been fixed sql/sp.cc: Add prelocking for all stored procedures that uses another sp or sf sql/sp.h: Add prelocking for all stored procedures that uses another sp or sf sql/sql_base.cc: Add prelocking for all stored procedures that uses another sp or sf
-
unknown authored
mysql-test/mysql-test-run.pl: Report warining when failure to start mysqld was detected, this will allow the testcase to continue executing. The failure to start mysqld will be caugt when executing mysqltest
-
unknown authored
-
unknown authored
-
unknown authored
mysql-test/mysql-test-run.pl: Fix problem with checking that all im processes has shutdown cleanly When it was detected that one of "im mysqlds" didn't shutdown, last was called to break the loop, but it only broke the inner loop. Remove the while(0) loop and make this easier by setting $clean_shutdown to 0 if any such problem is detected.
-
unknown authored
-
- 25 Jul, 2006 2 commits
- 24 Jul, 2006 4 commits
-
-
unknown authored
-
unknown authored
-
unknown authored
-
unknown authored
into chilla.local:/home/mydev/mysql-5.1-amerge mysql-test/r/merge.result: Auto merged mysql-test/t/merge.test: Auto merged sql/sql_table.cc: Auto merged storage/ndb/include/kernel/GlobalSignalNumbers.h: Auto merged storage/ndb/src/common/debugger/signaldata/SignalNames.cpp: Auto merged storage/ndb/src/kernel/blocks/dbdih/DbdihMain.cpp: Auto merged storage/ndb/src/kernel/blocks/ndbcntr/NdbcntrMain.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged configure.in: Manual merge mysql-test/extra/binlog_tests/blackhole.test: Manual merge mysql-test/r/binlog_stm_blackhole.result: Manual merge sql/ha_myisammrg.cc: Manual merge sql/handler.h: Manual merge storage/blackhole/ha_blackhole.cc: Manual merge support-files/mysql.spec.sh: Manual merge
-
- 23 Jul, 2006 2 commits
-
-
unknown authored
(well, im_options in this case, but using existing bug report) mysql-test/t/disabled.def: disable im_options test as it's non-deterministic. reopen bug
-
unknown authored
into willster.(none):/home/stewart/Documents/MySQL/5.1/main BitKeeper/etc/config: Auto merged sql/opt_range.cc: Auto merged storage/ndb/src/kernel/blocks/ERROR_codes.txt: Auto merged storage/ndb/src/kernel/blocks/dbtup/Dbtup.hpp: Auto merged storage/ndb/src/kernel/blocks/dbtup/DbtupTabDesMan.cpp: Auto merged storage/ndb/test/ndbapi/testDict.cpp: Auto merged storage/ndb/test/run-test/daily-basic-tests.txt: Auto merged mysql-test/Makefile.am: manual merge storage/ndb/src/kernel/blocks/dbtup/DbtupMeta.cpp: manual merge
-
- 22 Jul, 2006 1 commit
-
-
unknown authored
Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error mysql-test/r/ndb_dd_backuprestore.result: Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error mysql-test/r/ndb_partition_range.result: Fixes for change that makes default appear in NODEGROUP as it should be instead of 0 which is an error
-