mariadb/mysql-test/t
unknown 66b4c82eac new show create view output
mysqldump view support (BUG#4972)
workaround to allow view work after LOCK TABLES


client/mysqldump.c:
  view support
mysql-test/r/lowercase_view.result:
  new show create view output
mysql-test/r/view.result:
  new show create view output
  test of locked views
mysql-test/t/view.test:
  new show create view output
  test of locked views
sql/sql_base.cc:
  workaround to allow view work after LOCK TABLES
sql/sql_show.cc:
  new show create view output (to help mysql dump detect views)
2004-09-24 12:50:10 +03:00
..
alias.test
alter_table.test After merge fixes 2004-09-02 16:57:26 +03:00
analyse.test Fix to handle unsigned data in prepared statements (Bug ) 2004-05-04 15:02:38 +03:00
ansi.test Fixed bug in error handling of CREATE ... SELECT 2003-10-08 18:53:31 +03:00
archive.test Added tests for archive. Cleaned up a merge mistake and added some information on how well archive compresses. 2004-05-25 13:27:01 -07:00
auto_increment.test no_auto_value_on_zero + alter table bug 2004-07-30 14:17:12 +02: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
bdb.test
bdb_cache-master.opt
bdb_cache.test
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 minor omission that effectively disabled my_strtod fixed :) 2004-02-24 12:31:33 +01:00
binary.test
bool.test WL : 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 After merge fixes 2004-02-16 10:03:25 +02:00
cast.test 1. New data types, from the user point of view: 2004-03-26 16:11:46 +04: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 UTF8 now process space as PAD character correctly. 2004-03-26 18:14:39 +04:00
connect.test
constraints.test Fix for (Mess with names about CONSTRAINT) 2003-12-02 19:06:24 +04:00
count_distinct.test
count_distinct2-master.opt
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 Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03: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 "like" did not work in some cases with character set big5 2003-12-24 16:59:48 +04:00
ctype_collate.test
ctype_cp1251-master.opt Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_cp1251.test Better tests for BINARY 2004-03-29 17:27:30 +05:00
ctype_create.test Bug#2451 ALTER doesn't result in an error on CHARACTER SET and COLLATION conflict 2004-08-27 20:48:19 +05:00
ctype_latin1.test Use Windows code page 1252 instead of real ISO 8859-1 2004-05-11 13:32:01 +05:00
ctype_latin1_de-master.opt
ctype_latin1_de.test Client character set is now not set from the server value. 2004-02-04 12:49:54 +04: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 ctype_recoding.result, ctype_recoding.test, sql_show.cc: 2004-08-11 14:03:24 +05:00
ctype_sjis.test : Can't convert sjis&ujis half-width katakana correctly 2004-03-25 14:29:56 +04: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 Checking Thai sort order and trailing spaces handling 2004-03-29 16:38:38 +05:00
ctype_uca.test ctype_uca.test, ctype_uca.result, ctype-uca.c: 2004-08-11 18:06:20 +05:00
ctype_ucs.test Bug#5081: UCS2 fields are filled with '0x2020' after extending field length 2004-08-19 11:59:33 +05:00
ctype_ujis.test Bug Japanese characters in enum/default values are reported incorrectly 2004-06-08 14:26:16 +05:00
ctype_utf8.test
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 allow get_format(TIMESTAMP, ...) syntax 2004-08-11 10:27:19 +02:00
delayed.test
delete.test a fix (bug : Incorrect key file for table). 2004-06-21 15:17:07 +05:00
derived.test
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 Merge 4.1 to 5.0. 2003-12-16 16:12:28 +01:00
drop.test make DROP DATABASE to behave as documented in the manual - to report number of files deleted 2004-03-18 11:03:24 +01: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
endspace.test Portability fixes 2004-08-26 18:26:38 +03:00
errors.test Merge with 4.0.13 2003-06-04 19:21:51 +03:00
exampledb.test
explain.test
flush.test
flush_block_commit.test after merge fix 2004-08-20 22:54:42 +02:00
flush_table.test after merge fixed 2004-06-26 14:21:32 +02:00
foreign_key.test
fulltext.test
fulltext2.test BUG#5327 - mi_sort_index() of 2-level tree 2004-09-03 22:04:08 +02: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
fulltext_left_join.test WorkLog#1323 2003-12-10 04:31:42 +00:00
fulltext_multi.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_order_by.test Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02:00
fulltext_update.test
fulltext_var.test ft_boolean_syntax made changeable 2004-02-16 18:53:00 +01:00
func_compress.test WorkLog#1323 2003-12-10 04:31:42 +00:00
func_concat.test
func_crypt.test
func_date_add.test WorkLog#1323 2003-12-10 04:31:42 +00:00
func_default.test
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
func_equal.test
func_gconcat.test
func_group.test After merge fixes 2004-07-15 04:19:07 +03:00
func_if.test Merge with 4.0.21 2004-06-18 04:38:58 +03:00
func_in.test
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_math.test
func_misc.test
func_op.test Merge with 4.0.17 2003-12-17 17:35:34 +02:00
func_regexp.test
func_sapdb.test Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
func_set.test manually merged 2004-08-24 17:24:23 +02:00
func_str.test A fix (Bug : Service crashes on query execution) 2004-08-12 11:28:39 +05:00
func_system.test
func_test.test merge with 4.0 to get security fixes and latest bug fixes 2004-02-20 17:43:02 +02:00
func_time.test Merge with 4.1.3-beta 2004-07-07 11:29:39 +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
gis.test
grant.test Merge with 4.1 2004-09-06 15:14:10 +03:00
grant2.test
grant_cache-master.opt
grant_cache.test Merge with 4.1 2004-09-06 15:14:10 +03:00
greedy_optimizer.test Better names for two system variables: 2004-05-20 17:47:43 +03:00
group_by.test
handler.test
having.test
heap.test after merge fixes 2004-08-19 03:02:09 +02: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 WorkLog#1323 2003-12-10 04:31:42 +00: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
index_merge.test Post-merge fixes. 2004-05-14 16:00:57 +02:00
index_merge_bdb.test Post-merge fixes. 2004-05-14 16:00:57 +02:00
index_merge_innodb.test
index_merge_innodb2.test Post-merge fixes. 2004-05-14 16:00:57 +02:00
index_merge_ror.test * New index_merge EXPLAIN output format 2004-05-29 02:04:01 +04:00
index_merge_ror_cpk.test
init_connect-master.opt Portability fixes found during 5.0 test compilation 2003-12-21 19:39:32 +02:00
init_connect.test
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 WorkLog#1323 2003-12-10 04:31:42 +00:00
innodb-lock.test after merge fixes 2004-05-05 21:24:21 +03: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.test
innodb_cache-master.opt
innodb_cache.test after merge fixed 2004-06-26 14:21:32 +02:00
innodb_handler.test WorkLog#1323 2003-12-10 04:31:42 +00:00
insert.test Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
insert_select.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
insert_update.test actions for bug 2004-03-15 21:36:16 +04:00
isam.test WorkLog#1323 2003-12-10 04:31:42 +00:00
join.test hang in dummy natural join (no common columns) Bug 2004-08-02 11:12:11 +02:00
join_crash.test WorkLog#1323 2003-12-10 04:31:42 +00:00
join_nested.test join_nested.test, join_nested.result: 2004-08-12 23:41:06 -07:00
join_outer.test Fix for bug#5088: 2004-08-23 12:31:56 +04:00
key.test
key_cache-master.opt
key_cache.test
key_diff.test
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
kill.test
limit.test
loaddata.test Merge with 4.0.17 2003-12-17 17:35:34 +02:00
lock.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
lock_multi.test Merge with 4.0 2003-03-16 19:17:54 +02:00
lock_tables_lost_commit-master.opt After merge fixes 2003-08-19 00:08:08 +03:00
lock_tables_lost_commit.test
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 Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
lowercase_table2.test Merge with 4.0 to get the latest bug patches to 4.1 2004-06-25 20:13:05 +03:00
lowercase_table3-master.opt Ensure that one can't from the command line set a variable too small. (Bug ) 2004-03-06 10:43:35 +02:00
lowercase_table3.test
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
lowercase_view-master.opt
lowercase_view.test test of updating and fetching from the same table check (BUG##5157) 2004-09-08 10:18:04 +03:00
merge.test
metadata.test Fix to get correct metadata when using temporary tables to create result. (Bug ) 2004-03-30 19:24:28 +03:00
mix_innodb_myisam_binlog.test Added options --auto-increment-increment and --auto-increment-offset. 2004-09-15 22:10:31 +03:00
multi_statement.test Added support for multi statement tests. Use mysqltest internal 2003-12-16 06:09:44 +02: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 After merge fixes 2004-07-15 04:19:07 +03:00
myisam-blob-master.opt Fixed table crash bug when updating row > 16M (Bug ) 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
mysql_protocols.test fixed a Bug "--protocol doesn't reject bad values" 2004-08-23 20:55:09 +05:00
mysqlbinlog-master.opt Test for mysqlbinlog 2003-09-24 23:25:58 +04:00
mysqlbinlog.test
mysqlbinlog2.test
mysqldump.test Bug#4261 - mysqldump omits NULLs with --skip-extended-insert 2004-06-23 21:46:17 +02:00
ndb_alter_table.test Added tests for fix of bug#4730 2004-08-12 10:15:53 +02:00
ndb_autodiscover.test Fix order by 2004-08-27 14:15:47 +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 added order by 2004-06-24 11:52:50 +00:00
ndb_basic.test
ndb_blob.test Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
ndb_cache.test
ndb_index.test Updated ndb_* test cases 2004-05-11 10:40:48 +02:00
ndb_index_ordered.test Enabled HA_NULL_IN_KEY support 2004-08-31 10:19:10 +02:00
ndb_index_unique.test
ndb_insert.test Addded test files for NDB 2004-04-30 12:49:34 +02:00
ndb_limit.test BUG#4818 DELETE FROM tab LIMIT 2004-08-04 10:54:42 +02:00
ndb_lock.test Added ORDER BY to ensure same result on all setups/platforms 2004-07-29 13:32:50 +02:00
ndb_minmax.test Fixed test to not crash when ndb is not in use 2004-05-26 20:56:39 +03:00
ndb_replace.test Fix for bug#5312 Ndb Cluster returns wrong error code for duplicate key at insert 2004-08-31 12:07:48 +02:00
ndb_transaction.test Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03:00
ndb_truncate.test BUG#4892 TRUNCATE TABLE returns error 156 2004-08-04 11:28:36 +02:00
ndb_types.test Added new test/result file ndb_types to test creating tables with different column types in NDB 2004-07-19 11:38:28 +02:00
negation_elimination.test
null.test After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
null_key.test After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
odbc.test
olap.test olap.test, olap.result: 2004-08-12 00:02:29 -07:00
openssl_1.test merge with 4.0.15 2003-08-29 13:44:35 +03:00
order_by.test Fix for bug#4302 "ambiguos order by when renamed column is identical to another in result" 2004-08-20 17:53:46 +04: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
overflow.test word substitution in error messages removed - can create problems for i18n 2003-11-18 10:23:49 +01:00
packet.test Fixed some varnings from valgrind 2003-08-20 16:25:44 +03: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
ps_1general.test
ps_2myisam.test Added comments to the PS test files, to prevent modifications which may destroy the tests . 2004-07-02 20:01:34 +02:00
ps_3innodb.test mysql_fix_privilege_tables.sh: 2004-07-06 16:29:26 +02:00
ps_4heap.test Added comments to the PS test files, to prevent modifications which may destroy the tests . 2004-07-02 20:01:34 +02:00
ps_5merge.test Added comments to the PS test files, to prevent modifications which may destroy the tests . 2004-07-02 20:01:34 +02:00
ps_6bdb.test Added comments to the PS test files, to prevent modifications which may destroy the tests . 2004-07-02 20:01:34 +02:00
query_cache.test Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
query_cache_merge.test
raid.test Merge with 4.0.19 2004-05-05 17:05:24 +03:00
range.test
rename.test Remove extra '/' after mysql_real_data_home 2004-09-03 02:25:27 +03:00
repair.test Fixed problems noticed with last build 2004-04-09 07:12:41 +03:00
replace.test
rollback.test
row.test
rowid_order_bdb.test
rowid_order_innodb.test This is first cset for WL#1394 "Optimize index merge when all involved index ranges include only values with equal keys" 2004-05-13 01:38:40 +04: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 Bug#4338: mysql-test-run fails if compiled with non-latin1 character set 2004-07-08 18:54:07 +05: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 Changed mysql-test to print warnings for not existing table to DROP TABLE 2003-01-06 01:48:59 +02: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
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
rpl000010-slave.opt This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl000010.test
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
rpl000015.test After merge fixes 2004-07-15 04:19:07 +03:00
rpl000017-slave.opt
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 After merge fixes 2004-07-15 04:19:07 +03: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
rpl_alter.test
rpl_auto_increment-master.opt Added options --auto-increment-increment and --auto-increment-offset. 2004-09-15 22:10:31 +03:00
rpl_auto_increment.test Added options --auto-increment-increment and --auto-increment-offset. 2004-09-15 22:10:31 +03:00
rpl_chain_temp_table.test 4 small items in this: 2003-10-31 23:20:23 +01:00
rpl_change_master.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_charset.test
rpl_delete_all.test Review of new pushed code (Indentation fixes and simple optimizations) 2004-08-31 14:35:04 +03: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_EE_error.test
rpl_empty_master_crash.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01: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 Merging 4.1 to 5.0. 2004-05-26 17:04:45 +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
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
rpl_flush_log_loop.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_flush_tables.test WorkLog#1323 2003-12-10 04:31:42 +00:00
rpl_free_items-slave.opt
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
rpl_heap.test Merge with 4.1 2004-09-06 15:14:10 +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 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_insert_id-slave.opt
rpl_insert_id.test Merge with 4.0.18 2004-02-11 00:06:46 +01:00
rpl_loaddata.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01: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 This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +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 This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01: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 Merging 4.1 to 5.0. 2004-05-26 17:04:45 +02:00
rpl_log_pos.test Merging 4.1 to 5.0. 2004-05-26 17:04:45 +02:00
rpl_master_pos_wait.test
rpl_max_relay_size.test
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
rpl_multi_update.test
rpl_mystery22.test altered syntax from SLAVE START|STOP to START|STOP SLAVE 2002-10-24 17:46:14 -06:00
rpl_openssl.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_optimize.test Complement to 2004-02-22 11:22:51 +01:00
rpl_ps.test
rpl_redirect.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_relayrotate-slave.opt This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_relayrotate.test Merge with 4.1 2004-09-06 15:14:10 +03:00
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_replicate_do.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_reset_slave.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test a code fix (don't specify default value of argument twice), updating a line of SHOW SLAVE STATUS 2004-05-14 23:19:42 +02:00
rpl_session_var.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01: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 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
rpl_timezone.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
rpl_trunc_binlog.test
rpl_until.test Merge 4.1 -> 5.0. 2004-04-07 19:07:44 +02:00
rpl_user_variables.test This is the final commit for Worklog tasks: 2003-12-19 22:40:23 +01:00
select.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
select_found.test cleanup 2004-08-07 23:18:13 +02:00
select_safe.test
show_check.test Merge with 4.1 2004-09-06 15:14:10 +03:00
sp-error.test Fixed BUG#3294: Stored procedure crash if table dropped before use. 2004-09-10 11:11:52 +02:00
sp-security.test After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
sp-threads.test Fixed BUG#4934: Caching issue with stored procedures. 2004-08-06 18:11:14 +02:00
sp.test Fixed BUG#3583: query cache doesn't work for stored procedures. 2004-09-17 15:40:38 +02:00
sql_mode.test patch for task WL 1941 "NO_C_ESCAPE sql_mode" 2004-07-07 17:26:43 +05:00
status.test
subselect.test Merge with 4.1 2004-09-06 15:14: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 do not unlock tables early if we have subquery in HAVING clause (BUG#3984) 2004-06-09 23:32:20 +03:00
sum_distinct.test
symlink.test changed to moderm syntax (after merge fix) 2004-02-17 02:26:35 +02: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 added newline to the end of mysql-test/t/system_mysql_db_fix-master.opt 2004-04-02 21:58:34 +05:00
system_mysql_db_fix.test manual merge 2004-07-20 15:34:57 +02: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.test WorkLog#1323 2003-12-10 04:31:42 +00: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 Fix for bug "CONVERT_TZ() function with new time zone as param crashes server". 2004-08-10 12:42:31 +04:00
trigger.test After merge fixes for WL#1218 "Triggers" 2004-09-09 23:44:27 +04:00
truncate.test manually merged 2004-08-24 17:24:23 +02:00
type_blob.test Portability fixes 2004-08-26 18:26:38 +03:00
type_date.test manually merged 2004-08-18 19:57:55 +02:00
type_datetime.test WL#1264 "Per-thread time zone support infrastructure". 2004-06-18 10:11:31 +04:00
type_decimal.test Merge with 4.0.21 2004-06-18 04:38:58 +03:00
type_enum.test merge 2003-12-19 16:34:48 +02:00
type_float.test merged 2004-08-20 00:52:43 +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
type_time.test
type_timestamp.test Portability fixes 2004-08-26 18:26:38 +03:00
type_uint.test manually merged 2004-08-18 19:57:55 +02:00
type_year.test
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 After merge fixes 2004-09-05 02:31:11 +03:00
update.test
user_var.test After merge fixes of merge with 4.1 that included the new arena code. 2004-09-09 06:59:26 +03:00
varbinary.test
variables-master.opt Give warning if MySQL doesn't honor given storage engine 2003-05-13 11:15:11 +03:00
variables.test Merge with 4.1 2004-09-06 15:14:10 +03:00
view.test
view_skip_grants-master.opt fixed case when frivileges check switched off (BUG#4631) 2004-07-20 01:01:02 +03:00
view_skip_grants.test fixed case when frivileges check switched off (BUG#4631) 2004-07-20 01:01:02 +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 Ensure that result from date_format() is binary 2004-02-09 13:59:41 +01:00