diff options
Diffstat (limited to 'sql/sql_update.h')
-rw-r--r-- | sql/sql_update.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.h b/sql/sql_update.h index 50ff50f025d..9552ff0ab2d 100644 --- a/sql/sql_update.h +++ b/sql/sql_update.h @@ -39,6 +39,6 @@ bool mysql_multi_update(THD *thd, TABLE_LIST *table_list, SELECT_LEX_UNIT *unit, SELECT_LEX *select_lex, multi_update **result); bool records_are_comparable(const TABLE *table); -bool compare_records(const TABLE *table); +bool compare_record(const TABLE *table); #endif /* SQL_UPDATE_INCLUDED */ |