mariadb/mysql-test/t
unknown db15b91915 Code style fixes.
Initialize LOG_error_log before get_options to not use an uninitalized mutex in case of an error from handle_options()


mysql-test/r/lowercase_table.result:
  Changed foo database -> mysqltest
  More test cases
mysql-test/t/lowercase_table.test:
  Changed foo database -> mysqltest
  More test cases
mysys/my_getopt.c:
  Fix new code to use MySQL indentation style
sql/log.cc:
  Change to use MySQL indentation style and naming conventions
  Remove usage of strlen() and strcat()
sql/mysqld.cc:
  Initialize LOG_error_log before get_options to not use an uninitalized mutex in case of an error from handle_options()
sql/sql_base.cc:
  Added comment
sql/table.cc:
  Added #if MYSQL_VERSION_ID < 40100 to ensure code is merged correctly
2004-08-28 00:49:54 +03:00
..
alias.test Fix for Bug 3481 2004-04-28 16:14:53 +01:00
alter_table.test BUG#4717 - check for valid table names in ALTER TABLE ... RENAME 2004-07-26 10:52:40 +02:00
analyse.test merged 2003-03-13 13:44:03 +01:00
ansi-master.opt Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) 2003-05-13 19:26:07 +03:00
ansi.test Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) 2003-05-13 19:26:07 +03:00
auto_increment.test Simple cleanups 2003-12-18 14:40:19 +02:00
backup-master.sh Don't allow BACKUP TABLE to overwrite files 2003-03-10 11:22:37 +02:00
backup.test Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
bdb-alter-table-1.test Some trivial optimzations 2002-09-03 15:44:25 +03:00
bdb-alter-table-2-master.opt Some trivial optimzations 2002-09-03 15:44:25 +03:00
bdb-alter-table-2.test Some trivial optimzations 2002-09-03 15:44:25 +03:00
bdb-crash.test some cleanup of last patch for BUG #2342 2004-03-27 02:37:05 +04:00
bdb-deadlock.test Fix race condition in ANALYZE TABLE. 2001-11-26 02:16:38 +02:00
bdb.test Merge 2004-06-25 12:59:47 +02:00
bdb_cache-master.opt fixed bdb transaction with query cache bug 2002-11-06 00:41:25 +02:00
bdb_cache.test fixed bdb transaction with query cache bug 2002-11-06 00:41:25 +02:00
bench_count_distinct.test client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
bigint.test disabled atof() test as non-portable 2004-02-04 09:59:18 +01:00
binary.test Fix for bug #5134: WHERE x = 'bar' AND x LIKE BINARY 'bar' returns 2004-08-23 19:13:47 +04:00
bool.test Added tests for boolean operators in select part 2002-11-18 13:41:07 +02:00
bulk_replace.test flush bulk-insert tree on dup key 2001-09-15 17:04:04 +02:00
case.test Test cleanup 2002-12-26 15:55:22 +02:00
cast.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
check.test mi_check flags cleanup 2002-03-13 17:20:17 +00:00
comments.test Don't give warnings for empty statements with comments 2002-02-14 15:04:14 +02:00
compare.test Fixed wrong mysql-test 2001-06-12 17:13:52 +03:00
constraints.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
convert.test SET CHARACTER SET DEFAULT didn't work (Bug #462) 2003-06-29 12:58:43 +03:00
count_distinct.test count(distint) on an empty table crash fixed 2003-02-10 12:01:47 +01:00
count_distinct2-master.opt Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
count_distinct2.test merge 2001-10-08 05:36:35 +03:00
create.test Fix for Bug 3481 2004-04-28 16:14:53 +01:00
create_select_tmp.test Fix for BUG#4551 "Temporary InnoDB tables not replicated properly with CREATE TABLE .. SELECT" 2004-07-18 14:34:35 +02:00
ctype_cp1251-master.opt Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_cp1251.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_latin1_de-master.opt Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
ctype_latin1_de.test my_strnncoll_latin1_de rewritten from scratch. Bug with overlapping combos went away. 2003-07-17 20:17:46 +02:00
ctype_tis620-master.opt Thai tis620 crash problem in text comparison routines was fixed. 2004-02-03 14:03:01 +04:00
ctype_tis620.test Fixed problem with range optimization over overlapping ranges (#2448) 2004-02-04 09:51:13 +01:00
ctype_ujis-master.opt Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
ctype_ujis.test Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
delayed.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
delete.test "delete from table where const" bug fixed 2003-05-03 18:08:11 +02:00
dirty_close.test Added --user=userid to mysqld 2002-02-13 22:37:19 +02:00
distinct.test Cleanups 2003-07-09 00:55:07 +03:00
drop.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
drop_temp_table.test fix for a random test failure on hpux/ia64 2003-09-29 22:56:31 +02:00
empty_table.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
errors.test Small fixes (nothing nameworthy) 2003-06-01 23:40:01 +03:00
explain.test Fix problem in MIN/MAX optimisation (from last patch) 2003-02-07 17:57:07 +02:00
flush.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
flush_block_commit-master.opt Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions, 2004-08-20 16:35:23 +02:00
flush_block_commit.test Making FLUSH TABLES WITH READ LOCK block COMMITs of existing transactions, 2004-08-20 16:35:23 +02:00
flush_table.test bug#3565 - HANDLER and FLUSH TABLE/TABLES deadlock. 2004-06-24 15:06:56 +02:00
foreign_key.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
fulltext.test backport bug#2708 fix from 4.1 2004-05-27 21:14:59 +02:00
fulltext_cache.test ft boolean search by table scan; queue_fix() 2001-11-06 16:17:31 +01:00
fulltext_distinct.test tests added 2001-11-20 17:58:00 +01:00
fulltext_left_join.test more left join tests 2003-11-20 22:20:54 +01:00
fulltext_multi.test Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
fulltext_order_by.test Removed random chars after filename for LOAD DATA INFILE (in mysqlbinlog) 2003-09-29 12:31:35 +03:00
fulltext_update.test fulltext_update.result BitKeeper file /usr/home/serg/Abk/mysql/mysql-test/r/fulltext_update.result 2001-07-27 16:48:33 +02:00
fulltext_var.test ft_* variables added 2001-04-17 21:30:02 +02:00
func_concat.test Fix bug in CONCAT_WS() 2002-05-17 10:50:57 +03:00
func_crypt.test Fix for bug #1271: Undefined variable in PASSWORD() function is not 2003-10-21 15:14:06 +05:00
func_date_add.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_encrypt-master.opt added --loose to --des-key-file in *.opt for mysql-test not to fail w/o ssl 2002-05-14 16:36:08 +02:00
func_encrypt.test Added FLUSH DES_KEY_FILE. 2001-12-13 15:53:18 +02:00
func_equal.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_group.test A fix. (Bug #3376: AVG(constant) returns constant if no rows in result set) 2004-04-09 19:07:39 +05:00
func_if.test BUG#3987 - if(int, aggregate(int)) 2004-06-07 12:38:35 +02:00
func_in.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
func_isnull.test Fixed bug in ISNULL(not_null_expression) 2002-05-04 11:11:00 +03:00
func_like.test An improvement of the fix for the bug #2231: string column, 2004-01-08 12:24:36 +04:00
func_math.test - fixed non-predictable floating point results in func_math by adding 2004-08-11 13:11:59 +02:00
func_misc.test Testcase for #628 2003-07-03 16:48:47 +05:00
func_op.test fix for bug #1993 'bit functions do not return unsigned values' 2003-12-10 17:30:37 +03:00
func_regexp.test Fixed bug in REGEXP for Linux Alpha 2001-04-11 20:19:52 +03:00
func_set.test Fix for bug #4340: find_in_set is case insensitive even on binary operators(2nd version) 2004-08-24 17:29:08 +04:00
func_str.test added newline at the end of the file. 2004-05-17 13:40:02 +05:00
func_system.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
func_test.test fix for the bug #2786 incorrect precedence for XOR operator 2004-02-16 19:43:43 +04:00
func_time.test Fixed http address in some scripts (Bug #3460) 2004-04-28 17:45:08 +03:00
func_timestamp.test Fixed gethostname_r tests to be more portable 2001-01-01 14:17:10 +02:00
gcc296.test added build-tags 2001-11-30 22:09:44 -07:00
grant.test Added initial sorting in order to make test case repeatable. 2004-08-12 16:02:12 +05:00
grant_cache-master.opt Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
grant_cache.test fixed BUG in query cahe statistic counting 2004-03-21 11:48:51 +02:00
group_by.test bug #1335 tests followup: 2003-12-10 01:08:10 +03:00
handler.test Fix and test case for BUG#3649. 2004-05-18 22:59:43 +04:00
having.test fixed Bug #4358 Problem with HAVING clause that uses alias 2004-08-12 20:37:31 +05:00
heap.test Bug#4411 2004-08-11 23:24:36 +01:00
init_file-master.opt - renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat 2004-02-05 23:36:54 +01:00
init_file.test - renamed mysql-test/t/init_file.sql to mysql-test/std_data/init_file.dat 2004-02-05 23:36:54 +01:00
innodb-deadlock.test Updated results after merge from 3.23 2002-11-24 21:39:22 +02:00
innodb-lock.test InnoDB: implement LOCK TABLE (Bug #3299) 2004-04-29 16:42:33 +03:00
innodb.test InnoDB: limit the recursion depth for ON (UPDATE|DELETE) CASCADE 2004-07-15 15:46:22 +03:00
innodb_cache-master.opt Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
innodb_cache.test do not clear list of changed tables on one statement rollback (Bug #4213) 2004-06-20 23:44:21 +03:00
innodb_handler.test Fix for a bug with InnoDB SQL handler, when previous query failed 2003-04-16 21:10:45 +03:00
insert.test Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) 2003-12-14 06:39:52 +02:00
insert_select.test 3.23 -> 4.0 merge: after merge fixes 2004-02-06 16:40:44 +03:00
isam.test merge with 3.23 to get for overrun in ISAM tables with man fields and a blob. 2003-08-28 12:35:36 +03:00
join.test Added thread variable max_seeks_for_key 2003-06-27 03:04:54 +03:00
join_crash.test Added defines for fast mutex in glibc 2.2 (should be safe) 2001-03-24 20:15:14 +02:00
join_outer.test Proposed fix for #2093 2003-12-12 21:26:20 +04:00
key.test Forgot to correct comment in key.test (after fixing bug 390). 2003-05-13 19:19:57 +02:00
key_diff.test Fixed --no-defaults in mysqltest 2000-12-29 16:06:10 +02:00
key_primary.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
keywords.test merge of lost change 2001-10-24 11:52:19 -06:00
kill.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
limit.test Fixed a possible memory leak on MacOSX when using the shared libmysql.so library (Bug #2061) 2003-12-11 06:24:08 +02:00
loaddata.test Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105) 2003-12-14 06:39:52 +02:00
lock.test Give error if locked table is used twice in query. This fixes strange error message when doing LOCK TABLES t1 WRITE; INSERT TABLE t1 SELECT * from t1 (Bug #2296) 2004-02-03 09:46:48 +01:00
lock_multi.test Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped 2003-03-04 12:22:35 +02:00
lock_tables_lost_commit-master.opt Fix test case 2003-08-19 16:03:18 +03:00
lock_tables_lost_commit.test Move tests that uses innodb to innodb.test 2004-02-22 09:58:51 +02:00
lowercase_table-master.opt Added CREATE TEMPORARY TABLES and LOCK TABLES to db and host tables 2002-09-16 15:55:19 +03:00
lowercase_table.test Code style fixes. 2004-08-28 00:49:54 +03:00
lowercase_table2.test lower_case_table_names=2 (Keep case for table names) was not honored 2004-06-23 16:44:34 +03:00
lowercase_table3-master.opt Ensure that one can't from the command line set a variable too small. (Bug #2710) 2004-03-06 10:43:35 +02:00
lowercase_table3.test Fixed memory leak in DROP DATABASE when using RAID tables (Bug #2882) 2004-03-10 13:46:11 +02:00
merge.test drop tables in windows-compatible order 2004-03-04 14:47:33 +01:00
mix_innodb_myisam_binlog.test Cleaned up last bug fixes 2003-09-09 20:06:50 +03:00
multi_update-master.opt A fix for a bug in multi-table updates which was always caused 2003-04-02 17:05:34 +03:00
multi_update.test Remove not needed patch 2004-03-16 02:59:39 +02:00
myisam-blob-master.opt Fixed table crash bug when updating row > 16M (Bug #2159) 2004-01-15 21:39:56 +01:00
myisam-blob.test Fixed table crash bug when updating row > 16M (Bug #2159) 2004-01-15 21:39:56 +01:00
myisam.test bug#4816. index search for NULL in blob 2004-08-01 13:26:01 +02:00
mysqlbinlog-master.opt Test for mysqlbinlog 2003-09-24 23:25:58 +04:00
mysqlbinlog.test fixed bug #1378 "mysqlbinlog for remote host is broken" 2004-02-06 20:57:11 +04:00
mysqldump.test fixed Bug #3361 "mysqldump quotes DECIMAL values" 2004-04-05 23:18:16 +05:00
null.test null.test, null.result: 2004-08-20 23:48:30 -07:00
null_key.test Fixed bug with indexed NULL column <=> NULL 2002-11-22 13:35:43 +02:00
odbc.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
olap.test Removed wrong implementation of CUBE/ROLLUP 2002-07-24 19:55:08 +03:00
openssl_1.test openssl_1.result, openssl_1.test: 2003-08-07 15:20:15 +02:00
order_by.test order_by.result: 2004-03-26 17:01:13 +02:00
order_fill_sortbuf-master.opt Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
order_fill_sortbuf.test client/mysqlmanagerc.c 2001-09-27 23:05:54 -06:00
outfile.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
overflow.test Portability fixes. 2001-08-18 10:49:00 +03:00
packet.test Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
query_cache.test invalidation of locking for write tables (BUG#2693) 2004-03-04 18:32:55 +02:00
query_cache_merge.test Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
raid.test Fixed stack overrun with some INSERT ... SELECT ... GROUP BY queries (Bug #3265) 2004-04-28 03:37:45 +03:00
range.test Fixed unlikely bug in the range optimzer when using many IN() queries on different key parts. (Bug #4157) 2004-06-18 02:31:11 +03:00
README fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rename.test Cleanup after last merge 2001-10-08 07:24:04 +03:00
repair.test Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
repair_part2-master.sh Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
repair_part2.test Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
replace.test Merged some functions and removed some unused client functions. 2001-03-06 15:24:08 +02:00
rollback.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
rpl000001.test Fix for nightly build test failure (test update). 2003-06-16 15:49:54 +02:00
rpl000002.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000003.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000004.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000005.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000006.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000008-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000008.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000009-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000009.test Fix for BUG#2922 "Crash (signal11) after "load data from master"" 2004-03-17 10:35:03 +01:00
rpl000010-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000010.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
rpl000011.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000012.test fixed bug with temporary tables replication if one does FLUSH LOGS 2001-10-29 18:21:33 -07:00
rpl000013-slave.opt fixed up mysql-test - will not push this yet, as more clean up/testing is to follow 2000-12-07 07:54:59 -07:00
rpl000013.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl000015-slave.sh Fix that mysqladmin shutdown can be interrupted with ^C 2001-11-03 15:18:09 +02:00
rpl000015.slave-mi merge with 3.23 to get corrected error message files and rename of files in mysql-test 2003-02-26 00:22:35 +02:00
rpl000015.test Fix replace_result of $MASTER_MYPORT instead of literal numbers. 2004-05-10 12:15:40 +02:00
rpl000016-slave.opt Here comes a nasty patch, although I am not ready to push it yet. I will 2002-01-19 19:16:52 -07:00
rpl000017-slave.opt fixed improper read of log name from master.info which broke slave server restart 2001-01-24 12:47:09 -07:00
rpl000017-slave.sh misc replication bugfixes including some needed modifications in IO_CACHE 2002-01-26 22:26:24 -07:00
rpl000017.test Fixes for Netware 2003-01-28 08:38:28 +02:00
rpl000018-master.opt fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
rpl000018-slave.opt fixed up lock counting code - Monty's suggestions 2001-01-27 15:33:31 -07:00
rpl000018.test More error messages. This is intended to help debugging; presently I have a 2003-06-10 23:29:49 +02:00
rpl_alter.test Merge with 3.23: 2003-04-26 21:10:13 +03:00
rpl_chain_temp_table.test 4 small items in this: 2003-10-31 23:20:23 +01:00
rpl_change_master.test Fix test for binary builds 2003-11-23 21:03:10 +02:00
rpl_do_grant.test Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_drop.test Fixes for 2004-07-17 16:58:16 +02:00
rpl_EE_error.test Fix for BUG#2083 2003-12-16 11:10:50 +01:00
rpl_empty_master_crash.test Use our version of RWLOCKS on UNIXWARE 7 2002-08-21 22:04:22 +03:00
rpl_error_ignored_table-slave.opt Fix for BUG#2983 "If statement was killed on master, slave errors despite replicate-wild-ignore-t" 2004-03-11 17:38:19 +01:00
rpl_error_ignored_table.test Fix replace_result of $MASTER_MYPORT instead of literal numbers. 2004-05-10 12:15:40 +02:00
rpl_failsafe.test fixes for mysql-test to run without manager 2001-10-11 13:54:06 -06:00
rpl_flush_log_loop-master.opt Fix MySQL Test so it will not depend on current host in log file naming. 2002-09-15 02:17:20 +04:00
rpl_flush_log_loop-master.sh Repeatable test case in mysql-test format for flush-logs problem with 2002-09-05 01:36:49 +04:00
rpl_flush_log_loop-slave.opt Fix MySQL Test so it will not depend on current host in log file naming. 2002-09-15 02:17:20 +04:00
rpl_flush_log_loop-slave.sh Repeatable test case in mysql-test format for flush-logs problem with 2002-09-05 01:36:49 +04:00
rpl_flush_log_loop.test Better fix for bug #791: At binlog rotation, INSERTs may not find their way into the binlog 2003-07-14 14:59:26 +03:00
rpl_free_items-slave.opt test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23) 2004-06-11 16:25:18 +03:00
rpl_free_items.test test suite for bug Bug#3969 (commited separetely because it took too long time to parse it on 3.23) 2004-06-11 16:25:18 +03:00
rpl_get_lock.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_heap.test Fix for BUG#4971 "CREATE TABLE ... TYPE=HEAP SELECT ... stops slave (wrong DELETE in binlog)": 2004-08-19 00:29:11 +02:00
rpl_ignore_grant-slave.opt Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_ignore_grant.test Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_insert_id.test rpl_insert_id.test, rpl_insert_id.result: 2004-02-02 01:41:35 +02:00
rpl_loaddata.test Fix for BUG#1391: 2003-09-25 00:14:46 +02:00
rpl_loaddata_rule_m-master.opt First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_m.test First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_s-slave.opt First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_s.test First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddatalocal.test ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests 2003-03-02 18:20:32 +01:00
rpl_log-master.opt Guard against compiling without -fno-exceptions 2003-01-14 11:27:26 +02:00
rpl_log-slave.opt Result updates after Dmitri's and my changes to logging with --log-slave-updates. 2003-08-21 00:23:39 +02:00
rpl_log.test Fix replace_result of $MASTER_MYPORT instead of literal numbers. 2004-05-10 12:15:40 +02:00
rpl_log_pos.test Fix replace_result of $MASTER_MYPORT instead of literal numbers. 2004-05-10 12:15:40 +02:00
rpl_master_pos_wait.test Fix for nightly build test failure (test update). 2003-06-16 15:49:54 +02:00
rpl_max_relay_size.test Fix replace_result of $MASTER_MYPORT instead of literal numbers. 2004-05-10 12:15:40 +02:00
rpl_multi_delete-slave.opt Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-table" 2004-01-29 19:22:29 +01:00
rpl_multi_delete.test Fix for BUG#2527 "Multi-Table Delete - Not Replication use replicate-wild-do-table" 2004-01-29 19:22:29 +01:00
rpl_multi_delete2-slave.opt Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore-table": 2004-04-13 22:40:16 +02:00
rpl_multi_delete2.test Fix for BUG#3461 "multi-table DELETE replicated despite replicate-wild-ignore-table": 2004-04-13 22:40:16 +02:00
rpl_multi_update.test Fix for Bug 3481 2004-04-28 16:14:53 +01:00
rpl_mystery22.test Portability fixes. 2002-09-11 06:40:08 +03:00
rpl_optimize.test Complement to 2004-02-22 11:22:51 +01:00
rpl_redirect.test Portability fixes. 2002-09-11 06:40:08 +03:00
rpl_relayspace-slave.opt Simplified a test. 2003-06-15 12:01:51 +02:00
rpl_relayspace.test Simplified a test. 2003-06-15 12:01:51 +02:00
rpl_replicate_do-slave.opt Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_replicate_do.test Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_reset_slave.test When we delete the slave's temp tables from memory, we reset 2003-11-03 18:24:01 +01:00
rpl_rotate_logs-master.opt WL#912 (more user control on relay logs): 2003-07-06 17:59:54 +02:00
rpl_rotate_logs-slave.sh merge with 3.23 2002-08-24 02:10:49 +03:00
rpl_rotate_logs.slave-mi change 'slave-master-info.opt' to .slave-mi to avoid problems with long filenames on some OS 2003-02-26 00:04:13 +02:00
rpl_rotate_logs.test Fix replace_result of $MASTER_MYPORT instead of literal numbers. 2004-05-10 12:15:40 +02:00
rpl_server_id1.test Very small fixes for testsuite (a real_sleep instead of sleep, plus TCP port independency of the result file). 2004-04-28 23:43:46 +02:00
rpl_server_id2-slave.opt A new option --replicate-same-server-id to force a slave to execute queries originating from itself 2004-04-28 18:24:46 +02:00
rpl_server_id2.test Replication testsuite: making the master-slave synchronization less likely to fail, 2004-05-14 23:08:03 +02:00
rpl_skip_error-slave.opt slave-skip-errors 2001-12-12 18:55:33 -07:00
rpl_skip_error.test Lots of code fixes to the replication code (especially the binary logging and index log file handling) 2002-08-08 03:12:02 +03:00
rpl_sporadic_master-master.opt fixed message in post-commit trigger 2001-06-28 18:22:29 -06:00
rpl_sporadic_master.test Fixed bug in wait_for_update() that I had introduced. 2002-08-22 16:50:58 +03:00
rpl_trunc_binlog.test Portability fixes (mostly test suite) 2003-12-16 13:20:17 +02:00
sel000001.test Proposed bugfix for #717 2003-07-03 10:42:13 +05:00
sel000002.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000003.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000031.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000032.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000033.test Fixed bug in send in mysqltest 2001-03-25 01:02:26 +02:00
sel000100.test Testcase for #674 added 2003-06-25 17:15:33 +05:00
select.test a proper fix for the bug #2298 Trailing whitespace inconsistently handled in WHERE clause. 2004-01-22 18:05:47 +04:00
select_found.test a fix. 2004-05-28 15:01:16 +05:00
select_safe.test Move test that uses many tables (in query_cache.test) to separate test so that we can get it 'skipped' instead of 'failed' on system where we can't open many files. 2003-08-22 04:07:40 +03:00
show_check.test Add column names for metadata when running mysql with -T 2003-08-27 10:26:03 +03:00
status.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
symlink.test Fix autoincrement for signed columns (Bug #1366) 2003-12-12 22:26:58 +02:00
system_mysql_db.test s/\r\n/\n/ in mysql-test/*/system_mysql_db* 2004-06-28 15:53:49 +05:00
system_mysql_db_fix-master.opt Portability fixes 2004-04-30 00:14:56 +03:00
system_mysql_db_fix.test s/\r\n/\n/ in mysql-test/*/system_mysql_db* 2004-06-28 15:53:49 +05:00
system_mysql_db_refs.test s/\r\n/\n/ in mysql-test/*/system_mysql_db* 2004-06-28 15:53:49 +05:00
tablelock.test Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
temp_table.test Merge with 3.23 2002-12-05 03:52:53 +02:00
timezone-master.opt Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
timezone.test Fix test results when you are in daylight saving time 2004-03-30 01:01:31 +03:00
truncate.test Fix for BUG#5033 "When using temporary tables truncate does NOT reset the auto_increment counter" 2004-08-23 16:15:57 +02:00
type_blob.test opt_sum.cc: 2004-01-12 16:25:13 +02:00
type_date.test Bug 4937: different date -> string conversion when using 2004-08-18 14:46:31 +02:00
type_datetime.test Fix for Bug #1448 "Date parsing fails, and fails to complain 2003-12-02 20:25:45 +03:00
type_decimal.test different (simpler and more compatible) fix for bug#4046 2004-06-09 00:08:24 +02:00
type_enum.test added checking for old cuted value in Field_enum::store 2003-12-12 21:26:44 -04:00
type_float.test less strict assert to take into account weird cases 2004-08-19 23:10:33 +02:00
type_ranges.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_set.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
type_time.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
type_timestamp.test Fix for bug #4491 "timestamp(19) doesn't work". 2004-08-06 12:15:40 +04:00
type_uint.test Bug #4797 - 32 bit and 64 bit builds behave differently on int32 overflow 2004-08-11 23:43:41 +02:00
type_year.test A fix (bug #2335: Inconsistancy with handling of Years and NOW() function). 2004-01-11 14:12:46 +04:00
union.test union.result: 2004-03-22 16:35:15 +02:00
update.test update.test: 2004-03-15 19:17:18 +02:00
user_var.test Bug#1826, HANDLER+ALTER TABLE=crash (unfortunately, it cannot be tested in mysql-test suite) 2003-11-18 22:06:47 +01:00
varbinary.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00
variables-master.opt New SET syntax & system variables. 2002-07-23 18:31:22 +03:00
variables.test Fixed: BUG#5135: cannot turn on log_warnings with SET in 4.1 (and 4.0) 2004-08-23 15:29:55 +02:00
warnings.test fixed tests to be independed from environment 2002-08-30 21:32:59 +03:00