summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorVladislav Vaintroub <vvaintroub@linux-rbsx>2010-01-18 23:00:48 +0100
committerVladislav Vaintroub <vvaintroub@linux-rbsx>2010-01-18 23:00:48 +0100
commitba23a0139db3f06460a2ebd010e7103d38bfdb84 (patch)
tree3c1cefd03a6d459d29396a65e71d249ea12fa5b9 /include
parent10a7c78ed4a57cba4e5cb5ce53388ce162a568bf (diff)
parent33c075e842324cfdf0aab055c2db8d0d50bcbc68 (diff)
downloadmariadb-git-ba23a0139db3f06460a2ebd010e7103d38bfdb84.tar.gz
merge
Diffstat (limited to 'include')
-rw-r--r--include/mysql_com.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index 93b9ccebda2..3f1ac948423 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -117,6 +117,12 @@ enum enum_server_command
thread */
#define REFRESH_MASTER 128 /* Remove all bin logs in the index
and truncate the index */
+#define REFRESH_ERROR_LOG 256 /* Rotate only the erorr log */
+#define REFRESH_ENGINE_LOG 512 /* Flush all storage engine logs */
+#define REFRESH_BINARY_LOG 1024 /* Flush the binary log */
+#define REFRESH_RELAY_LOG 2048 /* Flush the relay log */
+#define REFRESH_GENERAL_LOG 4096 /* Flush the general log */
+#define REFRESH_SLOW_LOG 8192 /* Flush the slow query log */
/* The following can't be set with mysql_refresh() */
#define REFRESH_READ_LOCK 16384 /* Lock tables for read */