diff options
author | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-03-16 22:23:37 +0400 |
---|---|---|
committer | unknown <holyfoot/hf@mysql.com/hfmain.(none)> | 2007-03-16 22:23:37 +0400 |
commit | 68f09e779291c0f48bcc79d7699dd708fda32c32 (patch) | |
tree | 8c753e3c99ffa78b2bd51fe3542a63aba7058202 | |
parent | 793c30612ac1a2736018919649973e6c3d30cfe8 (diff) | |
download | mariadb-git-68f09e779291c0f48bcc79d7699dd708fda32c32.tar.gz |
merging
-rw-r--r-- | sql/sql_insert.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index a9652fe9717..06a1ebdc89b 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -1039,7 +1039,7 @@ bool mysql_prepare_insert(THD *thd, TABLE_LIST *table_list, res= check_insert_fields(thd, context->table_list, fields, *values, !insert_into_view, &map) || - setup_fields(thd, 0, *values, MARK_COLUMNS_READ, 0, 0) + setup_fields(thd, 0, *values, MARK_COLUMNS_READ, 0, 0); if (!res && check_fields) { |