summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2002-03-26 13:24:50 +0200
committermonty@hundin.mysql.fi <>2002-03-26 13:24:50 +0200
commit3a571c7c135b9e9707e09ace4058d00ed6935fd1 (patch)
treef04e5f715dc104b0f53025395068dcbbadda8e8c /include
parent133651d62682e4b736d9cd5c51064dcf53cda671 (diff)
downloadmariadb-git-3a571c7c135b9e9707e09ace4058d00ed6935fd1.tar.gz
Fixed overflow bug
Diffstat (limited to 'include')
-rw-r--r--include/mysql_com.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 2e455c456fa..525a631caf6 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -67,7 +67,7 @@ enum enum_server_command {COM_SLEEP,COM_QUIT,COM_INIT_DB,COM_QUERY,
#define REFRESH_TABLES 4 /* close all tables */
#define REFRESH_HOSTS 8 /* Flush host cache */
#define REFRESH_STATUS 16 /* Flush status variables */
-#define REFRESH_THREADS 32 /* Flush status variables */
+#define REFRESH_THREADS 32 /* Flush thread cache */
#define REFRESH_SLAVE 64 /* Reset master info and restart slave
thread */
#define REFRESH_MASTER 128 /* Remove all bin logs in the index