1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

BINARY_FLAG has been restored.

It's needed by ODBC code.
This commit is contained in:
unknown
2002-12-19 14:36:05 +04:00
parent c7182a999c
commit ef9c226119
2 changed files with 7 additions and 2 deletions

View File

@ -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 */