mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 12:02:42 +01:00
HAVE_DEPRECATED_411_API macro removed.
include/mysql.h: Removed obsolete define. tests/client_test.c: Rewritten to use new API. Few cleanups. A lot of valgrind warnings/errors removed.
This commit is contained in:
parent
deb50a10dc
commit
1407f2f0a8
2 changed files with 3420 additions and 3314 deletions
|
@ -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 */
|
||||
|
|
6733
tests/client_test.c
6733
tests/client_test.c
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue