diff options
author | monty@donna.mysql.com <> | 2000-09-02 07:58:42 +0300 |
---|---|---|
committer | monty@donna.mysql.com <> | 2000-09-02 07:58:42 +0300 |
commit | 4496d43faa14cc8d3f81fb861eed37c5974ed6ab (patch) | |
tree | 28fa78a52ce90f0133e1275fabcefa57cfc8fa02 /include/mysql_com.h | |
parent | 7155d2a14c8a6fd1a9732bbcb5d893759584e4f5 (diff) | |
download | mariadb-git-4496d43faa14cc8d3f81fb861eed37c5974ed6ab.tar.gz |
Quoting of TIMESTAMP columns and small optimizations
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 2a1471f735d..6a603ff0e17 100644 --- a/include/mysql_com.h +++ b/include/mysql_com.h @@ -61,6 +61,7 @@ enum enum_server_command {COM_SLEEP,COM_QUIT,COM_INIT_DB,COM_QUERY, #define AUTO_INCREMENT_FLAG 512 /* field is a autoincrement field */ #define TIMESTAMP_FLAG 1024 /* Field is a timestamp */ #define SET_FLAG 2048 /* field is a set */ +#define NUM_FLAG 32768 /* Field is num (for clients) */ #define PART_KEY_FLAG 16384 /* Intern; Part of some key */ #define GROUP_FLAG 32768 /* Intern: Group field */ #define UNIQUE_FLAG 65536 /* Intern: Used by sql_yacc */ |