mariadb/mysql-test/t
unknown d57a0e52ac BUG#11316 mysqltest, problems when assigning value with '#' to $variable
- Fixed problem, only detect comment if the # is on start of line AND starting line of the current command.
 - Wrote tests for most of the mysqltest commands, added stricter checking of correct syntax.


client/mysqltest.c:
  Updated mysql test to do stricter checking of syntax. For example when the number 
  of arguments to a command is known, everything else is "junk" => die. 
  Better checking of argument types.
  Added better debug printouts.
  Added improved printouts when wrong syntax is detected.
  Fix two bugs where mysqltest could not detect end of comamnd properly, as described in bug#11316
  Fix segfault when performing too many source commands.
  Fix segfault when doing too many while loop levels.
  Add printout of line number in die
  Remove lineno and \n in all strings passed to die function.
  Decrese BLOCK_STACK_DEPTH from 32 to 16, does any test use more than 1 level?
mysql-test/mysql-test-run.pl:
  export MYSQL_TEST environment variable, used from msyqltest.test
mysql-test/mysql-test-run.sh:
  export MYSQL_TEST environment variable, used from msyqltest.test
mysql-test/r/mysqltest.result:
  Updated test results
mysql-test/r/rpl_flush_log_loop.result:
  Updated test result.
  Approved by lars
mysql-test/t/innodb-deadlock.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/innodb-lock.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/mysqltest.test:
  Add several new tests  for mysqltest.
  Foxus on detecting wrong syntax in test files.
  Use exec with expected error to execute test scripts that will kill mysqltest
  Change some negative test that were previously commented out to use the above method.
mysql-test/t/ndb_autodiscover2.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/rpl_change_master.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/rpl_deadlock.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/rpl_drop_temp.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/rpl_flush_log_loop.test:
  Fix after detecting wrong syntax, missing ;
  Discussed with lars.
mysql-test/t/rpl_insert_id.test:
  Missing ;
mysql-test/t/rpl_rotate_logs.test:
  Correct wrong syntax
  Superfluos ;
mysql-test/t/rpl_until.test:
  Missing delimiter
mysql-test/include/mysqltest_while.inc:
  New file to test too many while levels
2005-07-15 17:51:43 +02:00
..
alias.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
alter_table.test After merge fixes 2005-05-14 16:24:36 +03:00
analyse.test Minor clean up. 2005-01-12 22:55:10 +02:00
analyze.test Bug #10901 2005-06-03 17:13:43 +02:00
ansi.test A "fix" for problem discovered in BUG#8510: remove ONLY_FULL_GROUP_BY mode from ANSI mode, as currently 2005-02-17 07:12:31 +03:00
archive.test BUG#9911 RENAME TABLE of type ARCHIVE fails with .ARN file error 2005-04-26 11:35:52 +02:00
auto_increment.test Merge with 4.0 2005-05-14 00:01:40 +03:00
backup-master.sh Don't allow BACKUP TABLE to overwrite files 2003-03-10 11:22:37 +02:00
backup.test Merge with 4.0 2003-04-03 21:19:12 +03:00
bdb-alter-table-1.test WorkLog#1323 2003-12-10 04:31:42 +00: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 Merge with 4.0 to get lastest bug fixes 2004-03-29 19:21:53 +03:00
bdb-deadlock.test Shift skipping of some tests with embedded server from within 2005-03-29 15:50:16 -08:00
bdb-deadlock.tminus Fixes to make mysql-test-run --embedded-server working 2004-12-02 16:08:17 +04:00
bdb.test Bug #5832 SELECT doesn't return records in some cases 2004-10-05 21:22:14 +05:00
bdb_cache-master.opt fixed bdb transaction with query cache bug 2002-11-06 00:41:25 +02:00
bdb_cache.test fix test results - Bug #11328 2005-06-16 10:09:05 +02:00
bench_count_distinct.test added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
bigint.test Fix for BUG#8562: In Item_int_with_ref::new_item() create Item_int or Item_uint 2005-02-28 23:50:06 +03:00
binary.test Bug #6552 CHAR column w/o length is legal, BINARY w/o length is not 2004-11-16 12:05:13 +04:00
blackhole.test checking that statements get into binlog even when they were affecting 2005-04-26 15:52:04 +02:00
bool.test WL #1056: Eliminate NOT operators from where condition 2003-10-31 13:02:16 +04:00
bulk_replace.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
case.test Fix for BUG#10151: In Item_func_case::find_item don't assume that parameter str != &(this->str_value) 2005-06-20 11:43:38 +02:00
cast.test CAST(string_argument AS UNSIGNED) didn't work for big integers above the signed range. (Bug #7036) 2005-04-29 17:03:34 +03:00
check.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
comments.test Remove usage of !$ from mysql-tests 2004-11-02 20:13:27 +02:00
compare.test Proper fix for comparision with ' ' 2005-02-01 16:27:08 +02:00
connect.test Shift skipping of some tests with embedded server from within 2005-03-29 15:50:16 -08:00
consistent_snapshot.test WL#1596 "make mysqldump --master-data --single-transaction able to do online dump of InnoDB AND report reliable 2004-11-10 17:56:45 +01:00
constraints.test Fix for #1189 (Mess with names about CONSTRAINT) 2003-12-02 19:06:24 +04:00
count_distinct.test merge 2003-02-10 18:01:29 +02:00
count_distinct2-master.opt Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
count_distinct2.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
count_distinct3.test Update VC++ files 2003-11-21 01:53:01 +02:00
create.test Bug#11028 Crash on create table like 2005-06-09 16:06:15 +01:00
create_select_tmp.test Portability fixes 2004-08-26 18:26:38 +03:00
csv.test This is the addition of the CSV engine "aka tina". Its an example engine that works as a plain text file. 2004-08-12 20:57:18 -07:00
ctype_big5.test Allow inserting of extra HKSCS and cp950 characters into a Big5 column. 2005-03-25 16:08:54 +04:00
ctype_collate.test ctype_collate.result, ctype_collate.test, union.result, union.test: 2005-04-10 12:40:33 +05:00
ctype_cp932.test Added cp932 character set 2005-05-05 10:36:17 -07:00
ctype_cp1250_ch.test ctype_cp1250_ch.result, ctype_cp1250_ch.test: 2005-06-06 21:22:23 +05:00
ctype_cp1251.test Remove .opt file for faster test running. 2005-03-30 14:10:27 +05:00
ctype_create.test Syntax extention: 'ALTER DATABASE' without db name (after review) 2004-12-06 19:01:51 +03:00
ctype_latin1.test ctype_latin1.result, ctype_latin1.test, charset.c: 2005-02-22 09:56:07 +04:00
ctype_latin1_de-master.opt Two separate startup arguments for mysqld: 2003-05-21 12:26:35 +05:00
ctype_latin1_de.test Bug #7878 with utf_general_ci, equals (=) has problem with accent insensitivity 2005-02-18 16:10:12 +04:00
ctype_latin2.test Bug#6505 Wrong sorting order: 2005-05-06 18:41:41 +05:00
ctype_many.test Bug 2701: Function CHARSET() inconsistency 2004-02-11 16:53:39 +04:00
ctype_mb.test Add warnings for single line inserts. To do this I had to convert count_cuted_fields to an enum (to be able to detect setting a NOT NULL field to NULL) 2003-10-11 23:26:39 +03:00
ctype_recoding.test Many files: 2004-11-02 16:02:12 +04:00
ctype_sjis.test Fix error in parsing string literals containing a backslash followed 2005-02-03 16:07:32 -08:00
ctype_tis620.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_uca.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_ucs.test ctype_ucs.result, ctype_ucs.test, ctype_utf8.result, ctype_utf8.test: 2005-06-28 15:00:22 +05:00
ctype_ucs_binlog.test Fix ctype_ucs_binlog test when ucs2 not available 2005-04-13 09:02:12 -07:00
ctype_ujis.test bug#7284: strnxfrm returns different results for equal strings 2005-01-13 18:12:04 +04:00
ctype_utf8.test ctype_ucs.result, ctype_ucs.test, ctype_utf8.result, ctype_utf8.test: 2005-06-28 15:00:22 +05:00
date_formats-master.opt Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_NAME error 2003-11-03 14:01:59 +02:00
date_formats.test Fix for bug #7458 "Microseconds are gobbled from the string result of 2004-12-22 18:58:25 +03:00
delayed.test Portability fix (bug #7203: "delayed" test fails on QNX when using prepared statements) 2004-12-14 11:35:23 +04:00
delete.test Manual merge 2005-02-15 21:03:17 -08:00
derived.test removed wrong distinct UNION detection (BUG#6565) 2005-02-14 02:06:21 +02:00
dirty_close.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
distinct.test WorkLog#1323 2003-12-10 04:31:42 +00:00
drop.test merged 2005-04-02 20:28:58 +02:00
drop_temp_table.test Remove result.es files and support for them, which requires splitting 2005-03-30 17:32:44 -08:00
empty_table.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
endspace.test Move common trailing space checks into an include file. 2004-12-01 19:25:05 +04:00
errors.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
exampledb.test Adding test cases for the example storage engine (so that you can test to see if it was built correctly). 2004-08-13 17:14:36 -07:00
explain.test Bug #3403 Wrong encoding in EXPLAIN SELECT output 2004-05-14 13:08:22 +05:00
flush.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
flush_block_commit.test Shift skipping of some tests with embedded server from within 2005-03-29 15:50:16 -08:00
flush_table.test Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
foreign_key.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext.test Fix hang/crash with Boolean full-text search against an unindexed field for 2005-06-17 21:44:17 +02:00
fulltext2.test BUG#5327 - mi_sort_index() of 2-level tree 2004-09-03 22:04:08 +02:00
fulltext_cache.test Windows compatibility changes of the 'rpl_delete_all', 2005-02-17 02:59:39 +01:00
fulltext_distinct.test WorkLog#1323 2003-12-10 04:31:42 +00:00
fulltext_left_join.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
fulltext_multi.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
fulltext_order_by.test BUG#6635 - test_if_skip_sort_order() thought it can skip filesort 2005-03-08 19:45:55 +01:00
fulltext_update.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_var.test ft_boolean_syntax made changeable 2004-02-16 18:53:00 +01:00
func_compress.test skip last compress test if we're short of RAM 2004-11-28 16:31:14 +01:00
func_concat.test Fix func_concat.result: allow -0.00 to be converted to string both with and without leading minus 2004-12-30 14:56:31 +03:00
func_crypt.test sunstring_index() code covarage 2003-11-07 09:43:24 +02:00
func_date_add.test WorkLog#1323 2003-12-10 04:31:42 +00:00
func_default.test new test 2003-10-31 11:52:46 +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 BUG#10589: des_encrypt functionality always return NULL 2005-06-17 18:07:46 +02:00
func_encrypt_nossl.test Portability fixes 2005-06-27 20:31:00 +03:00
func_equal.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_gconcat.test Move USE_PRAGMA_IMPLEMENTATION to proper place 2005-06-03 23:46:03 +03:00
func_group.test logging_ok: 2005-03-04 20:24:13 -08:00
func_if.test func_if.result, func_if.test: 2005-06-13 11:38:16 -07:00
func_in.test item_cmpfunc.cc: 2005-01-20 15:38:56 +04:00
func_isnull.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_like.test func_like.result: 2004-08-18 12:11:26 +05:00
func_math.test A fix (bug #9837: round(1, 6) delivers wrong value in create table context). 2005-04-19 14:44:54 +05:00
func_misc.test Fix for BUG#7716: in in_string::set() take into account that the value returned 2005-02-04 09:14:22 +03:00
func_op.test Merge with 4.0.17 2003-12-17 17:35:34 +02:00
func_regexp.test cleanup for Item_func_regex (Bug #4199) 2004-06-19 13:26:39 +03:00
func_sapdb.test Fix for bug #8068 "TIMEDIFF with first negative argument gives wrong 2005-03-28 16:20:55 +04:00
func_set.test Fix for bug #5513: FIND_IN_SET fails if set ends with a comma 2004-09-11 15:48:23 +04:00
func_str.test func_str.test: 2005-06-29 02:40:25 -07:00
func_system.test func_system.test, ctype_utf8.test, func_system.result, ctype_utf8.result: 2005-03-28 12:24:12 +05:00
func_test.test A fix (bug #6138: MOD operator should not round non-integral argument). 2004-10-21 19:52:55 +05:00
func_time.test backport for #10568: Function 'LAST_DAY(date)' does not return NULL for invalid argument. 2005-06-24 14:04:48 +05:00
func_timestamp.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
gcc296.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
gis-rtree.test Fix for bug #6516 (Server crash loading spatial data) 2004-12-10 16:06:49 +04:00
gis.test Fix for bug #6117 (Centroid() crashes server) 2004-10-22 20:32:02 +05:00
grant.test Fix test cases 2005-07-05 15:19:04 -07:00
grant2.test Merge embedded-server testing changes. 2005-04-01 16:43:35 -08:00
grant_cache.test reduced 1 server reloding during test 2005-05-18 16:41:32 +03:00
group_by.test group_by.result, group_by.test: 2005-06-28 03:18:37 -07:00
handler.test After merge fixes 2004-10-07 10:50:13 +03:00
having.test Portability fixes 2004-08-26 18:26:38 +03:00
heap.test Increase limit of partial key length in MEMORY storage engine 2005-05-24 12:21:15 -07:00
heap_auto_increment.test WorkLog#1323 2003-12-10 04:31:42 +00:00
heap_btree.test simple optimzation 2004-03-31 03:32:38 +03:00
heap_hash.test Bug#10178 - failure to find a row in heap table by concurrent UPDATEs 2005-06-24 17:47:09 +02:00
help.test ::reset(), HA_FAST_KEY_READ, disable_indexes(), enable_indexes(), start_bulk_insert(), end_bulk_insert() 2004-04-06 21:35:26 +02:00
init_connect-master.opt Portability fixes found during 5.0 test compilation 2003-12-21 19:39:32 +02:00
init_connect.test Portability fixes found during 5.0 test compilation 2003-12-21 19:39:32 +02: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 BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
innodb-lock.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
innodb-master.opt Moved testing of binlog_cache_use/binlog_cache_disk_use statistical variables from 2004-05-19 17:43:50 +04:00
innodb-replace.test Small fixes done while reviewing pushed code 2005-04-06 16:52:41 +03:00
innodb.test Merge mysql.com:/home/bkroot/mysql-4.1 2005-06-07 11:54:31 +02:00
innodb_cache-master.opt Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
innodb_cache.test after merge fixed 2004-06-26 14:21:32 +02:00
innodb_handler.test bug#5373: handler READ NEXT w/o HANDLER READ [FIRST] 2005-06-07 22:43:25 +02:00
insert.test autocommit 2004-11-04 21:25:49 +05:00
insert_select-binlog.test Remove result.es files and support for them, which requires splitting 2005-03-30 17:32:44 -08:00
insert_select.test Better bug fix for: 2005-06-27 16:46:41 +03:00
insert_update.test Better bug fix for: 2005-06-27 16:46:41 +03:00
isam.test WorkLog#1323 2003-12-10 04:31:42 +00:00
join.test hang in dummy natural join (no common columns) Bug #4807 2004-08-02 11:12:11 +02:00
join_crash.test WorkLog#1323 2003-12-10 04:31:42 +00:00
join_outer.test Merge new tests 2005-04-04 18:29:18 -07:00
key.test Bug#6252 - Duplicate columns in keys should fail 2004-11-22 18:07:04 +00:00
key_cache-master.opt Support for variables with components 2003-07-06 19:09:57 +03:00
key_cache.test merge 2004-12-07 13:56:48 +03:00
key_diff.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
key_primary.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
keywords.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
kill.test backport kill.test fix from 5.0 2005-04-11 22:36:07 +02:00
limit.test Fix for BUG#8023. 2005-02-02 08:38:24 +02:00
loaddata.test Merge with 4.0.17 2003-12-17 17:35:34 +02:00
lock.test Bug#7241 - Invalid response when DELETE .. USING and LOCK TABLES used. 2005-05-24 11:44:34 +01:00
lock_multi.test Merge with 4.0 for 4.1 release 2004-10-06 19:14:33 +03:00
lock_tables_lost_commit-master.opt Fix test case 2003-08-19 16:03:18 +03:00
lock_tables_lost_commit.test Merge with 4.0 to get fixed tests 2004-02-22 10:04:08 +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 BUG# 9148 Denial of service 2005-05-23 14:48:25 -05:00
lowercase_table2.test lowercase_table2.test, lowercase_table2.result: 2005-07-05 17:27:37 +02: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 after merge fix 2004-06-27 13:16:19 +02:00
lowercase_table_grant-master.opt Always lowercase database names from 'host' and 'db' grant tables when they 2005-02-15 13:36:46 -08:00
lowercase_table_grant.test Clean up merge of fix for Bug #9468. 2005-04-01 19:00:14 -08:00
lowercase_table_qcache-master.opt fixed comparation of tables/database names with --lower_case_table_names (BUG#2880) 2004-02-20 22:44:54 +02:00
lowercase_table_qcache.test post-review fixes 2004-04-07 16:04:28 +02:00
merge.test Bug#10400 - Improperly-defined MERGE table crashes with INSERT ... ON DUPLICATE KEY UPDATE 2005-05-18 19:40:39 +02:00
metadata.test fixed union types merging and table related metadata (BUG#8824) 2005-03-23 08:36:48 +02:00
mix_innodb_myisam_binlog-master.opt Fix for BUG##5714 "Insert into MyISAM table and select ... for update]": 2004-11-04 19:19:23 +01:00
mix_innodb_myisam_binlog.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
multi_statement-master.opt Log each slow query in a multi-statement query to the slow query log. 2005-02-17 11:48:44 -08:00
multi_statement.test Log each slow query in a multi-statement query to the slow query log. 2005-02-17 11:48:44 -08: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 Bug#7310 2005-02-03 18:26:59 +00: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 Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
myisam.test Fix for BUG#9622: Make index statistics collection in MyISAM behave the same 2005-05-14 00:21:53 +02:00
mysql_client_test.test Backport my_strntod() from 5.0 2005-02-22 12:51:23 +02:00
mysql_protocols.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
mysqlbinlog-master.opt Test for mysqlbinlog 2003-09-24 23:25:58 +04:00
mysqlbinlog.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
mysqlbinlog2.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
mysqldump.test Fix so that my_progname is set to "mysqldump" 2005-06-22 20:37:14 +02:00
mysqltest.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
ndb_alter_table.test Moved connections first in test, to reduce risk of connecting before servers are fully connected 2005-06-29 15:31:43 +02:00
ndb_autodiscover.test BUG#10365 Cluster handler uses non-standard error codes 2005-06-08 13:31:59 +02:00
ndb_autodiscover2-master.opt Added test(s) for auto discover of frm file 2004-05-17 09:53:13 +02:00
ndb_autodiscover2.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
ndb_basic.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_blob.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_cache.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_charset.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_database.test Fix for Bug #9318 drop database does not drop ndb tables 2005-04-22 15:28:23 +02:00
ndb_grant.later ndb_grant.later: 2004-11-29 08:06:53 +00:00
ndb_index.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_index_ordered.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_index_unique.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_insert.test Fix for bug#10936: Cluster engine shows wrong key value for duplicate key error 2005-06-17 14:45:54 +02:00
ndb_limit.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_lock.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_minmax.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_multi.test Fix for avoiding gettin Invalid schema object version when doing local changes 2005-04-27 18:17:41 +02:00
ndb_replace.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_restore.test ndb - mysqltestrun 2005-05-24 16:48:56 +02:00
ndb_subquery.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_transaction.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_truncate.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_types.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_update.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
negation_elimination.test after review patch 2004-08-31 21:10:57 +03:00
null.test 1. When mixing NULL to a character string, 2004-11-10 14:05:28 +04:00
null_key.test WorkLog#1323 2003-12-10 04:31:42 +00:00
odbc.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
olap.test olap.result, olap.test: 2005-05-30 03:01:51 -07:00
openssl_1.test openssl_1.result, have_openssl_1.require, openssl_1.test: 2004-12-01 02:35:02 +01:00
order_by.test order_by.result, order_by.test: 2005-01-25 23:13:36 -08:00
order_fill_sortbuf-master.opt Updated manual about embedded version. 2001-10-08 04:58:07 +03:00
order_fill_sortbuf.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
outfile.test After merge fixes 2005-05-14 16:24:36 +03:00
overflow.test word substitution in error messages removed - can create problems for i18n 2003-11-18 10:23:49 +01:00
packet.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
preload.test preload.result, key_cache.result, preload.test, key_cache.test, sql_yacc.yy: 2004-02-02 00:19:51 -08:00
ps.test Fix for bug #11060 "Server crashes on re-execution of prepared 2005-06-20 16:07:00 +04:00
ps_1general.test Merge embedded-server testing changes. 2005-04-01 16:43:35 -08:00
ps_2myisam.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_3innodb.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_4heap.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_5merge.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_6bdb.test Results of WL#1856 "Conversion of client_test.c tests cases to mysqltest 2004-09-25 19:08:02 +04:00
ps_7ndb.test ps_7ndb.result, ps_7ndb.test: 2004-11-30 15:08:26 +00:00
ps_10nestset.test Test expansion: "MOD" on non-integral first operand. 2004-11-02 15:09:57 +01:00
ps_11bugs.test Adapt 'ps_10nestset' to standard test style; correct a typing error in 'ps_11bugs'. 2004-10-21 16:02:12 +02:00
ps_grant.test If the system is under high load 'show full processlist' might report the 2005-05-12 17:49:34 +02:00
query_cache.test merge 2005-07-04 01:36:06 +03:00
query_cache_merge.test WorkLog#1323 2003-12-10 04:31:42 +00:00
raid.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
range.test Fix for BUG#11185. 2005-06-23 10:56:44 +03:00
rename.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
repair.test Fixed problems noticed with last build 2004-04-09 07:12:41 +03:00
replace.test WorkLog#1323 2003-12-10 04:31:42 +00:00
rollback.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
row.test After merge fixes 2004-02-16 10:03:25 +02:00
rpl000001-slave.opt Ensure that innodb is created for the first replication test as the slave-timeout is lower for future tests and this failed on some slower machines 2003-12-02 13:32:05 +02:00
rpl000001.test merged 2004-11-22 20:15:48 +01:00
rpl000002.test Changed wellformedlen to well_formed_len 2004-02-17 01:35:17 +02:00
rpl000004.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000005.test Fix for bug #7100: relay_log_space_max missing from SHOW VARIABLES 2005-03-16 15:57:57 +03:00
rpl000006.test WorkLog#1323 2003-12-10 04:31:42 +00:00
rpl000008-slave.opt Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000008.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000009-slave.opt Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000009.test Ensure that we use unix file format (no \r\n) for all new files 2004-03-20 12:48:14 +02:00
rpl000010-slave.opt
rpl000010.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000011.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000012.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000013-slave.opt
rpl000013.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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 Enabled mysqltest for MASTER_PORT replacement. 2004-08-24 12:58:12 +02: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 SCRUM: Main change for Secure connection handling. Still needs some more coding. Commit 2002-11-24 17:07:53 +03:00
rpl000017.test Merge with 4.0.11 2003-02-04 21:52:14 +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 Merge with 4.0.14 2003-08-11 22:44:43 +03:00
rpl_alter.test Fixes after merge 2003-10-08 12:01:58 +03:00
rpl_chain_temp_table.test 4 small items in this: 2003-10-31 23:20:23 +01:00
rpl_change_master.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_charset.test BUG#6676: Derivation of user variables should be of derivation "IMPLICIT" 2005-02-21 16:26:04 +01:00
rpl_commit_after_flush.test After merge fixes 2004-10-20 17:28:40 +03:00
rpl_create_database-master.opt Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
rpl_create_database-slave.opt Bug#6391 (binlog-do-db rules ignored) 2004-12-03 12:13:51 +01:00
rpl_create_database.test Fix t/rpl_create_database.test: replace version in SHOW BINLOG RESULTS 2004-12-03 18:42:35 +01:00
rpl_ddl.test WL#2076: Added if(...) construct to mysqltest 2005-06-16 16:56:03 +02:00
rpl_deadlock-slave.opt Fix for BUG#8325 "Deadlock in replication thread stops replication": 2005-03-02 11:29:48 +01:00
rpl_deadlock.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_delete_all.test Windows compatibility changes of the 'rpl_delete_all', 2005-02-17 02:59:39 +01:00
rpl_do_grant.test Bug#4338: mysql-test-run fails if compiled with non-latin1 character set 2004-07-08 18:54:07 +05:00
rpl_drop.test results fixed after merge 2004-07-20 11:00:10 +02:00
rpl_drop_temp-slave.opt 1) undoing my fix for BUG#8055 "Trouble with replication from temporary tables and ignores" 2005-02-14 23:47:17 +01:00
rpl_drop_temp.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_EE_error.test Fixes after merge with 4.0 2003-12-19 16:25:50 +02:00
rpl_empty_master_crash.test Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted. 2003-10-09 18:16:15 +02: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 Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_failed_optimize-master.opt Simpler arena swapping code 2004-11-08 01:13:54 +02:00
rpl_failed_optimize.test Fix for bug#5551 (Version 4). 2004-11-03 18:23:58 +01:00
rpl_failsafe.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -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 BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_flush_tables.test WorkLog#1323 2003-12-10 04:31:42 +00: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 After merge fixes 2004-06-21 10:21:20 +03:00
rpl_heap.test (manual port from 4.0 - was needed) 2004-08-19 23:24:35 +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 Bug#4338: mysql-test-run fails if compiled with non-latin1 character set 2004-07-08 18:54:07 +05:00
rpl_init_slave-slave.opt Fixed test for 'init_slave' variable 2003-12-08 12:10:30 +04:00
rpl_init_slave.test Fixed test for 'init_slave' variable 2003-12-08 12:10:30 +04:00
rpl_innodb.test Bug#11401: Setting thd->lex so that engines (i.e., InnoDB) recognizes 2005-07-05 13:55:54 +02:00
rpl_insert_id-slave.opt My changes to test rpl_insert_id in 4.0 about replication of foreign_key_checks 2003-07-26 23:14:09 +02:00
rpl_insert_id.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_insert_ignore-slave.opt A .test for BUG#6287 "Slave skips auto_increment values in Replication with InnoDB" 2004-12-16 23:14:41 +01:00
rpl_insert_ignore.test A .test for BUG#6287 "Slave skips auto_increment values in Replication with InnoDB" 2004-12-16 23:14:41 +01:00
rpl_loaddata.test Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted. 2003-10-09 18:16:15 +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 Replication: 2003-11-23 17:02:59 +01: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 Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_log_pos.test Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_many_optimize.test A test for the BUG#7658 just fixed in 4.0 (could not put it into 4.0 as in 4.0 we don't replicate OPTIMIZE TABLE). 2005-01-10 15:13:33 +01:00
rpl_master_pos_wait.test added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
rpl_max_relay_size.test Merge with 4.0.20 2004-05-17 01:52:13 +03:00
rpl_misc_functions-slave.sh Proper replication of CONNECTION_ID() and 4.1 PASSWORD() (bugs 177 and 344), 2003-05-13 22:50:28 +02:00
rpl_misc_functions.test Proper replication of CONNECTION_ID() and 4.1 PASSWORD() (bugs 177 and 344), 2003-05-13 22:50:28 +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_query.test rpl_multi_query.test: disable ps-protocol as PS don't support multi-queries 2005-02-16 10:01:05 +01:00
rpl_multi_update.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
rpl_multi_update2-slave.opt Bug#7011 2005-01-30 10:24:03 +00:00
rpl_multi_update2.test Bug#7011 2005-01-31 13:18:36 +00:00
rpl_multi_update3.test BUG#9361: Added test cases 2005-06-22 17:12:02 +02:00
rpl_mystery22.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_openssl.test Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted. 2003-10-09 18:16:15 +02:00
rpl_optimize.test Complement to 2004-02-22 11:22:51 +01:00
rpl_ps.test Added replication tests 2004-05-24 21:12:05 +04:00
rpl_redirect.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
rpl_relayrotate-slave.opt Replication: new code to not modify in-memory log positions until the COMMIT 2003-04-24 15:29:25 +02:00
rpl_relayrotate.test rpl_relayrotate.test requires InnoDB (because what we want to test is 2004-07-30 01:10:21 +02:00
rpl_relayspace-slave.opt Changed prototype of killed_ptr() to make it more portable 2004-05-26 19:12:49 +03: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 Don't show Slave_IO_State in the testsuite (replace it with #) because it can't be predicted. 2003-10-09 18:16:15 +02:00
rpl_reset_slave.test Merge with 4.0 2003-11-04 09:40:36 +02:00
rpl_rewrite_db-slave.opt BUG#6353 V2: 2004-11-15 17:03:54 +01:00
rpl_rewrite_db.test Makefile.am: 2005-04-06 12:20:55 +02: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 BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_server_id1.test Implementation of WL#1824 "Add replication of character set variables in 4.1", 2004-06-03 23:17:18 +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_set_charset.test merged 2004-09-07 21:30:28 +02:00
rpl_skip_error-slave.opt slave-skip-errors 2001-12-12 18:55:33 -07:00
rpl_skip_error.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl_sporadic_master-master.opt fixed message in post-commit trigger 2001-06-28 18:22:29 -06:00
rpl_sporadic_master.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_start_stop_slave.test Fix for Bug#6148. Only rewind read position in binary log when the 2004-11-25 09:26:45 +01:00
rpl_temporary.test A previous changeset by me today about SQL_LOG_BIN had the problem 2004-03-27 01:07:09 +01:00
rpl_timezone-master.opt WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_timezone-slave.opt WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_timezone.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_trunc_binlog.test Portability fixes 2004-05-19 05:09:10 +03:00
rpl_until.test BUG#11316 mysqltest, problems when assigning value with '#' to $variable 2005-07-15 17:51:43 +02:00
rpl_user_variables.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
rpl_variables.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
select.test fixed not_null_tables() for IN() (BUG#9393) 2005-06-28 22:20:25 +03:00
select_found.test merging 2005-02-28 19:59:38 +04:00
select_safe.test Fix for BUG#8726: In JOIN::optimize on ER_TOO_BIG_SELECT error set JOIN::error to -1 to cause 2005-02-28 20:21:21 +03:00
show_check.test Fix for BUG#9439: 2005-04-16 23:35:39 +04:00
skip_name_resolve-master.opt Allow hostnames that are IP addresses with a netmask even when 2005-02-14 20:33:14 -08:00
skip_name_resolve.test Clean up merge of fix for Bug #9468. 2005-04-01 19:00:14 -08:00
sql_mode.test Fix for bug#10732: Set SQL_MODE to NULL gives garbled error message 2005-06-09 14:39:29 +05:00
status.test A lot of fixes for prepared statements (PS): 2004-10-26 19:30:01 +03:00
subselect.test relaxed DBUG_ASSERT in Item_int_with_ref::new_item() to "any constant" (BUG#10020) 2005-05-16 12:19:10 +03:00
subselect2.test WorkLog#1323 2003-12-10 04:31:42 +00:00
subselect_gis.test subselect test split on two tests because gis extention can be absent 2004-08-24 10:15:39 +03:00
subselect_innodb.test fixed test 'subselect' in case when innodb is not compiled in (thanks HF who niticed it) 2005-02-06 13:06:12 +02:00
symlink.test Fix symlink test to avoid filenames with paths 2005-03-03 12:36:27 -08:00
synchronization.test fixed the tests mysql-test/t/synchronization.test 2004-04-06 19:17:13 +05:00
system_mysql_db.test check that all system tables deleted added 2004-07-15 14:17:30 +03:00
system_mysql_db_fix-master.opt Portability fixes 2004-04-30 00:14:56 +03:00
system_mysql_db_fix.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
system_mysql_db_refs.test Merge with 4.0 to get bug fixes 2004-07-09 02:29:28 +03:00
tablelock.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
temp_table-master.opt Make sure that the filename for temporary tables is built with fn_format() 2005-03-01 19:05:48 -08:00
temp_table.test Make sure that the filename for temporary tables is built with fn_format() 2005-03-01 19:05:48 -08:00
timezone-master.opt Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
timezone.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
timezone2.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
timezone3-master.opt Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
timezone3.test Fix for bug #6387 "Queried timestamp values do not match the inserted 2004-11-03 17:59:03 +00:00
timezone_grant.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
truncate.test manually merged 2004-08-24 17:24:23 +02:00
type_blob.test Remove result.es files and support for them, which requires splitting 2005-03-30 17:32:44 -08:00
type_date.test Fix value of YEAR field when set from a non-numeric string. (Bug #6067) 2005-02-01 15:08:31 -08:00
type_datetime.test Manual merge of fix for bugs of #7297 and #7515 into 4.1 tree. 2004-12-30 21:37:32 +03:00
type_decimal.test Merge with 4.0.21 2004-06-18 04:38:58 +03:00
type_enum.test Fix for bug #6840: Default value is not checked in ALTER column SET DEFAULT 'x' 2004-12-07 14:08:56 +03:00
type_float.test Merge embedded-server testing changes. 2005-04-01 16:43:35 -08:00
type_nchar.test New syntax: 2003-09-15 10:26:48 +05:00
type_ranges.test Remove result.es files and support for them, which requires splitting 2005-03-30 17:32:44 -08:00
type_set.test Fixed wrong memory references found by purify 2005-02-28 11:59:46 +02:00
type_time.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
type_timestamp.test Bug#7806 - insert on duplicate key and auto-update of timestamp 2005-04-19 15:12:32 +02:00
type_uint.test manually merged 2004-08-18 19:57:55 +02:00
type_year.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
union-master.opt QUERY_NO_GOOD_INDEX_USED and QUERY_NO_INDEX_USED moved from thd->lex.select_lex->options to thd->server_status 2003-12-06 23:21:09 +01:00
union.test merge 2005-05-26 18:33:57 +03:00
update.test Fix for BUG#9103: 2005-04-18 05:21:44 +04:00
user_var-binlog.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
user_var.test Fix for bug #9286: SESSION/GLOBAL should be disallowed for user variables 2005-04-06 14:13:06 +05:00
varbinary.test added code covarage for functions convert(), nullif(), crc32(), is_used_lock(), char_lengtrh(), bit_xor() 2003-10-30 12:57:26 +02:00
variables-master.opt Give warning if MySQL doesn't honor given storage engine 2003-05-13 11:15:11 +03:00
variables.test Fixed Bug#11226 and reverted fix for Bug#6993. 2005-06-30 16:13:22 +03:00
warnings-master.opt Give warning if MySQL doesn't honor given storage engine 2003-05-13 11:15:11 +03:00
warnings.test Fix show warnings limit 0 and show warnings limit 0, 0. 2005-06-04 14:58:32 +04:00