summaryrefslogtreecommitdiff
path: root/include/mysql_com.h
diff options
context:
space:
mode:
authorhf@deer.mysql.r18.ru <>2002-12-19 14:57:24 +0400
committerhf@deer.mysql.r18.ru <>2002-12-19 14:57:24 +0400
commit8a205e4ba309c4031df93cfe700891d362e25750 (patch)
tree49af941597a25a7ac4b9152abdbeba746334ac2e /include/mysql_com.h
parent1873df00a5c8d3a92086623db3dd90bfec4b5221 (diff)
parentc3053148f489b36378efa3bdf6676ca0334f69d1 (diff)
downloadmariadb-git-8a205e4ba309c4031df93cfe700891d362e25750.tar.gz
Merge
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r--include/mysql_com.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h
index f97ca8bd252..49bf2ba017e 100644
--- a/include/mysql_com.h
+++ b/include/mysql_com.h
@@ -57,6 +57,7 @@ enum enum_server_command
#define BLOB_FLAG 16 /* Field is a blob */
#define UNSIGNED_FLAG 32 /* Field is unsigned */
#define ZEROFILL_FLAG 64 /* Field is zerofill */
+#define BINARY_FLAG 128 /* Field is binary */
/* The following are only sent to new clients */
#define ENUM_FLAG 256 /* field is an enum */