1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

rename binlog_dbug_fsync_sleep -> debug_binlog_fsync_sleep

This commit is contained in:
Sergei Golubchik
2011-11-03 13:00:25 +01:00
parent fb43946dad
commit 6c27730adb
4 changed files with 12 additions and 20 deletions

View File

@ -2163,7 +2163,7 @@ extern ulong query_buff_size;
extern ulong max_prepared_stmt_count, prepared_stmt_count;
extern ulong binlog_cache_size, open_files_limit;
extern ulonglong max_binlog_cache_size;
extern ulong max_binlog_size, max_relay_log_size;
extern ulong max_binlog_size, max_relay_log_size, opt_binlog_dbug_fsync_sleep;
extern ulong opt_binlog_rows_event_max_size;
extern my_bool opt_master_verify_checksum;
extern my_bool opt_slave_sql_verify_checksum;