diff options
author | unknown <bar@bar.mysql.r18.ru> | 2002-12-19 14:36:05 +0400 |
---|---|---|
committer | unknown <bar@bar.mysql.r18.ru> | 2002-12-19 14:36:05 +0400 |
commit | ef9c22611960eb3e7ebf1d0e4a53f47e3ef62480 (patch) | |
tree | 19bd909dfc1017070ece92f92a09f3a555e4a9d8 /include/mysql_com.h | |
parent | c7182a999c39c60ec3a6a3976d2ebf6e2e2a64d8 (diff) | |
download | mariadb-git-ef9c22611960eb3e7ebf1d0e4a53f47e3ef62480.tar.gz |
BINARY_FLAG has been restored.
It's needed by ODBC code.
Diffstat (limited to 'include/mysql_com.h')
-rw-r--r-- | include/mysql_com.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mysql_com.h b/include/mysql_com.h index d5cd722a05a..58f4e224b89 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 */ |