diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-10 15:26:39 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-10 15:26:39 +0100 |
commit | 757a6cd1ad1f41dabfd53b9935c724f4f08ba19b (patch) | |
tree | 00bf4f26d082edb731997dc4180dcdc9f1b2155e /sql/mysql_priv.h | |
parent | fad409480e880ccab1c2a5eaafae46d3cb92440f (diff) | |
download | mariadb-git-757a6cd1ad1f41dabfd53b9935c724f4f08ba19b.tar.gz |
Workaround for DTrace-related bugs.
Bumped up version number to 0.2.1
Diffstat (limited to 'sql/mysql_priv.h')
-rw-r--r-- | sql/mysql_priv.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/mysql_priv.h b/sql/mysql_priv.h index 3d856dd532e..6367dfee91e 100644 --- a/sql/mysql_priv.h +++ b/sql/mysql_priv.h @@ -1226,7 +1226,8 @@ bool mysql_multi_update(THD *thd, TABLE_LIST *table_list, List<Item> *fields, List<Item> *values, COND *conds, ulonglong options, enum enum_duplicates handle_duplicates, bool ignore, - SELECT_LEX_UNIT *unit, SELECT_LEX *select_lex); + SELECT_LEX_UNIT *unit, SELECT_LEX *select_lex, + multi_update **result); bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list, TABLE *table, List<Item> &fields, List_item *values, List<Item> &update_fields, |