summaryrefslogtreecommitdiff
path: root/sql/sql_update.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_update.h')
-rw-r--r--sql/sql_update.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_update.h b/sql/sql_update.h
index ee412f80896..64029c5d634 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 */