summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorsasha@mysql.sashanet.com <>2000-09-14 16:34:50 -0600
committersasha@mysql.sashanet.com <>2000-09-14 16:34:50 -0600
commit44455063e5612f63c5b6bb80cc38f43ac4aa7b4c (patch)
tree6f789a128f7f2f981c423d22a6bebd80ccf71633 /include
parent243579e8b2857c6827cf9117c0baa96978e75809 (diff)
downloadmariadb-git-44455063e5612f63c5b6bb80cc38f43ac4aa7b4c.tar.gz
BACKUP TABLE TO 'directory'
RESTORE TABLE FROM 'directory' log on slave when it connects to the master
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 6a603ff0e17..cc9f8de7597 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -46,7 +46,7 @@ enum enum_server_command {COM_SLEEP,COM_QUIT,COM_INIT_DB,COM_QUERY,
COM_PROCESS_INFO,COM_CONNECT,COM_PROCESS_KILL,
COM_DEBUG,COM_PING,COM_TIME,COM_DELAYED_INSERT,
COM_CHANGE_USER, COM_BINLOG_DUMP,
- COM_TABLE_DUMP};
+ COM_TABLE_DUMP, COM_CONNECT_OUT};
#define NOT_NULL_FLAG 1 /* Field can't be NULL */
#define PRI_KEY_FLAG 2 /* Field is part of a primary key */