1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Write UNION() for MERGE tables

This commit is contained in:
monty@donna.mysql.com
2001-02-17 19:04:33 +02:00
parent 6fd7fb49cb
commit ece13efde9
7 changed files with 67 additions and 7 deletions

View File

@ -59,6 +59,7 @@ int mysql_update(THD *thd,TABLE_LIST *table_list,List<Item> &fields,
READ_RECORD info;
DBUG_ENTER("mysql_update");
LINT_INIT(used_index);
LINT_INIT(timestamp_query_id);
if (!(table = open_ltable(thd,table_list,lock_type)))
DBUG_RETURN(-1);