1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Changed prototype of killed_ptr() to make it more portable

Applied patches for Netware
This commit is contained in:
monty@mysql.com
2004-05-26 19:12:49 +03:00
parent 2709f91947
commit 7d8f8bc77b
24 changed files with 384 additions and 118 deletions

View File

@@ -190,7 +190,7 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list,
else
#endif /* EMBEDDED_LIBRARY */
res= open_and_lock_tables(thd, table_list);
if (res)
if (res || thd->is_fatal_error)
DBUG_RETURN(-1);
table= table_list->table;