summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
diff options
context:
space:
mode:
authormonty@mashka.mysql.fi <>2002-09-05 16:17:08 +0300
committermonty@mashka.mysql.fi <>2002-09-05 16:17:08 +0300
commit0281a6b16026299bebebb58af1b88c2d741b57f6 (patch)
tree103a1aadee6000a5d09b0ba7c1de75797fb958fa /sql/sql_repl.h
parent1a0e3423e6a311a8af79829b6a6088a909f1e320 (diff)
downloadmariadb-git-0281a6b16026299bebebb58af1b88c2d741b57f6.tar.gz
Fixed searching after ssl directories.
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
Diffstat (limited to 'sql/sql_repl.h')
-rw-r--r--sql/sql_repl.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/sql_repl.h b/sql/sql_repl.h
index 1d919df7309..197fd03ec7c 100644
--- a/sql/sql_repl.h
+++ b/sql/sql_repl.h
@@ -12,8 +12,7 @@ typedef struct st_slave_info
} SLAVE_INFO;
extern my_bool opt_show_slave_auth_info, opt_old_rpl_compat;
-extern char* master_host;
-extern my_string opt_bin_logname, master_info_file;
+extern char *master_host, *master_info_file;
extern bool server_id_supplied;
extern I_List<i_string> binlog_do_db, binlog_ignore_db;