mariadb/mysql-test/include
Michael Widenius 60ddf6f2b7 Fixes to allow one to compile and test innodb_plugin
If one compiles innodb_plugin, then the tests in suite/innodb_plugin will use the plugin. If not and xtradb is used, the tests will use xtradb.



mysql-test/include/have_innodb_plugin.inc:
  Test both for innodb_plugin and xtradb
mysql-test/include/have_real_innodb_plugin.inc:
  Test if we are using innodb_plugin (but not xtradb)
mysql-test/include/have_xtradb.inc:
  Test if xtradb is used
mysql-test/lib/mtr_cases.pm:
  Enable easy testing of innodb_plugin
mysql-test/mysql-test-run.pl:
  Added supression for difference between xtradb & innodb_plugin
mysql-test/suite/innodb_plugin/r/innodb-index-ip.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-index-xb.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-index.result:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-ip.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb-xb.result:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb.result:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/r/innodb_bug21704-xb.result:
  Test result differ for xtradb
mysql-test/suite/innodb_plugin/r/innodb_bug46000.result:
  Remove (not needed) error message not given by MariaDB
mysql-test/suite/innodb_plugin/r/innodb_bug49164-xb.result:
  Test result differs for xtradb
mysql-test/suite/innodb_plugin/r/innodb_bug49164.result:
  Update results
mysql-test/suite/innodb_plugin/r/innodb_bug53591.result:
  Remove (not needed) error message not given by MariaDB
mysql-test/suite/innodb_plugin/r/innodb_bug54679.result:
  Updated result file
mysql-test/suite/innodb_plugin/r/innodb_mysql.result:
  Updated result file
mysql-test/suite/innodb_plugin/t/disabled.def:
  Disable some tests that depends on newer version of XtraDB
mysql-test/suite/innodb_plugin/t/innodb-index-ip.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-index-xb.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-index.test:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-ip.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb-xb.test:
  Tests from innodb-index that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb.test:
  Move tests away that gave different results for innodb_plugin and xtradb
mysql-test/suite/innodb_plugin/t/innodb_bug21704-xb.test:
  Test result differ for xtradb
mysql-test/suite/innodb_plugin/t/innodb_bug21704.test:
  Test result differ for xtradb
mysql-test/suite/innodb_plugin/t/innodb_bug53591.test:
  Test results only makes sence for innodb_plugin (things works ok for xtradb)
sql/sql_table.cc:
  Don't set HA_CREATE_USED_ROW_FORMAT for create table (only for update_create_info) if ROW_FORMAT is not used.
storage/innodb_plugin/handler/ha_innodb.cc:
  Fixed wrong error message from innodb.
  This is needed as MariaDB properly handles errors from ha_index_init()
storage/xtradb/handler/ha_innodb.cc:
  Update base information for XtraDB so that one can use informationschema.plugins to check if one is using XtraDB
2010-08-04 00:26:17 +03:00
..
add_anonymous_users.inc
analyze-sync_with_master.test
analyze-timeout.test
big_test.inc
binlog_inject_error.inc Backport Bug#37148 to 5.1 2010-01-24 15:03:23 +08:00
check-testcase.test
check-warnings.test Merge with MySQL 5.1, with following additions: 2009-11-16 21:49:51 +01:00
check_concurrent_insert.inc A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
check_events_off.inc
check_no_concurrent_insert.inc A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
check_no_row_lock.inc A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
check_shared_row_lock.inc A 5.1-only version of fix for bug #46947 "Embedded SELECT 2010-05-28 00:07:40 +04:00
check_slave_is_running.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
check_slave_no_error.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
check_slave_param.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
check_var_limit.inc
circular_rpl_for_4_hosts_init.inc
circular_rpl_for_4_hosts_sync.inc
cleanup_fake_relay_log.inc
commit.inc BUG#28976 Mixing trans and non-trans tables in one transaction results in incorrect 2009-08-27 00:13:03 +01:00
common-tests.inc
concurrent.inc MySQL 5.1.38 after-merge fixes. 2009-09-15 08:08:54 +02:00
connect2.inc
count_sessions.inc 1. Slice of fix for Bug#42003 tests missing the disconnect of connections <> default 2009-02-02 22:20:25 +01:00
ctype_common.inc
ctype_filesort.inc
ctype_german.inc
ctype_innodb_like.inc
ctype_like_escape.inc
ctype_like_range_f1f2.inc
ctype_regex.inc
ddl_i18n.check_events.inc
ddl_i18n.check_sp.inc
ddl_i18n.check_triggers.inc
ddl_i18n.check_views.inc
deadlock.inc
default_my.cnf
default_mysqld.cnf Fixed compiler warnings and sporadic failures in test cases 2010-03-28 21:10:00 +03:00
default_ndbd.cnf Bug#39849 ndb tests fail sporadically on pushbuild: "out of connection objects" 2009-01-29 15:22:02 +01:00
delete_anonymous_users.inc
diff_master_slave.inc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 2009-03-27 13:19:50 +08:00
diff_tables.inc Revert Bug#48321 due to build breakage and failing tests. 2010-06-28 17:59:41 -03:00
endspace.inc
get_binlog_dump_thread_id.inc
get_relay_log_pos.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
gis_generic.inc
gis_keys.inc
grant_cache.inc Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
handler.inc Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
have_32bit.inc
have_64bit.inc
have_archive.inc
have_big5.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_binlog_format_mixed.inc
have_binlog_format_mixed_or_row.inc
have_binlog_format_mixed_or_statement.inc
have_binlog_format_row.inc
have_binlog_format_row_or_statement.inc
have_binlog_format_statement.inc
have_blackhole.inc
have_case_insensitive_file_system.inc
have_case_insensitive_fs.inc Bug#41049 does syntax "grant" case insensitive? 2009-10-27 12:09:19 +04:00
have_case_sensitive_file_system.inc
have_collation.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_community_features.inc Pull 5.1 treatment of community features into 5.0. 2009-05-05 17:03:23 -04:00
have_compress.inc
have_cp866.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_cp932.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_cp1250_ch.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_cp1251.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_crypt.inc
have_csv.inc
have_debug.inc
have_debug_sync.inc WL#4259 - Debug Sync Facility 2009-09-29 17:38:40 +02:00
have_dynamic_loading.inc Bug#45605: ps_not_windows.test fails: 2009-09-04 17:02:17 -03:00
have_eucjpms.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_euckr.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_example_plugin.inc fixed for mysql-test-run to 2010-06-10 11:11:52 +02:00
have_exampledb.inc
have_gb2312.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_gbk.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_geometry.inc
have_innodb.inc
have_innodb_plugin.inc Fixes to allow one to compile and test innodb_plugin 2010-08-04 00:26:17 +03:00
have_koi8r.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_latin2_ch.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_local_infile.inc
have_log_bin.inc
have_lowercase0.inc
have_lowercase1.inc
have_lowercase2.inc
have_maria.inc
have_multi_ndb.inc
have_mysql_upgrade.inc BUG#43579 mysql_upgrade tries to alter log tables on replicated database 2009-09-28 14:24:19 +08:00
have_ndb.inc
have_ndb_extra.inc
have_ndbapi_examples.inc
have_not_innodb_plugin.inc Bug#32430: 'show innodb status' causes errors 2009-09-25 11:26:49 +02:00
have_outfile.inc
have_partition.inc
have_pbxt.inc Fix Valgrind errors seen in buildbot. 2009-04-08 18:55:26 +02:00
have_pool_of_threads.inc Added "pool-of-threads" handling (with libevent) 2009-03-13 00:27:35 +02:00
have_query_cache.inc
have_real_innodb_plugin.inc Fixes to allow one to compile and test innodb_plugin 2010-08-04 00:26:17 +03:00
have_simple_parser.inc fixed for mysql-test-run to 2010-06-10 11:11:52 +02:00
have_sjis.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_ssl.inc
have_symlink.inc
have_tis620.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_ucs2.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_udf.inc fixed for mysql-test-run to 2010-06-10 11:11:52 +02:00
have_ujis.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_utf8.inc Fix test suite so that it works when doing configure --without-uca 2009-12-27 15:54:41 +02:00
have_working_dns.inc MBug#443092: test cases mysql and mysql_upgrade fails with wildcard DNS 2009-10-05 15:22:23 +02:00
have_xtradb.inc Fixes to allow one to compile and test innodb_plugin 2010-08-04 00:26:17 +03:00
index_merge1.inc automerge 2009-06-15 17:36:51 +03:00
index_merge2.inc XtraDB 8 after-merge fixes: fix forgotten manual merge of patch file. 2009-11-14 02:15:03 +01:00
index_merge_2sweeps.inc
index_merge_ror.inc
index_merge_ror_cpk.inc
innodb-index.inc XtraDB after-merge fixes. 2009-06-09 15:19:13 +02:00
innodb_rollback_on_timeout.inc
innodb_trx_weight.inc
is_embedded.inc
kill_query.inc Post fix for bug#45520 2009-12-10 11:44:19 +08:00
kill_query_and_diff_master_slave.inc BUG#37145 Killing a statement doing DDL may log binlog event with error code 1053 2009-03-27 13:19:50 +08:00
linux_sys_vars.inc
load_sysvars.inc
loaddata_autocom.inc
maria_empty_logs.inc Removed compiler warnings 2010-04-07 01:47:08 +03:00
maria_make_snapshot.inc Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
maria_make_snapshot_for_comparison.inc
maria_make_snapshot_for_feeding_recovery.inc Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
maria_verify_recovery.inc Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
master-slave-end.inc BUG#37051 Replication rules not evaluated correctly 2009-03-05 18:10:44 +08:00
master-slave-reset.inc
master-slave.inc
min_null_cond.inc Post-push fix to disable a subset of the test case for Bug#47762. 2010-03-19 09:23:44 +01:00
mix1.inc Bug#47746 - main.innodb_mysql fails sporadically: 2009-10-05 15:16:27 +02:00
mix2.inc Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
mix2_ucs2.inc
mtr_check.sql Test suite fixes: 2009-10-04 01:20:51 +02:00
mtr_warnings.sql Merge with MySQL 5.1.47 2010-05-26 21:55:40 +03:00
mysqladmin_shutdown.inc
mysqlbinlog_row_engine.inc
mysqldump.inc Bug#40465 - mysqldump.test does no checking of dump or restore 2009-05-22 10:38:17 -04:00
mysqlhotcopy.inc Patch for bug#52913: Inserted check if mysqlhotcopy script is existing as requested by review. DIsabled the test until bug#54129 will befixed. 2010-06-04 10:53:18 +02:00
mysqltest-x.inc
ndb_backup.inc merge 5.0 -> 5.1 2009-03-15 18:39:48 -04:00
ndb_backup_print.inc
ndb_default_cluster.inc
ndb_master-slave.inc
ndb_master-slave_2ch.inc
ndb_not_readonly.inc
ndb_restore_master.inc
ndb_restore_slave_eoption.inc
ndb_setup_slave.inc
ndb_wait_connected.inc
no_running_event_scheduler.inc
no_running_events.inc
no_valgrind_without_big.inc Don't run funcs_1/myisam_views test case under valgrind, unless 2009-06-09 11:36:14 -03:00
not_as_root.inc
not_binlog_format_row.inc Bug #51049: main.bug39022 fails in mysql-trunk-merge 2010-02-18 10:48:15 +02:00
not_embedded.inc
not_ndb.inc
not_ndb_default.inc
not_openssl.inc
not_staging.inc Add include files required for --staging-run 2009-06-05 18:36:14 +03:00
not_valgrind.inc
not_windows.inc
not_windows_embedded.inc Bug#47801 The plugin test fails with the Embedded Server on Windows 2009-10-08 10:39:15 +02:00
one_thread_per_connection.inc
parser_bug21114.inc
partition_date_range.inc post push fix for bug#20577 and bug#46362, disabling warnings 2009-09-01 14:53:27 +02:00
ps_conv.inc Fix Windows test failures in binlog tests in certain time zones. 2010-01-19 11:36:52 +01:00
ps_create.inc
ps_ddl_1.inc
ps_modify.inc Bug #39265: fix for the bug 33699 should be reverted 2009-02-05 13:49:32 +04:00
ps_modify1.inc
ps_query.inc
ps_renew.inc
query_cache.inc Fix for Bug#42308 Several server tests do not pass MTR's --check option 2009-05-15 12:15:56 +02:00
query_cache_sql_prepare.inc
read_many_rows.inc Bug#37635: Test read_many_rows_innodb is failing w/ wrong error message (lock_wait_timeout) 2009-10-11 11:06:55 +02:00
report-features.test
reset_master_and_slave.inc
restart_mysqld.inc
rowid_order.inc
rpl_events.inc Bug#30128: The reason that sometimes events were executed because without STARTS 2009-01-21 18:48:12 +03:00
rpl_loaddata_charset.inc Manual Merge 2009-08-12 13:31:56 +08:00
rpl_multi_engine.inc
rpl_multi_engine2.inc
rpl_multi_engine3.inc
rpl_stmt_seq.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
rpl_udf.inc fixed for mysql-test-run to 2010-06-10 11:11:52 +02:00
running_event_scheduler.inc
safe_set_to_maybe_ro_var.inc
select_ndb_apply_status.inc
set_binlog_format_mixed.sql
set_binlog_format_row.sql
set_binlog_format_statement.sql
setup_fake_relay_log.inc BUG#47639: The rpl_binlog_corruption test fails on Windows 2010-02-02 15:16:47 +00:00
show_binary_logs.inc
show_binlog_events.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
show_binlog_events2.inc
show_binlog_using_logname.inc
show_master_logs.inc
show_master_status.inc
show_msg.inc
show_msg80.inc
show_rpl_debug_info.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
show_slave_status.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
sp-vars.inc
start_slave.inc BUG#37051 Replication rules not evaluated correctly 2009-03-05 18:10:44 +08:00
stop_slave.inc BUG#37051 Replication rules not evaluated correctly 2009-03-05 18:10:44 +08:00
strict_autoinc.inc
sync_slave_io_with_master.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
system_db_struct.inc
test_fieldsize.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
test_outfile.inc
testdb_only.inc
tpcb.inc
tpcb_disk_data.inc
truncate_file.inc BUG #28421 Infinite loop on slave relay logs 2010-01-08 13:42:23 +08:00
unsafe_binlog.inc
uses_vardir.inc
varchar.inc Fix test cases after merge of XtraDB into MariaDB. 2009-06-18 14:39:21 +02:00
view_alias.inc Bug#40277: SHOW CREATE VIEW returns invalid SQL 2010-03-09 07:36:26 -03:00
wait_condition.inc
wait_condition_sp.inc
wait_for_binlog_event.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_query_to_succeed.inc Reviewed fix for bug#40882: Replaced "sleep 1" by wait_condition, added save/restore start values and closed open sessions. When trying to use "wait_for_query_to_succeed" a type has been fixed, also in "rename.test": Added session count and check and replaced error numbers. 2009-02-11 10:27:52 +01:00
wait_for_slave_io_error.inc Postfix for BUG#49741 2010-05-28 10:57:45 +08:00
wait_for_slave_io_to_start.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
wait_for_slave_io_to_stop.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
wait_for_slave_param.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_slave_sql_error.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_slave_sql_error_and_skip.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_for_slave_sql_to_start.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
wait_for_slave_sql_to_stop.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
wait_for_slave_to_start.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
wait_for_slave_to_stop.inc BUG#37718: rpl.rpl_stm_mystery22 fails sporadically on pushbuild 2009-01-09 15:12:31 +01:00
wait_for_status_var.inc Merge with MySQL 5.1.49 2010-08-02 12:01:24 +03:00
wait_show_condition.inc Bug #42419: test suite fix 2009-02-20 11:12:06 +02:00
wait_until_connected_again.inc Merge with base MySQL 5.1 2009-02-15 12:58:34 +02:00
wait_until_count_sessions.inc Bug #49741 test files contain explicit references to bin/relay-log positions 2010-05-24 21:54:08 +08:00
wait_until_disconnected.inc Fix for bug #43801: mysql.test takes too long, fails due to 2009-03-24 23:44:38 +03:00
wait_until_rows_count.inc
windows.inc
windows_sys_vars.inc