From c3053148f489b36378efa3bdf6676ca0334f69d1 Mon Sep 17 00:00:00 2001 From: "bar@bar.mysql.r18.ru" <> Date: Thu, 19 Dec 2002 14:36:05 +0400 Subject: BINARY_FLAG has been restored. It's needed by ODBC code. --- include/mysql_com.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/mysql_com.h') 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 */ -- cgit v1.2.1