summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorpem@mysql.com <>2003-08-26 11:51:09 +0200
committerpem@mysql.com <>2003-08-26 11:51:09 +0200
commit7f158dd12a814e990454eee85fc5fea4d18a8d30 (patch)
tree64a6fa388e4aab5527ee4bc81489d6cfac07fcf0 /include/mysql_com.h
parent5b28d4a9a49a2d1c3225044b2cc82aa9e840687f (diff)
parent6f6042462933c66f8af0503b32aa62e43f1aaf1f (diff)
downloadmariadb-git-7f158dd12a814e990454eee85fc5fea4d18a8d30.tar.gz
Merge 4.1 into 5.0
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index b1c94e5c735..cd850aa5e0a 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -123,6 +123,8 @@ enum enum_server_command
#define NET_WRITE_TIMEOUT 60 /* Timeout on write */
#define NET_WAIT_TIMEOUT 8*60*60 /* Wait for new query */
+#define ONLY_KILL_QUERY 1
+
struct st_vio; /* Only C */
typedef struct st_vio Vio;