mariadb/mysql-test/t
guilhem@mysql.com ec280a51ca Result updates after Dmitri's and my changes to logging with --log-slave-updates.
Since my changes, rpl_log.test, whose result file depends on file_id, became
non-repeatable, i.e. file_id on slave in SHOW BINLOG EVENTS
changed depending on the order of tests (sometimes 1, sometimes 5).
Which is logical: as now the slave does not copy Create_file and Exec_load from
the relay log (i.e from the master's binlog) to the slave's binlog, but
instead lets mysql_load() do the logging, the file_id is now the one whic
was used on the slave. Before it was the one which was used on the master,
and by chance the master was always restarted for this test because there's
a -master.opt file, so file_id on the master is always 1. But now file_id is
from the slave so we need to restart the slave. That's why I add an (empty)
-slave.opt file. I could have used 'server_stop/start slave', but this
would have required the manager, so most of the time mysql-test-run silently
skip the test which makes it useless. And I want this test to be run !
2003-08-21 00:23:39 +02:00
..
alias.test Proposed fix for #751 2003-07-03 20:57:51 +05:00
alter_table.test Fixed bug in ALTER TABLE ... DISABLE/ENABLE KEYS 2003-07-08 23:58:04 +03:00
analyse.test merged 2003-03-13 13:44:03 +01:00
ansi-master.opt Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) 2003-05-13 19:26:07 +03:00
ansi.test Fixed problem with ansi mode and GROUP BY with constants. (Bug #387) 2003-05-13 19:26:07 +03:00
auto_increment.test fix auto-increment in sub-key and insert ... select 2003-03-02 01:48:57 +01:00
backup-master.sh Don't allow BACKUP TABLE to overwrite files 2003-03-10 11:22:37 +02:00
backup.test Post-4.0.12 changes from Novell: mostly NetWare-related code changes to utilize new LibC 2003-03-21 16:45:39 -05:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
bdb-deadlock.test
bdb.test Try to optimize the cache buffer size needed for bulk_insert 2002-11-20 22:56:57 +02:00
bdb_cache-master.opt
bdb_cache.test
bench_count_distinct.test
bigint.test Integer values between 9223372036854775807 and 9999999999999999999 are now 2003-02-27 02:10:19 +02:00
binary.test bug tests added 2003-02-03 09:17:47 +01:00
bool.test Added tests for boolean operators in select part 2002-11-18 13:41:07 +02:00
bulk_replace.test
case.test Test cleanup 2002-12-26 15:55:22 +02:00
cast.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
check.test
comments.test
compare.test
constraints.test Added new ANSI functions LOCALTIME, LOCALTIMESTAMP and CURRENT_USER 2002-11-24 15:47:19 +02:00
convert.test SET CHARACTER SET DEFAULT didn't work (Bug #462) 2003-06-29 12:58:43 +03:00
count_distinct.test count(distint) on an empty table crash fixed 2003-02-10 12:01:47 +01:00
count_distinct2-master.opt
count_distinct2.test
create.test Fix for the bug #801: create table t1 select x'41'; doesn't work 2003-07-11 14:17:18 +05:00
ctype_cp1251-master.opt Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_cp1251.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
ctype_latin1_de-master.opt Fixed problem when comparing a key for a multi-byte-character set. (bug 152) 2003-04-27 22:12:08 +03:00
ctype_latin1_de.test my_strnncoll_latin1_de rewritten from scratch. Bug with overlapping combos went away. 2003-07-17 20:17:46 +02:00
ctype_ujis-master.opt Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
ctype_ujis.test Fix for -fbranch-probabilites (bug 268) 2003-04-26 20:43:28 +03:00
delayed.test
delete.test "delete from table where const" bug fixed 2003-05-03 18:08:11 +02:00
dirty_close.test
distinct.test Cleanups 2003-07-09 00:55:07 +03:00
drop.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
empty_table.test
errors.test Small fixes (nothing nameworthy) 2003-06-01 23:40:01 +03:00
explain.test Fix problem in MIN/MAX optimisation (from last patch) 2003-02-07 17:57:07 +02:00
flush.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
flush_table.test
foreign_key.test
fulltext.test bug #942. docid == ftb->lastpos in join on looping over nested table 2003-07-31 13:45:35 +02:00
fulltext_cache.test
fulltext_distinct.test
fulltext_left_join.test fulltext and left join bug fixed 2003-06-16 23:05:45 +02:00
fulltext_multi.test
fulltext_order_by.test
fulltext_update.test
fulltext_var.test
func_concat.test
func_crypt.test Fix problem in MIN/MAX optimisation (from last patch) 2003-02-07 17:57:07 +02:00
func_date_add.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test
func_group.test Fixed bug in SUM() with NULL:s 2003-04-15 22:04:16 +03:00
func_if.test
func_in.test
func_isnull.test
func_like.test optimizer should check for "field LIKE const" not "field like STRING" 2003-03-02 14:07:32 +01: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
func_regexp.test
func_set.test Fix for the bug #803. 2003-07-10 15:27:02 +05:00
func_str.test Fix for #739 2003-07-03 23:24:23 +05:00
func_system.test
func_test.test make it clear for optimizer that XOR's are not optimizable at the moment (BUG#992) 2003-08-05 16:29:09 +02:00
func_time.test SCRUM 2003-06-19 14:02:19 +05:00
func_timestamp.test
gcc296.test
grant.test Cleanups to recent patches 2003-08-15 09:54:19 +03:00
grant_cache-master.opt
grant_cache.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
group_by.test Changed test slightly to make it repeatable 2003-04-24 02:23:25 +03:00
handler.test fix and test case for the bug #787: HANDLER without INDEX doesn't work with deleted rows 2003-07-04 17:15:16 +05:00
having.test Safety fix to enable RAID in max binaries 2003-05-13 10:54:07 +03:00
heap.test Fix and test-case for the bug #775: SELECT misses rows in indexed HEAP table columns. 2003-07-03 18:21:59 +05:00
innodb-deadlock.test Updated results after merge from 3.23 2002-11-24 21:39:22 +02:00
innodb.test Merge bk-internal.mysql.com:/home/bk/mysql-4.0 2003-07-03 11:56:30 +03:00
innodb_cache-master.opt
innodb_cache.test fixed invalidation of query cache 2002-11-22 00:33:15 +02:00
innodb_handler.test Fix for a bug with InnoDB SQL handler, when previous query failed 2003-04-16 21:10:45 +03:00
ins000001.test
insert.test Another bugfix for #615 2003-06-24 10:53:21 +05:00
insert_select.test Fixed memory overrun when doing REPAIR on table with multi-part auto_increment key where one part was a packed CHAR 2003-07-18 04:04:24 +03:00
isam.test
join.test Added thread variable max_seeks_for_key 2003-06-27 03:04:54 +03:00
join_crash.test
join_outer.test Code/testcase cleanups 2003-07-01 13:29:55 +03:00
key.test Forgot to correct comment in key.test (after fixing bug 390). 2003-05-13 19:19:57 +02:00
key_diff.test
key_primary.test
keywords.test
kill.test
limit.test
loaddata.test Added testing of LOAD DATA ... STARTING BY 2003-05-26 11:47:03 +03:00
lock.test
lock_multi.test Fixed bug in LOCK TABLE + DROP TABLE when other thread was waiting for a table that was locked bug not droped 2003-03-04 12:22:35 +02:00
lock_tables_lost_commit-master.opt Fix test case 2003-08-19 16:03:18 +03:00
lock_tables_lost_commit.test Test for bug 578. And a comment in slave.cc. 2003-06-05 17:02:00 +02:00
lowercase_table-master.opt
lowercase_table.test Fixed bug in ALTER TABLE DISABLE KEYS and INSERT DELAYED. Bug #478 2003-06-01 12:32:53 +03:00
merge.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +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 fix 2003-04-26 16:44:42 +03:00
myisam.test Merge with 3.23 to get fixes for: 2003-04-03 12:33:13 +03:00
null.test Guard against compiling without -fno-exceptions 2003-01-14 11:27:26 +02:00
null_key.test Fixed bug with indexed NULL column <=> NULL 2002-11-22 13:35:43 +02:00
odbc.test
olap.test
openssl_1.test openssl_1.result, openssl_1.test: 2003-08-07 15:20:15 +02:00
openssl_2.test
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
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
query_cache-master.opt
query_cache.test rewritten test using loop (BUG#930) 2003-08-08 23:27:22 +03:00
raid.test Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
range.test between tests added 2003-08-08 18:49:22 +02:00
README
rename.test
repair.test Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
repair_part2-master.sh Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
repair_part2.test Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
replace.test
rollback.test
rpl000001.test Fix for nightly build test failure (test update). 2003-06-16 15:49:54 +02:00
rpl000002.test
rpl000003.test
rpl000004.test
rpl000005.test
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test Added timeout for wait_for_master_pos 2003-01-25 15:07:51 +02:00
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
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 Fixes for Netware 2003-01-28 08:38:28 +02:00
rpl000016-slave.opt
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test Fixes for Netware 2003-01-28 08:38:28 +02:00
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test More error messages. This is intended to help debugging; presently I have a 2003-06-10 23:29:49 +02:00
rpl_alter.test Merge with 3.23: 2003-04-26 21:10:13 +03:00
rpl_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
rpl_error_ignored_table-slave.opt Fix for BUG#812 2003-07-10 16:03:29 +02:00
rpl_error_ignored_table.test - fixed an error in the rpl_error_ignored_table test suite: the master 2003-07-11 22:18:53 +02:00
rpl_failsafe.test
rpl_flush_log_loop-master.opt
rpl_flush_log_loop-master.sh
rpl_flush_log_loop-slave.opt
rpl_flush_log_loop-slave.sh
rpl_flush_log_loop.test Better fix for bug #791: At binlog rotation, INSERTs may not find their way into the binlog 2003-07-14 14:59:26 +03:00
rpl_get_lock.test
rpl_ignore_grant-slave.opt Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_ignore_grant.test Fix so that SET PASSWORD is not replicated by the slave if running with 2003-08-02 23:46:26 +02:00
rpl_insert_id.test Review of changesets since last pull. 2003-08-07 20:16:37 +03:00
rpl_loaddata.test First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_m-master.opt First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_m.test First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_s-slave.opt First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddata_rule_s.test First commit for fixing BUG#1100 2003-08-20 23:24:45 +02:00
rpl_loaddatalocal.test ChangeSet 1.1625 was faulty as regards sql/mf_iocache.cc and LOAD DATA LOCAL replication tests 2003-03-02 18:20:32 +01:00
rpl_log-master.opt Guard against compiling without -fno-exceptions 2003-01-14 11:27:26 +02:00
rpl_log-slave.opt Result updates after Dmitri's and my changes to logging with --log-slave-updates. 2003-08-21 00:23:39 +02:00
rpl_log.test Result updates after Dmitri's and my changes to logging with --log-slave-updates. 2003-08-21 00:23:39 +02:00
rpl_log_pos.test RESET SLAVE and CHANGE MASTER will now give an error if slave is running. 2002-12-13 12:05:24 +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 Fixed wrong test in LOG::close 2003-07-14 23:49:19 +03:00
rpl_mystery22.test
rpl_redirect.test
rpl_relayspace-slave.opt Simplified a test. 2003-06-15 12:01:51 +02:00
rpl_relayspace.test Simplified a test. 2003-06-15 12:01:51 +02:00
rpl_replicate_do-slave.opt Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_replicate_do.test Small improvement to alloc_root 2002-11-16 20:19:10 +02:00
rpl_reset_slave.test 2 bugfixes: 2003-08-04 10:59:44 +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
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 Changed change_master() to use ER_MASTER_INFO (better display). 2003-06-17 23:19:38 +02:00
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
sel000001.test Proposed bugfix for #717 2003-07-03 10:42:13 +05:00
sel000002.test
sel000003.test
sel000031.test
sel000032.test
sel000033.test
sel000100.test Testcase for #674 added 2003-06-25 17:15:33 +05:00
select.test outer join, impossible on condition, where, and usable key for range 2003-07-25 14:32:03 +02:00
select_found.test
select_safe.test Fixed testcase after last changes 2003-06-27 06:40:24 +03:00
show_check.test Added test for SHOW CREATE 2003-02-07 12:54:10 +02:00
status.test
symlink.test Cleaner implementation if INSERT ... SELECT with same tables 2003-07-03 11:55:36 +03:00
tablelock.test
temp_table.test Merge with 3.23 2002-12-05 03:52:53 +02:00
timezone-master.opt Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
timezone.test Fixed problem with mysql prompt when server disconnect. (Bug 356) 2003-05-27 16:40:14 +03:00
truncate.test
type_blob.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_date.test Bug #792 combination of date-interval and between with mixed constant and non-constant 2003-08-06 15:37:22 +02:00
type_datetime.test bug #504: in "datetime op int" comparison int wasn't converted to datetime 2003-07-02 17:12:50 +02:00
type_decimal.test Fixed bug in CREATE ... DECIMAL(-1,1). Bug #432 2003-05-14 22:12:55 +03:00
type_enum.test
type_float.test
type_ranges.test Changed some tests to pass with new auto_increment handling, 2003-03-22 20:34:20 +02:00
type_set.test
type_time.test
type_timestamp.test --new option and local variable to optionally turn on 2003-03-05 18:43:56 +01:00
type_uint.test
type_year.test
union.test Fixed some varnings from valgrind 2003-08-20 16:25:44 +03:00
update.test Fix for MacOSX and symlinks 2003-05-14 01:27:26 +03:00
user_var.test Merge with 3.23 tree to get latest bug fixes 2003-07-01 15:02:16 +03:00
varbinary.test
variables-master.opt
variables.test Portability fix for 64 bit machines 2003-05-14 23:06:06 +03:00
warnings.test