diff --git a/addons/apecloud-mysql/config/mysql8-config-effect-scope.yaml b/addons/apecloud-mysql/config/mysql8-config-effect-scope.yaml index aed6f7954..6752ad3ae 100644 --- a/addons/apecloud-mysql/config/mysql8-config-effect-scope.yaml +++ b/addons/apecloud-mysql/config/mysql8-config-effect-scope.yaml @@ -557,11 +557,7 @@ immutableParameters: - core-file - datadir - default_authentication_plugin - - default_time_zone - disabled_storage_engines - - gtid_mode - - gtid_owned - - gtid_purged - init_file - innodb_data_file_path - innodb_data_home_dir @@ -583,48 +579,24 @@ immutableParameters: - log_bin_index - log_slave_updates - lower_case_file_system + - lower_case_table_names - mecab_rc_file - - mysqlx_bind_address - - mysqlx_port - - mysqlx_port_open_timeout - - mysqlx_socket - - mysqlx_ssl_ca - - mysqlx_ssl_capath - - mysqlx_ssl_cert - - mysqlx_ssl_crl - - mysqlx_ssl_crlpath - - mysqlx_ssl_key - open_files_limit - persisted_globals_load - - pid_file - - plugin_dir - - port - protocol_version - - relay_log - - relay-log - - relay_log_basename - - relay_log_index - - relay_log_info_file - - relay_log_space_limit - - report_host - - report_password - - report_port - - report_user + - plugin_dir - secure_file_priv - server_id - sha256_password_auto_generate_rsa_keys - sha256_password_private_key_path - sha256_password_public_key_path - skip_external_locking - - skip-slave-start - slave_load_tmpdir - - socket - ssl_key - - system_time_zone - thread_handling - tmpdir - validate_password_dictionary_file - version_comment - version_compile_machine - version_compile_os - - version_compile_zlib + - version_compile_zlib \ No newline at end of file diff --git a/addons/mysql/config/mysql5.7-config-constraint.cue b/addons/mysql/config/mysql5.7-config-constraint.cue index 35a8882bf..e4bc740d6 100644 --- a/addons/mysql/config/mysql5.7-config-constraint.cue +++ b/addons/mysql/config/mysql5.7-config-constraint.cue @@ -1096,6 +1096,9 @@ // The type of operating system on which MySQL was built.wait_timeout version_compile_os?: string + // Server current time zone + default_time_zone?: string + // other parameters // reference mysql parameters ... diff --git a/addons/mysql/config/mysql5.7-config-effect-scope.yaml b/addons/mysql/config/mysql5.7-config-effect-scope.yaml index e958e16d7..a2e7789d9 100644 --- a/addons/mysql/config/mysql5.7-config-effect-scope.yaml +++ b/addons/mysql/config/mysql5.7-config-effect-scope.yaml @@ -279,10 +279,14 @@ immutableParameters: - sha256_password_private_key_path - skip_external_locking - ssl_key + - server_id - thread_handling - tmpdir - version_compile_machine + - lower_case_file_system + - lower_case_table_names staticParameters: + - default_time_zone - back_log - bind_address - character_set_system @@ -335,8 +339,6 @@ staticParameters: - locked_in_memory - log_bin_basename - log_error - - lower_case_file_system - - lower_case_table_names - max_digest_length - myisam_mmap_size - myisam_recover_options diff --git a/addons/mysql/config/mysql8-config-effect-scope.yaml b/addons/mysql/config/mysql8-config-effect-scope.yaml index aed6f7954..e7625e208 100644 --- a/addons/mysql/config/mysql8-config-effect-scope.yaml +++ b/addons/mysql/config/mysql8-config-effect-scope.yaml @@ -33,7 +33,6 @@ staticParameters: - ft_stopword_file - gtid-mode - gtid_owned - - init_file - innodb_adaptive_hash_index_parts - innodb_autoinc_lock_mode - innodb_buffer_pool_chunk_size @@ -75,15 +74,11 @@ staticParameters: - innodb_use_native_aio - innodb_write_io_threads - large_pages - - log_bin - - log-bin - log_bin_basename - log_bin_index - log_bin_use_v1_row_events - log_error - log_slave_updates - - lower_case_file_system - - lower_case_table_names - master-info-repository - max_digest_length - mecab_rc_file @@ -146,7 +141,6 @@ staticParameters: - performance_schema_users_size - persisted_globals_load - pid_file - - plugin_dir - port - protocol_version - rds.optimized_writes @@ -557,11 +551,7 @@ immutableParameters: - core-file - datadir - default_authentication_plugin - - default_time_zone - disabled_storage_engines - - gtid_mode - - gtid_owned - - gtid_purged - init_file - innodb_data_file_path - innodb_data_home_dir @@ -583,44 +573,20 @@ immutableParameters: - log_bin_index - log_slave_updates - lower_case_file_system + - lower_case_table_names - mecab_rc_file - - mysqlx_bind_address - - mysqlx_port - - mysqlx_port_open_timeout - - mysqlx_socket - - mysqlx_ssl_ca - - mysqlx_ssl_capath - - mysqlx_ssl_cert - - mysqlx_ssl_crl - - mysqlx_ssl_crlpath - - mysqlx_ssl_key - open_files_limit - persisted_globals_load - - pid_file - - plugin_dir - - port - protocol_version - - relay_log - - relay-log - - relay_log_basename - - relay_log_index - - relay_log_info_file - - relay_log_space_limit - - report_host - - report_password - - report_port - - report_user + - plugin_dir - secure_file_priv - server_id - sha256_password_auto_generate_rsa_keys - sha256_password_private_key_path - sha256_password_public_key_path - skip_external_locking - - skip-slave-start - slave_load_tmpdir - - socket - ssl_key - - system_time_zone - thread_handling - tmpdir - validate_password_dictionary_file