From e8237515485b53bd0662e5fc5592bea5507594b8 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 25 Oct 2002 13:58:32 +0500 Subject: BINARY charset is now used instead of binary_flag --- include/mysql_com.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mysql_com.h b/include/mysql_com.h index 82bcaab2340..5bf0394c7b0 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -51,7 +51,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 + /* The following are only sent to new clients */ #define ENUM_FLAG 256 /* field is an enum */ #define AUTO_INCREMENT_FLAG 512 /* field is a autoincrement field */ -- cgit v1.2.1