summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <monty@donna.mysql.com>2000-12-26 17:34:04 +0200
committerunknown <monty@donna.mysql.com>2000-12-26 17:34:04 +0200
commitd70e5caa4f5386e604aae972c713854fc35acf7a (patch)
tree88d39c525bc426869b8b4ce7a80f9c9bdf6509d6 /sql/mysql_priv.h
parent740f328ebb70794c6e65bc7d19b325454d200558 (diff)
downloadmariadb-git-d70e5caa4f5386e604aae972c713854fc35acf7a.tar.gz
--safe-show-db and have_xxx variables
Docs/manual.texi: Added MySQL usage & MySQL supporters sql/gen_lex_hash.cc: Smaller region sql/mysql_priv.h: --safe-show-db
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index 2f171259699..6ce43d6a560 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -520,7 +520,7 @@ extern ulong keybuff_size,sortbuff_size,max_item_sort_length,table_cache_size,
binlog_cache_size, max_binlog_cache_size;
extern ulong specialflag, current_pid;
extern bool low_priority_updates;
-extern bool opt_sql_bin_update;
+extern bool opt_sql_bin_update, opt_safe_show_db;
extern char language[LIBLEN],reg_ext[FN_EXTLEN],blob_newline;
extern const char **errmesg; /* Error messages */
extern byte last_ref[MAX_REFLENGTH]; /* Index ref of keys */