summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authormonty@work.mysql.com <>2001-06-21 11:03:54 +0200
committermonty@work.mysql.com <>2001-06-21 11:03:54 +0200
commit7f681996486de1085b41221ed5248b12d5e7355c (patch)
treed2250b6064dd50f4270103879fdb86f3874d09c5 /sql/mysql_priv.h
parent6a8fce391429dea0e5239a4f84027808d8b3e100 (diff)
parent11e567229ac41541908f976b130ff792bd6754d6 (diff)
downloadmariadb-git-7f681996486de1085b41221ed5248b12d5e7355c.tar.gz
merge
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 fd0ab984dda..07c73aa37a9 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -550,7 +550,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, using_update_log;
-extern bool opt_sql_bin_update, opt_safe_show_db;
+extern bool opt_sql_bin_update, opt_safe_show_db, opt_warnings;
extern char language[LIBLEN],reg_ext[FN_EXTLEN],blob_newline;
extern const char **errmesg; /* Error messages */
extern const char *default_tx_isolation_name;