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

Test case for bug when updating on key

Fixed bug in CONCAT_WS()
Print the default ISOLATION level.
Change lock type for CREATE ... SELECT and INSERT/REPLACE ... SELECT
This commit is contained in:
monty@tik.mysql.fi
2001-03-23 20:38:42 +02:00
parent d145a6b97e
commit 3099c54d94
14 changed files with 179 additions and 40 deletions

View File

@@ -168,7 +168,7 @@ int mysql_insert(THD *thd,TABLE_LIST *table_list, List<Item> &fields,
table->time_stamp=save_time_stamp;
goto abort;
}
if (setup_tables(table_list) || setup_fields(thd,table_list,*values,0,0))
if (setup_fields(thd,table_list,*values,0,0))
{
table->time_stamp=save_time_stamp;
goto abort;