diff options
author | Guilhem Bichot <guilhem@mysql.com> | 2009-08-11 12:38:23 +0200 |
---|---|---|
committer | Guilhem Bichot <guilhem@mysql.com> | 2009-08-11 12:38:23 +0200 |
commit | d66bc4e67cbf57e9d691656c3a06fa4ceae3f0ee (patch) | |
tree | 65a51c7be6a231c297cdce75a99ed7ef09f57682 /sql/sql_insert.cc | |
parent | 426a5e19f7547480f157d9c2cfe7e64c522832fc (diff) | |
download | mariadb-git-d66bc4e67cbf57e9d691656c3a06fa4ceae3f0ee.tar.gz |
temporarily remove Summit defaults of InnoDB options, to see if it influences pushbuild2
Diffstat (limited to 'sql/sql_insert.cc')
-rw-r--r-- | sql/sql_insert.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sql/sql_insert.cc b/sql/sql_insert.cc index 77b83b0e6fe..19f35dfd1b9 100644 --- a/sql/sql_insert.cc +++ b/sql/sql_insert.cc @@ -3140,9 +3140,6 @@ bool select_insert::send_data(List<Item> &values) // Release latches in case bulk insert takes a long time ha_release_temporary_latches(thd); - - // Release latches in case bulk insert takes a long time - ha_release_temporary_latches(thd); error= write_record(thd, table, &info); table->auto_increment_field_not_null= FALSE; |