mariadb/mysql-test/t
unknown af12ff6568 Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions).
Approximative, because it's using our binlogging way (what we call "query"-level) and this is not as good as record-level binlog (5.1) would be. It imposes several
  limitations to routines, and has caveats (which I'll document, and for which the server will try to issue errors but that is not always possible).
  Reason I don't propagate caller info to the binlog as planned is that on master and slave
  users may be different; even with that some caveats would remain.


mysql-test/mysql-test-run.sh:
  In the testsuite we know what we do, we are not creating nasty routines, and breaking binlog is ok except in rpl_sp.
mysql-test/r/blackhole.result:
  Updating results now that 4.1 has been merged
mysql-test/valgrind.supp:
      Some suppressions for Valgrind (useful on my machine Suse 9.1);
      this is just adding to the already existing suppressions of pthread and dl.
sql/item_func.cc:
      Don't binlog the substatements when executing a function. If the function
      is declared to modify data and does not complete, warning "broken binlog".
      Note that SELECT myfunc() will not be binlogged even if myfunc() updates data (will be documented);
      but INSERT INTO t VALUES(myfunc()) will be binlogged (what decides is if the caller
      gets binlogged; the function changes nothing to binlogging).
sql/log_event.cc:
      Just making functions which can be re-used when we binlog more strings
      in status_vars in Query_log_event (e.g. one day "user", "host").
sql/log_event.h:
  comment
sql/mysql_priv.h:
      --log-bin-trust-routine-creators
sql/mysqld.cc:
      --log-bin-trust-routine-creators
sql/set_var.cc:
      --log-bin-trust-routine-creators
sql/share/errmsg.txt:
  error messages to warn about problems with routines and binlog
sql/slave.cc:
      If in a routine, replication table inclusion/exclusion rules always answer "replicate!" (see comment in code).
sql/sp.cc:
      If binlog is on: errors if one wants to create a non-deterministic update routine
      (repeatability problem - note that the test is not perfect for functions) or does not have SUPER (because routines can easily
      be made to destroy slave's data with just CREATE ROUTINE and EXECUTE priv on master).
      --log-bin-trust-routine-creators removes these errors.
      Binlogging of CREATE PROCEDURE|FUNCTION.
sql/sql_acl.cc:
      No thd==0 in tables_ok().
sql/sql_parse.cc:
      Binlogging of CALL (and not of the substatements of the SP).
      If SP returns error, we don't binlog it (see comment); we push warning in this case.
      Binlogging of ALTER|DROP PROCEDURE|FUNCTION with safety messages.
2005-05-05 14:20:53 +02:00
..
alias.test
alter_table.test Re-enable alter_table test for embedded server by moving grant-related test 2005-02-09 18:17:40 -08:00
analyse.test Tests modified to coved decimal-related code 2005-02-21 19:20:05 +04: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 Little different behaviour in 5.0 and merge with new tests required these changes 2005-04-27 22:02:26 +02:00
auto_increment.test
backup-master.sh
backup.test Show all generated warnings in SHOW ERROR 2005-02-24 23:33:42 +02:00
bdb-alter-table-1.test
bdb-alter-table-2-master.opt
bdb-alter-table-2.test
bdb-crash.test
bdb-deadlock.test Shift skipping of some tests with embedded server from within 2005-03-29 15:50:16 -08:00
bdb-deadlock.tminus
bdb.test Move handler dependent tests to the specific handler (myisam, bdb, innodb) 2005-03-17 01:22:12 +02:00
bdb_cache-master.opt
bdb_cache.test
bench_count_distinct.test
bigint.test Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug #6598) 2005-04-30 03:14:42 +03:00
binary.test
binlog-master.opt innodb-dependent test moved from rpl_rotate_logs.test to binlog.test 2005-02-23 20:35:59 +01:00
binlog.test Fixed binlog.test failure which occured after patch implementing 2005-03-16 23:12:27 +03:00
blackhole.test checking that statements get into binlog even when they were affecting 2005-04-26 15:52:04 +02:00
bool.test
bulk_replace.test
case.test Precision Math implementation 2005-02-09 02:50:45 +04:00
cast.test Merge with 4.1 2005-04-30 09:46:08 +03:00
check.test
client_xml.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
comments.test
compare.test Proper fix for comparision with ' ' 2005-02-01 16:27:08 +02:00
connect.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
consistent_snapshot.test
constraints.test
count_distinct.test
count_distinct2-master.opt
count_distinct2.test Cleanup 2005-03-15 16:54:11 +03:00
count_distinct3.test
create.test Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) 2005-04-01 15:04:50 +03:00
create_select_tmp.test
csv.test
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 Skip cp932 and eucjpms tests when the character sets are not compiled. 2005-02-01 14:37:51 +04:00
ctype_cp1250_ch.test Bug#8840 Empty string comparison and character set 'cp1250' 2005-03-03 14:15:37 +04:00
ctype_cp1251.test Remove .opt file for faster test running. 2005-03-30 14:10:27 +05:00
ctype_create.test
ctype_eucjpms.test Skip cp932 and eucjpms tests when the character sets are not compiled. 2005-02-01 14:37:51 +04: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
ctype_latin1_de.test Merge 2005-04-05 19:45:34 -07:00
ctype_many.test Enable warnings for 'no default' fields being set to default when they 2005-01-14 17:09:35 -08:00
ctype_mb.test
ctype_recoding.test
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 Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
ctype_ucs_binlog.test Merge from 4.1 2005-04-13 10:38:11 -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 func_system.test, ctype_utf8.test, func_system.result, ctype_utf8.result: 2005-03-28 12:24:12 +05:00
date_formats-master.opt
date_formats.test Give warnings if wrong date/time/datetime argument for STR_TO_DATE 2005-03-30 16:00:31 +03:00
delayed.test
delete.test Manual merge 2005-02-15 21:03:17 -08:00
derived.test Merge with 4.1 2005-02-22 15:47:00 +02:00
dirty_close.test
disabled.def mysql-test-run.sh: 2005-03-16 09:23:38 +01:00
distinct.test
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
endspace.test
errors.test
exampledb.test
explain.test
federated.test Federated Storage Handler - test and result fix. 2005-03-20 23:17:35 -08:00
flush.test global read lock code now uses a dedicated mutex 2005-03-16 08:40:19 +01:00
flush_block_commit.test FLUSH TABLES WITH READ LOCK should block writes to binlog too 2005-04-12 17:15:54 +02:00
flush_read_lock_kill-master.opt
flush_read_lock_kill.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
flush_table.test
foreign_key.test
fulltext.test don't close binlog in the destructor - use explictit MYSQL_LOG::cleanup for this 2005-03-09 12:29:51 +01:00
fulltext2.test
fulltext_cache.test Windows compatibility changes of the 'rpl_delete_all', 2005-02-17 02:59:39 +01:00
fulltext_distinct.test
fulltext_left_join.test
fulltext_multi.test
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
fulltext_var.test
func_compress.test Fixed memory reference errors found by valgrind 2005-01-12 03:38:53 +02:00
func_concat.test
func_crypt.test
func_date_add.test
func_default.test
func_encrypt-master.opt
func_encrypt.test
func_equal.test Precision Math implementation 2005-02-09 02:50:45 +04:00
func_gconcat.test Merge 4.1 -> 5.0 2005-03-17 16:51:07 +03:00
func_group.test func_group.test, func_group.result: 2005-03-19 23:12:50 -08:00
func_if.test Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) 2005-04-01 15:04:50 +03:00
func_in.test item_cmpfunc.cc: 2005-01-20 15:38:56 +04:00
func_isnull.test
func_like.test
func_math.test after-merge fix 2005-04-27 19:06:47 +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
func_regexp.test
func_sapdb.test Manual merge of patch for bug #8068 "TIMEDIFF with first negative 2005-04-18 14:29:31 +04:00
func_set.test Fixed BUILD script to use --with-berkeley-db instead of --with-bdb 2005-02-19 18:58:27 +02:00
func_str.test Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) 2005-04-01 15:04:50 +03: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 Bug#6726 - failure to parse NOT BETWEEN 2005-02-03 23:08:43 +00:00
func_time.test
func_timestamp.test
gcc296.test
gis-rtree.test Fix for #6553 and #8776 (no errors on bad spatial data) 2005-04-29 20:23:02 +05:00
gis.test Fix for #6553 and #8776 (no errors on bad spatial data) 2005-04-29 20:23:02 +05:00
grant.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
grant2.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
grant3-master.opt - Added new error message. 2005-03-22 15:57:24 +02:00
grant3.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
grant_cache-master.opt
grant_cache.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
greedy_optimizer.test
group_by.test Fix for BUG#9298: Make int->string conversion sign-aware in Protocol_simple::store_long 2005-04-18 07:26:23 +04:00
group_min_max.test Fix for BUG#8532. 2005-02-28 16:20:02 +02:00
handler.test
having.test
heap.test Merge bk-internal.mysql.com:/home/bk/mysql-5.0 2005-04-12 14:51:03 +02:00
heap_auto_increment.test
heap_btree.test BUG#8924 'Explain' shows different strategy 2005-04-12 12:04:43 +02:00
heap_hash.test BUG#8924 'Explain' shows different strategy 2005-04-12 12:04:43 +02:00
help.test
index_merge.test Adjust test results for BUG#7634: The result of EXPLAIN is different if OS doesn't support file sizes > 2G 2005-02-02 07:51:43 +03:00
index_merge_bdb.test
index_merge_innodb.test Fixes in opt_range.cc: ROR plan choice code 2005-01-17 00:18:19 +03:00
index_merge_innodb2.test
index_merge_ror.test Fix for BUG#9912: make the test handle both possible optimizer choices 2005-04-21 13:32:46 +04:00
index_merge_ror_cpk.test Fix for BUG#8579 (failing test case): Allow small differences in #rows estimate in test results 2005-02-22 18:30:44 +03:00
information_schema.test information_schema.result, information_schema.test: 2005-04-13 23:06:37 -07:00
information_schema_inno.test
init_connect-master.opt
init_connect.test
init_file-master.opt
init_file.test
innodb-big.test Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
innodb-deadlock.test Clean up InnoDB testing with embedded server. 2005-03-29 16:10:43 -08:00
innodb-lock.test Clean up InnoDB testing with embedded server. 2005-03-29 16:10:43 -08:00
innodb-master.opt
innodb-replace.test Small fixes done while reviewing pushed code 2005-04-06 16:52:41 +03:00
innodb.test merged 2005-04-14 21:31:22 +02:00
innodb_cache-master.opt
innodb_cache.test
innodb_handler.test
insert.test
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 Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
insert_update.test Bug#8147 2005-02-17 01:33:59 +00:00
join.test
join_crash.test
join_nested.test
join_outer.test be sure to call top_level_item() on the new Item_cond_and, 2005-04-27 01:32:44 +02:00
key.test
key_cache-master.opt
key_cache.test
key_diff.test
key_primary.test
keywords.test
kill.test backport kill.test fix from 5.0 2005-04-11 22:36:07 +02:00
limit.test Merge 2005-04-05 19:45:34 -07:00
loaddata.test Fixed behavior of LOAD DATA with subqueries in SET clause. 2005-03-16 12:13:35 +03:00
lock.test Better approach for prelocking of tables for stored routines execution 2005-03-04 16:35:28 +03:00
lock_multi.test
lock_tables_lost_commit-master.opt
lock_tables_lost_commit.test
lowercase_table-master.opt
lowercase_table.test Clean up merge from 4.1 2005-05-02 10:19:37 -07:00
lowercase_table2.test Fix removal of tables from cache when the database they are contained 2005-02-08 15:14:14 -08:00
lowercase_table3-master.opt
lowercase_table3.test Fix for bug#8156:information_schema and lowercase_table3 fail on OSX 2005-02-14 18:23:10 +03: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
lowercase_table_qcache.test
lowercase_view-master.opt
lowercase_view.test fixed mechanism of detection selection from table wich we update 2005-03-28 15:13:31 +03:00
merge.test
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
mix_innodb_myisam_binlog.test fix broken mix_innodb_myisam_binlog.test 2005-04-05 15:36:52 +02: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
multi_update.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
myisam-blob-master.opt
myisam-blob.test
myisam.test Merge 2005-04-16 17:58:11 +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
mysqlbinlog.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
mysqlbinlog2.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
mysqldump.test Test case (bug #9756: mysql client failing on dumps containing certain \ sequences). 2005-04-26 15:48:16 +05:00
mysqlshow.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
mysqltest.test
ndb_alter_table.test Merge 2005-04-21 10:26:14 +02:00
ndb_autodiscover.test Merge 2005-04-21 10:26:14 +02:00
ndb_autodiscover2-master.opt
ndb_autodiscover2.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_basic.test Merge 2005-04-21 10:26:14 +02:00
ndb_bitfield.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_blob.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_cache.test Merge 2005-04-21 10:26:14 +02:00
ndb_cache2.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_cache_multi.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_cache_multi2.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_charset.test Merge 2005-04-21 10:26:14 +02:00
ndb_condition_pushdown.test Disabled test for embedded 2005-04-21 11:11:37 +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_index.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_index_ordered.test Merge 2005-04-21 10:26:14 +02:00
ndb_index_unique.test Merge 2005-04-21 10:26:14 +02:00
ndb_insert.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +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_read_multi_range.test Disabled test for embedded 2005-04-21 11:11:37 +02:00
ndb_replace.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
ndb_restore.test Merge 2005-04-21 10:26:14 +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 Merge 2005-04-21 10:26:14 +02:00
ndb_update.test Disabled ndb tests for embedded 2005-04-19 17:23:49 +02:00
negation_elimination.test
null.test Update tests after merge of bug fix. 2005-04-05 20:55:06 -07:00
null_key.test
odbc.test
olap.test Merge of the fix for bug #9681 4.1->5.0 2005-04-19 19:00:02 -07:00
openssl_1.test BUG#9521 fix: 2005-04-01 00:03:26 +05:00
order_by.test Merge 2005-04-05 19:45:34 -07:00
order_fill_sortbuf-master.opt
order_fill_sortbuf.test
outfile.test
overflow.test
packet.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
preload.test
ps.test Manual merge of Bug#9096 2005-05-03 19:32:29 +04:00
ps_1general.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
ps_2myisam.test
ps_3innodb.test
ps_4heap.test
ps_5merge.test
ps_6bdb.test
ps_7ndb.test
ps_10nestset.test
ps_11bugs.test
ps_grant.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
query_cache.test Clean up merge from 4.1 2005-05-02 10:19:37 -07:00
query_cache_merge.test
raid.test
range.test Post-merge fixes 2005-04-17 02:10:43 +04:00
rename.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
repair.test
replace.test remove the rest of isam/merge references 2005-04-05 13:17:49 +02:00
rollback.test
row.test Don't use -lsupc++ with gcc 3.3 and below as this gives linking problems when linking staticly 2005-04-04 16:43:25 +03:00
rowid_order_bdb.test
rowid_order_innodb.test
rpl000001-slave.opt
rpl000001.test Last part of fix for BUG#7998 "Replication should be more clever about when to replicate RELEASE_LOCK()" + fixes after merge 2005-03-02 17:52:38 +01:00
rpl000002.test
rpl000004.test
rpl000005.test Fix for bug #7100: relay_log_space_max missing from SHOW VARIABLES 2005-03-16 15:57:57 +03:00
rpl000006.test
rpl000008-slave.opt
rpl000008.test
rpl000009-slave.opt
rpl000009.test
rpl000010-slave.opt
rpl000010.test
rpl000011.test
rpl000012.test
rpl000013-slave.opt
rpl000013.test
rpl000015-slave.sh
rpl000015.slave-mi
rpl000015.test
rpl000017-slave.opt
rpl000017-slave.sh
rpl000017.test
rpl000018-master.opt
rpl000018-slave.opt
rpl000018.test
rpl_alter.test
rpl_auto_increment-master.opt
rpl_auto_increment.test
rpl_chain_temp_table.test
rpl_change_master.test Last part of fix for BUG#7998 "Replication should be more clever about when to replicate RELEASE_LOCK()" + fixes after merge 2005-03-02 17:52:38 +01:00
rpl_charset.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_commit_after_flush.test
rpl_create_database-master.opt
rpl_create_database-slave.opt
rpl_create_database.test
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 WWe now store the catalog in Query_log_event in binlog WITHOUT its end zero. 2005-03-25 14:51:17 +01: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
rpl_drop.test
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 drop database on the right server :) 2005-03-16 23:56:37 +01:00
rpl_EE_error.test Generate warning in ha_delete_table() if files is missing in handler 2005-02-21 20:41:48 +02:00
rpl_empty_master_crash.test
rpl_error_ignored_table-slave.opt
rpl_error_ignored_table.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_failed_optimize-master.opt
rpl_failed_optimize.test
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
rpl_flush_tables.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_free_items-slave.opt
rpl_free_items.test
rpl_get_lock.test Last part of fix for BUG#7998 "Replication should be more clever about when to replicate RELEASE_LOCK()" + fixes after merge 2005-03-02 17:52:38 +01:00
rpl_heap.test
rpl_ignore_grant-slave.opt
rpl_ignore_grant.test
rpl_init_slave-slave.opt
rpl_init_slave.test
rpl_insert_id-slave.opt
rpl_insert_id.test Bug#8412: Merge from 4.0 2005-02-23 19:58:54 +01:00
rpl_insert_ignore-slave.opt
rpl_insert_ignore.test
rpl_loaddata.test WWe now store the catalog in Query_log_event in binlog WITHOUT its end zero. 2005-03-25 14:51:17 +01:00
rpl_loaddata_rule_m-master.opt
rpl_loaddata_rule_m.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_loaddata_rule_s-slave.opt
rpl_loaddata_rule_s.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_loaddatalocal.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_log-master.opt
rpl_log-slave.opt
rpl_log.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_log_pos.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +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
rpl_max_relay_size.test
rpl_misc_functions-slave.sh
rpl_misc_functions.test
rpl_multi_delete-slave.opt
rpl_multi_delete.test
rpl_multi_delete2-slave.opt
rpl_multi_delete2.test
rpl_multi_query.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_multi_update.test
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_mystery22.test
rpl_openssl.test
rpl_optimize.test
rpl_ps.test
rpl_redirect.test
rpl_relayrotate-slave.opt
rpl_relayrotate.test
rpl_relayspace-slave.opt
rpl_relayspace.test
rpl_replicate_do-slave.opt
rpl_replicate_do.test
rpl_reset_slave.test
rpl_rewrite_db-slave.opt
rpl_rewrite_db.test Makefile.am: 2005-04-06 12:20:55 +02:00
rpl_rotate_logs-master.opt
rpl_rotate_logs-slave.sh
rpl_rotate_logs.slave-mi
rpl_rotate_logs.test Merge with global tree 2005-02-25 17:12:06 +02:00
rpl_server_id1.test
rpl_server_id2-slave.opt
rpl_server_id2.test
rpl_session_var.test Invalid DEFAULT values for CREATE TABLE now generates errors. (Bug #5902) 2005-04-01 15:04:50 +03:00
rpl_set_charset.test
rpl_skip_error-slave.opt
rpl_skip_error.test
rpl_sp-master.opt Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). 2005-05-05 14:20:53 +02:00
rpl_sp-slave.opt Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). 2005-05-05 14:20:53 +02:00
rpl_sp.test Approximative fixes for BUG#2610,2611,9100 i.e. WL#2146 binlogging/replication of routines (stored procs and functions). 2005-05-05 14:20:53 +02:00
rpl_sporadic_master-master.opt
rpl_sporadic_master.test
rpl_start_stop_slave.test
rpl_temporary.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_timezone-master.opt
rpl_timezone-slave.opt Last part of WL#1062: better replication of timezones: no more use 2005-03-22 00:26:12 +01:00
rpl_timezone.test testing repl of timezone with LOAD DATA INFILE (hourra!) 2005-03-24 16:43:50 +01:00
rpl_trunc_binlog.test fix rpl_trunc_binlog to test the new behaviour 2005-02-19 22:24:13 +01:00
rpl_until.test WWe now store the catalog in Query_log_event in binlog WITHOUT its end zero. 2005-03-25 14:51:17 +01:00
rpl_user_variables.test WL#874 "Extended LOAD DATA". 2005-03-16 04:32:47 +03:00
rpl_variables.test Eliminate most of the remaining hardcoded list of tests to skip 2005-03-29 17:17:46 -08:00
rpl_view.test added replication of VIEW DDL commands (BUG#4838) 2005-01-17 01:18:08 +02:00
schema.test
select.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08: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 Merge fix for BUG#9439 from 4.1 2005-04-17 20:54:31 +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
sp-error.test Post-review fixes of the patch for BUG#8408: Stored procedure crash if function contains SHOW 2005-04-27 16:35:49 +02:00
sp-security.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
sp-threads.test Fix for bug #9486 "Can't perform multi-update in stored procedure". 2005-04-15 20:31:47 +04:00
sp.test Add regression test for calling SOUNDEX() within stored procedure. 2005-04-28 14:46:54 -07:00
sp_trans.test Did some SP test style changes and added explanatory comments, 2005-03-18 14:33:46 +01:00
sql_mode.test Handle backslashes correctly in strings that also have doubled quotes when 2005-02-03 16:14:02 -08:00
status.test
strict.test Merge 2005-04-05 19:45:34 -07:00
subselect.test subselect.result, subselect.test: 2005-04-15 22:08:34 -07:00
subselect2.test
subselect_gis.test
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
sum_distinct-big.test Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
sum_distinct.test Moved some old test and added a new test to only be run with mysql-test-run --big 2005-04-07 19:24:14 +03:00
symlink.test Merged from 4.1 2005-03-03 15:01:46 -08:00
synchronization.test
system_mysql_db.test
system_mysql_db_fix-master.opt
system_mysql_db_fix.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
system_mysql_db_refs.test
tablelock.test
temp_table.test Fix for BUG#8921: Make SHOW CREATE VIEW ignore temporary tables. 2005-04-25 04:00:35 +04:00
timezone-master.opt
timezone.test
timezone2.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
timezone3-master.opt
timezone3.test
timezone_grant.test Fix merge of tests that were split out of other test files 2005-04-04 16:34:24 -07:00
trigger.test Fix for bugs #5859 "DROP TABLE does not drop triggers" and 2005-03-27 16:15:21 +04:00
truncate.test
type_bit.test Bit type support for non-MyISAM tables. 2005-04-12 12:27:43 +05:00
type_bit_innodb.test Bit type: fix for create_field::create_field(). 2005-04-14 14:32:25 +05:00
type_blob.test Merge 2005-04-05 19:45:34 -07: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
type_decimal.test A test case for Bug#5673 "Rounding problem in 4.0.21 inserting decimal 2005-04-28 13:06:36 +04:00
type_enum.test
type_float.test Merge embedded-server testing changes. 2005-04-01 16:43:35 -08:00
type_nchar.test
type_newdecimal.test decimal_div bug#9501 2005-03-31 17:46:36 +02:00
type_ranges.test Merge 2005-04-05 19:45:34 -07:00
type_set.test Fixed wrong memory references found by purify 2005-02-28 11:59:46 +02:00
type_time.test
type_timestamp.test Hand merge, which needs fixes. 2005-04-20 15:50:29 +02:00
type_uint.test
type_varchar.test A fix (Bug #9489: Problem with BIT_OR and MySQL 5.0.3) 2005-04-21 21:06:08 +05:00
type_year.test
union-master.opt
union.test merge 2005-04-11 15:11:52 +05:00
update.test Fix for BUG#9103: 2005-04-18 05:21:44 +04:00
user_limits.test Cleanup tests and results after merge from 4.1 of embedded 2005-04-04 12:43:58 -07:00
user_var-binlog.test Fix merge of tests that were split out of other test files 2005-04-04 16:34:24 -07:00
user_var.test Setting a variable to CAST(NULL as X) set the result type of the variable to X. (Bug #6598) 2005-04-30 03:14:42 +03:00
varbinary.test
variables-master.opt
variables.test Merge embedded server testing changes from 4.1. 2005-04-01 19:17:15 -08:00
view.test Fix for BUG#8490: In mysql_make_view for join algorithm views we need 2005-04-23 00:13:46 +04:00
view_grant.test Skip new test with embedded server 2005-04-04 17:08:12 -07:00
view_query_cache.test fixed QC invaluidation and processing with view (BUG#8050) (BUG#8054) 2005-01-27 14:21:37 +02:00
view_skip_grants-master.opt
view_skip_grants.test
warnings-master.opt
warnings.test Merge neptunus.(none):/home/msvensson/mysql/mysql-4.1 2005-03-23 13:25:31 +01:00
xa.test remove the rest of isam/merge references 2005-04-05 13:17:49 +02:00