diff options
author | gkodinov/kgeorge@magare.gmz <> | 2007-07-31 14:58:04 +0300 |
---|---|---|
committer | gkodinov/kgeorge@magare.gmz <> | 2007-07-31 14:58:04 +0300 |
commit | 992698ce5f7851d370f336ec8218c5eab0a7e212 (patch) | |
tree | 832927f8d15c02b39a42966dcb2fb9aa7e3d7fd5 /sql/sql_insert.cc | |
parent | 24aa214a376d1f9e5fd48875b3347aff899af5c0 (diff) | |
download | mariadb-git-992698ce5f7851d370f336ec8218c5eab0a7e212.tar.gz |
merge of the fix for bug 17417 5.0-opt->5.1-opt
Diffstat (limited to 'sql/sql_insert.cc')
-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 d77661ad367..6d7e69e9ffc 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -3188,7 +3188,7 @@ void select_insert::abort() { table->file->has_transactions(), FALSE); if (!thd->current_stmt_binlog_row_based && !table->s->tmp_table && !can_rollback_data()) - thd->no_trans_update.all= TRUE; + thd->transaction.all.modified_non_trans_table= TRUE; query_cache_invalidate3(thd, table, 1); } } |