1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00
Fix replication for multi-update
  new test - rpl_multi_update2
This commit is contained in:
acurtis@pcgem.rdg.cyberkinetica.com
2005-01-30 10:24:03 +00:00
parent f003fb1f9c
commit 500fbf5c0f
6 changed files with 192 additions and 19 deletions

View File

@ -469,6 +469,9 @@ int mysql_update(THD *thd,TABLE_LIST *tables,List<Item> &fields,
List<Item> &values,COND *conds,
ORDER *order, ha_rows limit,
enum enum_duplicates handle_duplicates);
int mysql_multi_update_lock(THD *thd,
TABLE_LIST *table_list,
List<Item> *fields);
int mysql_multi_update(THD *thd, TABLE_LIST *table_list,
List<Item> *fields, List<Item> *values,
COND *conds, ulong options,