diff options
author | unknown <monty@hundin.mysql.fi> | 2001-06-21 01:12:29 +0300 |
---|---|---|
committer | unknown <monty@hundin.mysql.fi> | 2001-06-21 01:12:29 +0300 |
commit | b5f7e2408fdb32f478688f384794e660da457e48 (patch) | |
tree | bbb285ed85ea96c80162ca59d98dff5b741aeaf7 /sql/mysql_priv.h | |
parent | f12f40d050427aae55bf9520dc2c16f37fd01c76 (diff) | |
download | mariadb-git-b5f7e2408fdb32f478688f384794e660da457e48.tar.gz |
Added --warnings to mysqld
Docs/manual.texi:
Changelog
sql/mysql_priv.h:
Added --warnings
sql/mysqld.cc:
Added --warnings
sql/sql_parse.cc:
Added --warnings
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 9c134183fdd..f21c635dbdf 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -533,7 +533,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; |