mariadb/mysql-test/t
unknown 1862f67160 wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed.
typo in error message text corrected.
new tests added


mysql-test/r/func_compress.result:
  new tests added
mysql-test/t/func_compress.test:
  new tests added
sql/item_strfunc.cc:
  max size of uncompressed data is max_allowed_packet not 8K
sql/share/czech/errmsg.txt:
  typo fixed
sql/share/danish/errmsg.txt:
  typo fixed
sql/share/dutch/errmsg.txt:
  typo fixed
sql/share/english/errmsg.txt:
  typo fixed
sql/share/estonian/errmsg.txt:
  typo fixed
sql/share/french/errmsg.txt:
  typo fixed
sql/share/german/errmsg.txt:
  typo fixed
sql/share/greek/errmsg.txt:
  typo fixed
sql/share/hungarian/errmsg.txt:
  typo fixed
sql/share/italian/errmsg.txt:
  typo fixed
sql/share/japanese/errmsg.txt:
  typo fixed
sql/share/korean/errmsg.txt:
  typo fixed
sql/share/norwegian-ny/errmsg.txt:
  typo fixed
sql/share/norwegian/errmsg.txt:
  typo fixed
sql/share/polish/errmsg.txt:
  typo fixed
sql/share/portuguese/errmsg.txt:
  typo fixed
sql/share/romanian/errmsg.txt:
  typo fixed
sql/share/russian/errmsg.txt:
  typo fixed
sql/share/serbian/errmsg.txt:
  typo fixed
sql/share/slovak/errmsg.txt:
  typo fixed
sql/share/spanish/errmsg.txt:
  typo fixed
sql/share/swedish/errmsg.txt:
  typo fixed
sql/share/ukrainian/errmsg.txt:
  typo fixed
2003-10-12 15:16:45 +02:00
..
alias.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
alter_table.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
analyse.test Merge with 4.0 2003-03-16 19:17:54 +02:00
ansi.test Fixed bug in error handling of CREATE ... SELECT 2003-10-08 18:53:31 +03:00
auto_increment.test After merge fixes 2003-08-19 00:08:08 +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 Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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.13 2003-03-26 18:37:38 +02:00
bdb-deadlock.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
bdb.test merge with 4.0.15 2003-09-11 20:24:14 +03:00
bdb_cache-master.opt fixed bdb transaction with query cache bug 2002-11-06 00:41:25 +02:00
bdb_cache.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
bench_count_distinct.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
bigint.test bug #715: SELECT YEAR+0 FROM foobar is parsed as 'SELECT' 'YEAR' '+0' => syntax error 2003-07-20 12:26:18 +02:00
binary.test make the test more obvious 2003-03-06 15:29:55 +01:00
bool.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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 After merge fixes 2003-08-19 00:08:08 +03:00
cast.test CAST(expr AS CHAR(10)) is now working 2003-08-21 14:15:25 +05: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 Don't give warnings for empty statements with comments 2002-02-14 15:04:14 +02:00
compare.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
connect.test Preliminary support for options --secure-auth, 2003-07-08 02:36:14 +04:00
constraints.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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 fix for bug #958 and tests for it 2003-08-06 16:58:03 +04:00
create.test Fixed bug in error handling of CREATE ... SELECT 2003-10-08 18:53:31 +03:00
ctype_collate.test After merge fixes 2003-08-19 00:08:08 +03: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 Two separate startup arguments for mysqld: 2003-05-21 12:26:35 +05:00
ctype_latin1_de.test After merge fixes 2003-08-19 00:08:08 +03:00
ctype_many.test Character set sets now check if required non-dynamic charsets were really compiled 2003-05-23 15:10:05 +05:00
ctype_mb.test In CREATE syntax: KEY a (field_name(10)) 2003-09-15 14:45:42 +05:00
ctype_recoding.test Bug fix: 2003-09-16 17:14:23 +05:00
ctype_ucs.test LPAD and RPAD test with UCS2 was added. 2003-09-25 18:06:39 +05:00
ctype_ujis.test Fixed that multibyte charsets didn't honor multibyte 2003-09-19 15:18:19 +05:00
ctype_utf8.test New test for UTF8 functionality 2003-09-19 16:59:14 +05:00
delayed.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
delete.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
derived.test fix error messages 2003-10-06 13:16:56 +03: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 Optimize thai character handling 2003-09-12 04:18:07 +03:00
drop.test Fix for bug #799 FLUSH TABLES WITH READ LOCK does not block CREATE TABLE 2003-08-28 18:09:00 +05: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 Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
errors.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
explain.test merge 2003-02-08 01:12:58 +02:00
flush.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
flush_table.test fixed tests to be independed from environment 2002-08-30 21:32:59 +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 Merge with 4.0.14 2003-08-11 22:44:43 +03:00
fulltext2.test added disable_query_log to fulltext2.test 2003-08-01 18:49:30 +04:00
fulltext_cache.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_distinct.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_left_join.test Merge with 4.0.14 2003-08-11 22:44:43 +03: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 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_* variables added 2001-04-17 21:30:02 +02:00
func_compress.test wrong ER_TOO_BIG_FOR_UNCOMPRESS error in UNCOMPRESS() fixed. 2003-10-12 15:16:45 +02:00
func_concat.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_crypt.test Preliminary support for options --secure-auth, 2003-07-08 02:36:14 +04:00
func_date_add.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +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 Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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 Fixed test case to work on NetWare. 2003-10-08 00:19:44 -04:00
func_group.test fixed processing aggregate functions with static tables (BUG#1318) 2003-09-20 18:30:36 +03:00
func_if.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
func_in.test After merge fixes 2003-08-19 00:08:08 +03: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 LIKE didn't work with non-default charset 2003-08-12 16:42:52 +05:00
func_math.test Change of internal key_field=NULL handling to avoid error messages. 2002-12-03 13:08:25 +02:00
func_misc.test Testcase for #628 2003-07-03 16:48:47 +05:00
func_op.test Added support for hex strings to mysqlimport 2000-12-28 03:56:38 +02:00
func_regexp.test regexp worked only with the default character set. 2003-09-24 13:57:26 +05:00
func_sapdb.test SAPDB date/time finctions 2003-07-08 15:06:05 +05:00
func_set.test After merge fixes 2003-08-19 00:08:08 +03:00
func_str.test After merge fixes 2003-08-19 00:08:08 +03:00
func_system.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
func_test.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
func_time.test merge 2003-08-19 00:10:21 +03: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 Should use GeometryFromWKB(). 2003-03-18 17:01:38 +04:00
gis.test AsWKB() function has been added. 2003-04-03 15:13:14 +05:00
grant.test merge with 4.0.15 2003-09-11 20:24:14 +03:00
grant2.test test results fixed 2003-07-28 16:58:51 +02:00
grant_cache-master.opt Fixed access privilege bug in query cache. 2001-12-22 15:13:31 +02:00
grant_cache.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
group_by.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
handler.test After merge fixes 2003-08-19 00:08:08 +03:00
having.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
heap.test After merge fixes 2003-08-19 00:08:08 +03:00
heap_auto_increment.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
heap_btree.test After merge fixes 2003-08-19 00:08:08 +03:00
heap_hash.test After merge fixes 2003-08-19 00:08:08 +03:00
help.test new version of help 2003-05-29 17:47:31 -04:00
innodb-deadlock.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
innodb.test Indentation cleanups 2003-10-08 21:50:05 +03:00
innodb_cache-master.opt Fixed sleep time in mysql-test-run 2001-12-13 02:31:19 +02:00
innodb_cache.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
innodb_handler.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
insert.test Fixes after merge 2003-10-08 12:01:58 +03:00
insert_select.test Fixed bug in error handling of CREATE ... SELECT 2003-10-08 18:53:31 +03:00
insert_update.test INSERT ... UPDATE ... VALUES() 2003-05-03 01:16:56 +02:00
isam.test "normal" warning in test suite disabled 2003-09-13 16:05:17 +02:00
join.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
join_crash.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
join_outer.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
key.test After merge fixes 2003-08-19 00:08:08 +03:00
key_cache-master.opt Support for variables with components 2003-07-06 19:09:57 +03:00
key_cache.test After merge fixes 2003-08-19 00:08:08 +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 Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
limit.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
loaddata.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
lock.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
lock_multi.test Merge with 4.0 2003-03-16 19:17:54 +02:00
lock_tables_lost_commit-master.opt Fix test case 2003-08-19 16:03:18 +03:00
lock_tables_lost_commit.test "normal" warning in test suite disabled 2003-09-13 16:05:17 +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 After merge fixes. 2003-09-11 19:06:23 +03:00
merge.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
mix_innodb_myisam_binlog.test Fix results for mix_innodb_myisam_binlog 2003-09-12 05:54:12 +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 merge with 4.0.15 2003-08-29 13:44:35 +03:00
myisam.test merge with 4.0.15 2003-09-11 20:24:14 +03:00
mysqlbinlog-master.opt Test for mysqlbinlog 2003-09-24 23:25:58 +04:00
mysqlbinlog.test Fixed bug in error handling of CREATE ... SELECT 2003-10-08 18:53:31 +03:00
mysqldump.test #1169: Add --exec command to mysqltest 2003-09-24 16:13:47 +05:00
null.test Merge with 4.0.9 2003-01-18 03:13:37 +02:00
null_key.test Remove FORCE_INIT_OF_VARS when compiling for valgrind/purify to spot wrong LINT_INIT() options 2003-06-30 13:23:54 +03: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 Fix for bug in ROLLUP when all tables where 'const' tables (Bug #714) 2003-08-26 20:23:48 +03:00
openssl_1.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
order_by.test Fixed 'Unknown error' when doing ORDER BY on reference table which 2003-06-29 21:15:51 +03: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 A fix for a charset bug in the select_export (select into 2002-12-31 18:01:53 +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
preload.test preload.test: 2003-06-26 13:23:08 +02:00
query_cache-master.opt Removed not used functions from sql_cache 2001-12-14 16:02:41 +02:00
query_cache.test query_cache.result, query_cache.test: 2003-10-08 10:18:38 +05:00
query_cache_merge.test Add detection of in_addr_t 2003-08-28 06:08:17 +03:00
raid.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
range.test Optimize thai character handling 2003-09-12 04:18:07 +03:00
rename.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
repair_part1.test After merge fixes 2003-06-05 23:19:56 +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 SCRUM 2003-01-22 20:08:12 +04:00
rollback.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
row.test After merge fixes 2003-08-19 00:08:08 +03:00
rpl000001.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
rpl000002.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +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 Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
rpl000006.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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 Fixes after merge 2003-10-08 12:01:58 +03: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 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 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 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 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
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_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_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#812 2003-07-10 16:03:29 +02:00
rpl_error_ignored_table.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_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 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_flush_tables.test After merge fixes 2003-05-21 21:39:58 +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_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-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 Merge with 4.0.14 2003-08-11 22:44:43 +03: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 Fixes after merge 2003-10-08 12:01:58 +03: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 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_log_pos.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_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 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_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_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_redirect.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_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 editing comments. 2003-10-03 22:14:23 +02: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 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 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_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 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_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_temporary.test mysql_real_connect picks the Unix login when the user "" is used. 2003-10-07 23:15:13 +02:00
rpl_trunc_binlog.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_until.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_user_variables.test fix for BUG#1331: "Unexistent user variable is not replicated". 2003-10-02 10:31:37 +02:00
select.test Merge with 4.0.16 2003-10-07 15:42:26 +03:00
select_found.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
select_safe.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
show_check.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
sql_mode.test Added SQLSTATE to client/server protocol 2003-06-04 18:28:51 +03:00
status.test After merge fixes 2003-05-21 21:39:58 +03:00
subselect.test Merge 2003-10-06 20:55:06 +03:00
subselect2.test test of big subquery 2003-07-08 11:03:30 +03:00
symlink.test merge with 4.0.15 2003-08-29 13:44:35 +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.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +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 Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
truncate.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
type_blob.test LOAD_FILE() is now COERCIBLE 2003-06-10 17:53:06 +05:00
type_date.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
type_datetime.test Merge with 4.0.14 2003-08-11 22:44:43 +03:00
type_decimal.test After merge fixes 2003-08-19 00:08:08 +03:00
type_enum.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
type_float.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
type_nchar.test New syntax: 2003-09-15 10:26:48 +05:00
type_ranges.test After merge fixes 2003-08-19 00:08:08 +03:00
type_set.test A fix for a bug with long definition of SET or ENUM. 2003-08-19 16:35:17 +03: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 Merge with 4.0 2003-03-16 19:17:54 +02:00
type_uint.test After merge fixes 2003-08-19 00:08:08 +03:00
type_year.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
union.test Merge 2003-10-06 20:55:06 +03:00
update.test Merge with 4.0.13 2003-05-19 16:35:49 +03:00
user_var.test Merge with 4.0.16 2003-10-07 15:42:26 +03:00
varbinary.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +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 After merge fixes 2003-08-19 00:08:08 +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 After merge fixes 2003-08-19 00:08:08 +03:00