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

Fixed multi-table-delete for InnoDB tables

Novell patches
This commit is contained in:
monty@mashka.mysql.fi
2003-02-17 02:14:37 +02:00
parent 153cefc61b
commit 6051b2f998
56 changed files with 288 additions and 179 deletions

View File

@ -422,7 +422,7 @@ int STDCALL mysql_drop_db(MYSQL *mysql, const char *DB);
int simple_command(MYSQL *mysql,enum enum_server_command command,
const char *arg, unsigned long length, my_bool skipp_check);
unsigned long net_safe_read(MYSQL* mysql);
void STDCALL mysql_once_init(void);
void mysql_once_init(void);
#ifdef __NETWARE__
#pragma pack(pop) /* restore alignment */