mariadb/mysql-test/suite/sys_vars/t
Alexander Barkov 8994fad85d Backporting WL#1213
config/ac-macros/character_sets.m4:
  - Adding configure definitions for utf8mb4, utf16, utf32
include/config-win.h:
  - Enabling utf8mb4, utf16, utf32 in Windows build
include/m_ctype.h:
  - Adding new flags
  - Adding new shared functions prototypes
mysql-test/include/ctype_datetime.inc:
  - Adding test to check that datetime functions
    work with "real" multibyte character sets.
mysql-test/include/ctype_like.inc:
  - Adding LIKE tests
mysql-test/include/have_utf16.inc:
  New file
mysql-test/include/have_utf32.inc:
  New file
mysql-test/include/have_utf8mb4.inc:
  New file
mysql-test/r/ctype_ldml.result:
  - Adding tests for utf8mb4, utf16, utf32
mysql-test/r/ctype_many.result:
  - Adding tests to check superset/subset relations
    between all Unicode character sets.
mysql-test/r/ctype_utf16.result:
  New file
mysql-test/r/ctype_utf16_uca.result:
  New file
mysql-test/r/ctype_utf32.result:
  New file
mysql-test/r/ctype_utf32_uca.result:
  New file
mysql-test/r/ctype_utf8.result:
  - Adding tests for utf8mn3 alias
mysql-test/r/ctype_utf8mb4.result:
  - Adding tests for utf8mb4
mysql-test/r/have_utf16.require:
  New file
mysql-test/r/have_utf32.require:
  New file
mysql-test/r/have_utf8mb4.require:
  New file
mysql-test/std_data/Index.xml:
  - Adding tests for loadable utf8m4, utf16, utf32 collations
mysql-test/suite/sys_vars/r/character_set_client_basic.result:
  - Adding tests for utf16, utf32.
  - Fixing new number of character sets
mysql-test/suite/sys_vars/r/character_set_connection_basic.result:
  - Fixing new number of character sets
mysql-test/suite/sys_vars/r/character_set_database_basic.result:
  - Fixing new number of character sets
mysql-test/suite/sys_vars/r/character_set_filesystem_basic.result:
  - Fixing new number of character sets
mysql-test/suite/sys_vars/r/character_set_results_basic.result:
  - Fixing new number of character sets
mysql-test/suite/sys_vars/t/character_set_client_basic.test:
  - Adding tests for new character sets
mysql-test/suite/sys_vars/t/character_set_connection_basic.test:
  - Adding dependency on utf8mb4, utf16, utf32
mysql-test/suite/sys_vars/t/character_set_database_basic.test:
  - Adding dependency on utf8mb4, utf16, utf32
mysql-test/suite/sys_vars/t/character_set_filesystem_basic.test:
  - Adding dependency on utf8mb4, utf16, utf32
mysql-test/suite/sys_vars/t/character_set_results_basic.test:
  - Adding dependency on utf8mb4, utf16, utf32
mysql-test/t/ctype_ldml.test:
  - Adding tests for dynamic utf8mb4, utf16, utf32 collations
mysql-test/t/ctype_many.test:
  - Adding tests to check superset/subset relations
    between all Unicode character sets
mysql-test/t/ctype_utf16.test:
  New file
mysql-test/t/ctype_utf16_uca.test:
  New file
mysql-test/t/ctype_utf32.test:
  New file
mysql-test/t/ctype_utf32_uca.test:
  New file
mysql-test/t/ctype_utf8.test:
  - Adding tests for utf8mb4 alias
mysql-test/t/ctype_utf8mb4.test:
  New file
mysys/charset-def.c:
  - Adding initialization of utf8mb4, utf16, utf32 built-int collations
mysys/charset.c:
  - Adding initialization of utf8mb4, utf16, utf32 dynamic collations
sql/field.cc:
  - Fixing "truncated" error with datetime functions:
    Force conversion in case of non-ascii character sets.
sql/item.cc:
  - Adding superset/subset relation check for utf8mb4/utf8
sql/item_strfunc.cc:
  - Fixing a problem with CHAR(x USING utf32)
sql/sql_string.cc:
  - Fixing problems with zero padding for UTF32
sql/sql_table.cc:
  - Fixing buffer size, to make utf32 comma fit.
strings/ctype-mb.c:
  - Making handlers for multi-byte binary collations public
strings/ctype-uca.c:
  - Adding definitions for utf8mb4, utf16, utf32 UCA collations
strings/ctype-ucs2.c:
  - Adding functions which are shared between ucs2, utf16, utf32
  - Ading utf16 implementation
  - Adding utf32 implementation
strings/ctype-utf8.c:
  - Adding functions shared between utf8 and utf8mb4
  - Adding implementation of utf8mb4
2010-02-24 13:15:34 +04:00
..
all_vars-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
all_vars.test Fixes to PB failiurs 2010-02-03 09:11:16 -08:00
auto_increment_increment_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
auto_increment_increment_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
auto_increment_offset_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
auto_increment_offset_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
autocommit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
autocommit_func.test Merge next-mr -> next-4284. 2010-02-03 03:06:42 +03:00
automatic_sp_privileges_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
automatic_sp_privileges_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
back_log_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
basedir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
big_tables_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
binlog_cache_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
binlog_cache_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
binlog_direct_non_transactional_updates_basic.test Manual merge of patch for Bug#46364 from mysql-next-mr-bugfixing. 2010-02-02 10:56:42 +03:00
binlog_format_basic.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
bulk_insert_buffer_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
bulk_insert_buffer_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
character_set_client_basic.test Backporting WL#1213 2010-02-24 13:15:34 +04:00
character_set_client_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
character_set_connection_basic.test Backporting WL#1213 2010-02-24 13:15:34 +04:00
character_set_connection_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
character_set_database_basic.test Backporting WL#1213 2010-02-24 13:15:34 +04:00
character_set_database_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
character_set_filesystem_basic.test Backporting WL#1213 2010-02-24 13:15:34 +04:00
character_set_filesystem_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
character_set_results_basic.test Backporting WL#1213 2010-02-24 13:15:34 +04:00
character_set_results_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
character_set_server_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
character_set_server_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
character_set_system_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
character_sets_dir_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
collation_connection_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
collation_connection_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
collation_database_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
collation_database_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
collation_server_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
collation_server_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
completion_type_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
completion_type_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
concurrent_insert_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
concurrent_insert_func.test Merge next-mr -> next-4284. 2010-02-03 14:09:36 +03:00
connect_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
datadir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
date_format_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
datetime_format_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
debug_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
debug_sync_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
default_storage_engine_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
default_week_format_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
default_week_format_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
delay_key_write_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
delay_key_write_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
delay_key_write_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
delayed_insert_limit_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
delayed_insert_limit_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
delayed_insert_limit_func.test Manual merge from mysql-next-mr. 2010-02-15 14:16:49 +03:00
delayed_insert_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
delayed_queue_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
delayed_queue_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
disabled.def WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
div_precision_increment_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
div_precision_increment_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
engine_condition_pushdown_basic.test WL#5197 "Move @@engine_condition_pushdown to @@optimizer_switch" 2010-01-06 11:54:45 +01:00
error_count_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
event_scheduler_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
expire_logs_days_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
flush_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
flush_time_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
foreign_key_checks_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
foreign_key_checks_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_boolean_syntax_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_boolean_syntax_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_max_word_len_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_min_word_len_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_query_expansion_limit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ft_stopword_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
general_log_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
general_log_file_basic-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
general_log_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
general_log_file_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
general_log_file_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
general_log_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
group_concat_max_len_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
group_concat_max_len_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_compress_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_crypt_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_csv_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_dynamic_loading_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_geometry_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_innodb_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_ndbcluster_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_openssl_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_partitioning_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_profiling_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
have_query_cache_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_rtree_keys_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_ssl_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
have_symlink_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
hostname_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
identity_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
identity_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
identity_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
ignore_builtin_innodb_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
init_connect_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
init_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
init_slave_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_adaptive_flushing_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_adaptive_hash_index_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_additional_mem_pool_size_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_autoextend_increment_basic.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
innodb_autoinc_lock_mode_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_autoinc_lock_mode_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_autoinc_lock_mode_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
innodb_buffer_pool_size_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_change_buffering_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_checksums_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
innodb_commit_concurrency_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_concurrency_tickets_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_data_file_path_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_data_home_dir_basic.test Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
innodb_doublewrite_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
innodb_fast_shutdown_basic.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
innodb_file_format_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_file_format_check_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_file_io_threads_basic.test Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009) 2009-02-17 13:24:09 +01:00
innodb_file_per_table_basic.test Fixes to tests and their results, to account for differences between InnoDB 1.0.4 and the old builtin. 2009-08-07 22:04:53 +02:00
innodb_flush_log_at_trx_commit_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_flush_method_basic.test Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
innodb_force_recovery_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_io_capacity_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_lock_wait_timeout_basic.test Fixes to tests and their results, to account for differences between InnoDB 1.0.4 and the old builtin. 2009-08-07 22:04:53 +02:00
innodb_locks_unsafe_for_binlog_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
innodb_log_buffer_size_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_log_file_size_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_log_files_in_group_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_log_group_home_dir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_max_dirty_pages_pct_basic.test Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009) 2009-02-17 13:24:09 +01:00
innodb_max_dirty_pages_pct_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
innodb_max_purge_lag_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_mirrored_log_groups_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_old_blocks_pct_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_old_blocks_time_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_open_files_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_read_ahead_threshold_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_read_io_threads_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_replication_delay_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_rollback_on_timeout_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
innodb_spin_wait_delay_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_stats_on_metadata_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_stats_sample_pages_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_strict_mode_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_support_xa_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_support_xa_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
innodb_sync_spin_loops_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_table_locks_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
innodb_table_locks_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
innodb_thread_concurrency_basic.test Merged Performance Version 0.2.1 with latest 5.1 tree (last push 11 feb 14.01.13 2009) 2009-02-17 13:24:09 +01:00
innodb_thread_sleep_delay_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_use_sys_malloc_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_version_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
innodb_write_io_threads_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
insert_id_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
insert_id_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
interactive_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
interactive_timeout_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
join_buffer_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
join_buffer_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
keep_files_on_create_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
key_buffer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
key_buffer_size_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
key_cache_age_threshold_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
key_cache_age_threshold_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
key_cache_block_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
key_cache_division_limit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
large_files_support_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
large_page_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
large_pages_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
last_insert_id_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
last_insert_id_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
last_insert_id_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
lc_messages_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
lc_messages_dir_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
lc_time_names_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
lc_time_names_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
license_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
local_infile_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
local_infile_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
lock_wait_timeout_basic.test Bug #45225 Locking: hang if drop table with no timeout 2010-02-11 11:23:39 +01:00
locked_in_memory_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_trust_function_creators_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_bin_trust_function_creators_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
log_error_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_output_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_output_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
log_queries_not_using_indexes_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_slave_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
log_slow_queries_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
log_warnings_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
log_warnings_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
long_query_time_basic.test Manual merge of WL#4738 from mysql-next-mr: 2009-12-28 15:54:16 +03:00
low_priority_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
lower_case_file_system_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
lower_case_table_names_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
max_allowed_packet_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_allowed_packet_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
max_binlog_cache_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_binlog_cache_size_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
max_binlog_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_connect_errors_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_connect_errors_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_connections_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_delayed_threads_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_error_count_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_heap_table_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_insert_delayed_threads_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_join_size_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
max_join_size_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
max_length_for_sort_data_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_prepared_stmt_count_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_prepared_stmt_count_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
max_relay_log_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_seeks_for_key_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_seeks_for_key_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_seeks_for_key_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
max_sort_length_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_sort_length_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
max_sp_recursion_depth_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_sp_recursion_depth_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
max_tmp_tables_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_tmp_tables_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_user_connections_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
max_user_connections_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
max_write_lock_count_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
max_write_lock_count_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
maximum_basic-master.opt WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
maximum_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
min_examined_row_limit_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
min_examined_row_limit_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
multi_range_count_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
multi_range_count_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_data_pointer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_data_pointer_size_func.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_max_sort_file_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_max_sort_file_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_mmap_size_basic.test 32-bit fix 2009-12-22 12:05:51 +01:00
myisam_recover_options_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_repair_threads_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_repair_threads_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_sort_buffer_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_sort_buffer_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
myisam_stats_method_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
myisam_stats_method_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
myisam_use_mmap_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
named_pipe_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
ndb_log_update_as_write_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
ndb_log_updated_only_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
net_buffer_length_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
net_read_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
net_retry_count_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
net_retry_count_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
net_write_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
new_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
old_alter_table_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
old_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
old_passwords_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
old_passwords_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
open_files_limit_basic.test don't show the value of open_files_limit 2009-12-26 09:35:42 +01:00
optimizer_prune_level_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
optimizer_search_depth_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
optimizer_switch_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
performance_schema_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
performance_schema_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_long_size_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_long_size_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_size_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_events_waits_history_size_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_classes_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_cond_instances_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_classes_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_handles_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_handles_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_file_instances_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_classes_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_mutex_instances_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_classes_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_rwlock_instances_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_handles_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_handles_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_table_instances_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_classes_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_classes_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_instances_basic-master.opt WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pfs_max_thread_instances_basic.test WL#2360 Performance schema 2010-01-06 22:42:07 -07:00
pid_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
plugin_dir_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
port_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
preload_buffer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
profiling_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
profiling_history_size_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
protocol_version_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
pseudo_thread_id_basic.test Corrections to pseudi_thread_id_basic test (WL4738) 2010-02-04 12:14:51 -08:00
query_alloc_block_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_alloc_block_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_limit_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_limit_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_limit_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
query_cache_min_res_unit_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_min_res_unit_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
query_cache_type_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
query_cache_type_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
query_cache_wlock_invalidate_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
query_cache_wlock_invalidate_func.test Merge next-mr -> next-4284. 2010-02-03 14:09:36 +03:00
query_prealloc_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
query_prealloc_size_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
rand_seed1_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rand_seed2_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
range_alloc_block_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
range_alloc_block_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
read_buffer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
read_only_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
read_only_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
read_rnd_buffer_size_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_index_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_info_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
relay_log_purge_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
relay_log_recovery_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
relay_log_space_limit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_host_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_password_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_port_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
report_user_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
rpl_init_slave_func.test Fixes one more failure in gcov run: 2010-01-12 23:22:34 +00:00
rpl_max_binlog_size_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
rpl_max_binlog_size_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
rpl_recovery_rank_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
rpl_recovery_rank_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
rpl_semi_sync_master_enabled_basic-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rpl_semi_sync_master_enabled_basic.test Prohibit running semi-sync rpl tests in the embedded mode. 2010-02-16 13:12:08 +03:00
rpl_semi_sync_master_timeout_basic-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rpl_semi_sync_master_timeout_basic.test Prohibit running semi-sync rpl tests in the embedded mode. 2010-02-16 13:12:08 +03:00
rpl_semi_sync_master_trace_level_basic-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rpl_semi_sync_master_trace_level_basic.test Prohibit running semi-sync rpl tests in the embedded mode. 2010-02-16 13:12:08 +03:00
rpl_semi_sync_master_wait_no_slave_basic-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rpl_semi_sync_master_wait_no_slave_basic.test Prohibit running semi-sync rpl tests in the embedded mode. 2010-02-16 13:12:08 +03:00
rpl_semi_sync_slave_enabled_basic-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rpl_semi_sync_slave_enabled_basic.test Prohibit running semi-sync rpl tests in the embedded mode. 2010-02-16 13:12:08 +03:00
rpl_semi_sync_slave_trace_level_basic-master.opt Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
rpl_semi_sync_slave_trace_level_basic.test Prohibit running semi-sync rpl tests in the embedded mode. 2010-02-16 13:12:08 +03:00
secure_auth_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
secure_auth_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
secure_auth_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
secure_file_priv_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
server_id_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
shared_memory_base_name_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
shared_memory_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_external_locking_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_networking_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
skip_show_database_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_allow_batching_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_compressed_protocol_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
slave_exec_mode_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_load_tmpdir_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_net_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_skip_errors_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slave_transaction_retries_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
slave_transaction_retries_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
slave_type_conversions_basic.test Makes slave_type_conversions_basic to be skipped in embedded 2010-01-13 08:29:23 +00:00
slow_launch_time_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slow_launch_time_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
slow_query_log_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
slow_query_log_file_basic-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
slow_query_log_file_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
slow_query_log_file_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
slow_query_log_file_func.test merge: 5.1 -> 5.1-rpl-merge 2009-01-29 17:59:46 +01:00
slow_query_log_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
socket_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sort_buffer_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
sort_buffer_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
sql_auto_is_null_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_big_selects_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_big_selects_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_big_tables_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_big_tables_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_buffer_result_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_buffer_result_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_log_bin_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_log_off_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_log_off_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_log_update_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
sql_low_priority_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_low_priority_updates_func.test Merge next-mr -> next-4284. 2010-02-03 03:06:42 +03:00
sql_max_join_size_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
sql_max_join_size_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_mode_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_mode_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_notes_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_notes_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_quote_show_create_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_quote_show_create_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_safe_updates_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_safe_updates_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_select_limit_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
sql_select_limit_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
sql_slave_skip_counter_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_warnings_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sql_warnings_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
ssl_ca_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
ssl_capath_basic.test Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
ssl_cert_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
ssl_cipher_basic.test Bug #42778: delete order by null global variable causes 2009-05-22 01:22:46 +05:00
ssl_key_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
storage_engine_basic-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
storage_engine_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_binlog_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_frm_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
sync_master_info_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_relay_log_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
sync_relay_log_info_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
system_time_zone_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
table_definition_cache_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
table_open_cache_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
thread_cache_size_basic.test Modified and added tests following review of WL#4738. 2010-01-28 22:33:00 -08:00
thread_cache_size_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
thread_concurrency_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
thread_handling_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
thread_stack_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
time_format_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
time_zone_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
time_zone_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
timed_mutexes_basic.test This is a backport of the two patches for Bug #28299: 2009-10-09 15:34:07 +02:00
timestamp_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
timestamp_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
timestamp_sysdate_is_now_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
timestamp_sysdate_is_now_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
tmp_table_size_basic.test Fix for Bug#36878 after review by Matthias: Only one line in the result files of 32 bit and 64 bit platforms differed and made problems on 64 bit machine with 32 bit mysqld. The removal of the separation into 32 bit and 64 bit versions of that test fixes also this problem. 2008-12-05 16:43:13 +01:00
tmpdir_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
transaction_alloc_block_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
transaction_alloc_block_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
transaction_prealloc_size_basic_32.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
transaction_prealloc_size_basic_64.test Final fix for bug#36522 in 5.1. This new fix was necessary due to fix of bug 37708. 2008-07-23 16:06:44 +02:00
tx_isolation_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
tx_isolation_func-master.opt WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
tx_isolation_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
unique_checks_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
updatable_views_with_limit_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
updatable_views_with_limit_func.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_comment_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_compile_machine_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
version_compile_os_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00
wait_timeout_basic.test WL#4738 streamline/simplify @@variable creation process 2009-12-22 10:35:56 +01:00
wait_timeout_func.test Reviewed fix for bug#37962 also including the revised result files for failing system variable tests. 2009-03-20 18:11:22 +01:00
warning_count_basic.test WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests. 2008-12-19 16:03:32 +01:00