summaryrefslogtreecommitdiff
path: root/sql/mysql_priv.h
diff options
context:
space:
mode:
authorunknown <monty@hundin.mysql.fi>2001-12-13 20:06:44 +0200
committerunknown <monty@hundin.mysql.fi>2001-12-13 20:06:44 +0200
commite12119dcc445edaddc6f232e8b565adc95b03a4c (patch)
tree115844a923695ae9006c7bea68873ccfdbac145b /sql/mysql_priv.h
parentc0de7ffcc83fb5192fda8ec1e47f20c417c5c374 (diff)
downloadmariadb-git-e12119dcc445edaddc6f232e8b565adc95b03a4c.tar.gz
Added status variables for all MySQL commands.
Docs/manual.texi: Changelog
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r--sql/mysql_priv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h
index ceb9bd9a691..11bf7d36389 100644
--- a/sql/mysql_priv.h
+++ b/sql/mysql_priv.h
@@ -542,6 +542,7 @@ extern ulong keybuff_size,sortbuff_size,max_item_sort_length,table_cache_size,
max_tmp_tables,max_heap_table_size,query_buff_size,
lower_case_table_names,thread_stack,thread_stack_min,
binlog_cache_size, max_binlog_cache_size, record_rnd_cache_size;
+extern ulong com_stat[(uint) SQLCOM_END], com_other;
extern ulong specialflag, current_pid;
extern bool low_priority_updates, using_update_log,opt_warnings;
extern bool opt_sql_bin_update, opt_safe_show_db, opt_safe_user_create;