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:
unknown 2004-06-04 18:38:18 +04:00
parent deb50a10dc
commit 1407f2f0a8
2 changed files with 3420 additions and 3314 deletions

View file

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

File diff suppressed because it is too large Load diff