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

Fixed some new memory leaks

Updated VC++ files
This commit is contained in:
monty@narttu.mysql.fi
2003-06-24 12:10:35 +03:00
parent 7b7892afad
commit 1bd306ccd4
21 changed files with 566 additions and 298 deletions

View File

@ -266,6 +266,7 @@ typedef struct st_mysql
my_bool free_me; /* If free in mysql_close */
my_ulonglong insert_id; /* id if insert on table with NEXTNR */
unsigned int last_errno;
unsigned int server_status;
char *last_error; /* Used by embedded server */
char sqlstate[SQLSTATE_LENGTH+1]; /* Used by embedded server */
} MYSQL;