diff options
author | konstantin@mysql.com <> | 2004-06-04 18:38:18 +0400 |
---|---|---|
committer | konstantin@mysql.com <> | 2004-06-04 18:38:18 +0400 |
commit | 7d09dd999ac5f1bd734e0ac7320a059af5de5750 (patch) | |
tree | 1e16c13b811fea713a58eb915b1b70c247ebea5f /include | |
parent | 8b2a735563905ddeb27d534c7fd1583e859e4d21 (diff) | |
download | mariadb-git-7d09dd999ac5f1bd734e0ac7320a059af5de5750.tar.gz |
HAVE_DEPRECATED_411_API macro removed.
Diffstat (limited to 'include')
-rw-r--r-- | include/mysql.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mysql.h b/include/mysql.h index e2d0acd7839..d7c47667d0c 100644 --- a/include/mysql.h +++ b/include/mysql.h @@ -77,7 +77,6 @@ extern char *mysql_unix_port; #define IS_NUM_FIELD(f) ((f)->flags & NUM_FLAG) #define INTERNAL_NUM_FIELD(f) (((f)->type <= FIELD_TYPE_INT24 && ((f)->type != FIELD_TYPE_TIMESTAMP || (f)->length == 14 || (f)->length == 8)) || (f)->type == FIELD_TYPE_YEAR) -#define HAVE_DEPRECATED_411_API 1 typedef struct st_mysql_field { char *name; /* Name of column */ |