diff options
author | guilhem@mysql.com <> | 2004-01-18 17:51:20 +0100 |
---|---|---|
committer | guilhem@mysql.com <> | 2004-01-18 17:51:20 +0100 |
commit | 56e8554aac6528f3bec4d8d866faa9728acdb90a (patch) | |
tree | d58180863bf683595c4abbe5ab5d27624b69bbbe /sql/sql_repl.h | |
parent | ce3ee36d1ecf9dac9aeaf4c155152f678e78a8da (diff) | |
download | mariadb-git-56e8554aac6528f3bec4d8d866faa9728acdb90a.tar.gz |
BUG#2428 "--old-rpl-compat is broken":
I remove the --old-rpl-compat which produces broken binlogs readable
neither by 4.0 nor by 3.23.
This option is a leftover of the early replication of 4.0.0, when
it was still partly compatible with 3.23.
I explained this to the user in the bug report.
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r-- | sql/sql_repl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h index c73744c4b7c..570c41c98f7 100644 --- a/sql/sql_repl.h +++ b/sql/sql_repl.h @@ -11,7 +11,7 @@ typedef struct st_slave_info THD* thd; } SLAVE_INFO; -extern my_bool opt_show_slave_auth_info, opt_old_rpl_compat; +extern my_bool opt_show_slave_auth_info; extern char *master_host, *master_info_file; extern bool server_id_supplied; extern I_List<i_string> binlog_do_db, binlog_ignore_db; |