mirror of
https://github.com/MariaDB/server.git
synced 2025-04-18 05:05:32 +02:00
WL#4681: Took the system variable tests out of the main test suite, put them into "sys_vars", updated some reult files and tests.
This commit is contained in:
parent
ba816c14a9
commit
357b500940
520 changed files with 30 additions and 51 deletions
mysql-test/suite/sys_vars
inc
r
auto_commit_basic.resultauto_increment_increment_basic.resultauto_increment_increment_func.resultauto_increment_offset_basic.resultauto_increment_offset_func.resultautocommit_func.resultautomatic_sp_privileges_basic.resultautomatic_sp_privileges_func.resultbasedir_basic.resultbig_tables_basic.resultbinlog_format_basic.resultcharacter_set_client_basic.resultcharacter_set_client_func.resultcharacter_set_connection_basic.resultcharacter_set_connection_func.resultcharacter_set_database_basic.resultcharacter_set_database_func.resultcharacter_set_filesystem_basic.resultcharacter_set_results_basic.resultcharacter_set_results_func.resultcharacter_set_server_basic.resultcharacter_set_server_func.resultcharacter_set_system_basic.resultcollation_connection_basic.resultcollation_connection_func.resultcollation_database_basic.resultcollation_database_func.resultcollation_server_basic.resultcollation_server_func.resultcompletion_type_basic.resultcompletion_type_func.resultconcurrent_insert_basic.resultconcurrent_insert_func.resultconnect_timeout_basic.resultdatadir_basic.resultdefault_week_format_basic.resultdefault_week_format_func.resultdelay_key_write_basic.resultdelay_key_write_func.resultdelayed_insert_limit_func.resultdelayed_insert_timeout_basic.resultdiv_precision_increment_basic.resultdiv_precision_increment_func.resultengine_condition_pushdown_basic.resulterror_count_basic.resultevent_scheduler_basic.resultevent_scheduler_func.resultexpire_logs_days_basic.resultflush_basic.resultforeign_key_checks_basic.resultforeign_key_checks_func.resultft_boolean_syntax_basic.resultft_boolean_syntax_func.resultgeneral_log_basic.resultgeneral_log_file_basic.resultgeneral_log_file_func.resultgeneral_log_func.resultgroup_concat_max_len_basic.resultgroup_concat_max_len_func.resulthave_compress_basic.resulthave_crypt_basic.resulthave_csv_basic.resulthave_dynamic_loading_basic.resulthave_geometry_basic.resulthave_innodb_basic.resulthave_ndbcluster_basic.resulthave_openssl_basic.resulthave_partitioning_basic.resulthave_query_cache_basic.resulthave_rtree_keys_basic.resulthave_ssl_basic.resulthave_symlink_basic.resulthostname_basic.resultidentity_basic.resultidentity_func.resultinit_connect_basic.resultinit_slave_basic.resultinnodb_additional_mem_pool_size_basic.resultinnodb_autoextend_increment_basic.resultinnodb_autoinc_lock_mode_basic.resultinnodb_autoinc_lock_mode_func.resultinnodb_buffer_pool_size_basic.resultinnodb_checksums_basic.resultinnodb_commit_concurrency_basic.resultinnodb_data_file_path_basic.resultinnodb_data_home_dir_basic.resultinnodb_doublewrite_basic.resultinnodb_fast_shutdown_basic.resultinnodb_file_io_threads_basic.resultinnodb_file_per_table_basic.resultinnodb_flush_log_at_trx_commit_basic.resultinnodb_flush_method_basic.resultinnodb_force_recovery_basic.resultinnodb_lock_wait_timeout_basic.resultinnodb_locks_unsafe_for_binlog_basic.resultinnodb_log_buffer_size_basic.result
|
@ -36,7 +36,6 @@
|
|||
###############################################################################
|
||||
|
||||
SET @start_value = @@global.query_cache_size;
|
||||
SELECT @start_value;
|
||||
|
||||
--echo '#--------------------FN_DYNVARS_133_01------------------------#'
|
||||
###############################################################################
|
||||
|
@ -53,7 +52,7 @@ SELECT @@global.query_cache_size;
|
|||
###############################################
|
||||
|
||||
SET @@global.query_cache_size = @start_value;
|
||||
SELECT @@global.query_cache_size = 0;
|
||||
SELECT @@global.query_cache_size = @start_value;
|
||||
|
||||
--echo '#--------------------FN_DYNVARS_133_03------------------------#'
|
||||
################################################################################
|
||||
|
@ -167,7 +166,6 @@ SELECT query_cache_size = @@session.query_cache_size;
|
|||
##############################
|
||||
|
||||
SET @@global.query_cache_size = @start_value;
|
||||
SELECT @@global.query_cache_size;
|
||||
|
||||
########################################################################
|
||||
# END OF query_cache_size TESTS #
|
||||
|
|
|
@ -18,8 +18,8 @@
|
|||
# * Scope & Access method #
|
||||
# * Data Integrity #
|
||||
# #
|
||||
# Reference: http://dev.mysql.com/doc/refman/5.1/en/ #
|
||||
# server-system-variables.html #
|
||||
# Reference: #
|
||||
# http://dev.mysql.com/doc/refman/5.1/en/server-system-variables.html #
|
||||
# #
|
||||
###############################################################################
|
||||
|
||||
|
@ -102,9 +102,10 @@ SET @@timestamp = 9999999999999999999999;
|
|||
# Check if the value in SESSION Table matches value in variable #
|
||||
#########################################################################
|
||||
|
||||
SELECT @@timestamp = VARIABLE_VALUE
|
||||
FROM INFORMATION_SCHEMA.SESSION_VARIABLES
|
||||
WHERE VARIABLE_NAME='timestamp';
|
||||
# disabled due to bug#41584
|
||||
#SELECT @@timestamp = VARIABLE_VALUE
|
||||
#FROM INFORMATION_SCHEMA.SESSION_VARIABLES
|
||||
#WHERE VARIABLE_NAME='timestamp';
|
||||
|
||||
--echo '#---------------------FN_DYNVARS_001_08-------------------------#'
|
||||
#############################################################################
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Reference in a new issue