diff options
-rw-r--r-- | storage/innobase/row/row0ins.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage/innobase/row/row0ins.cc b/storage/innobase/row/row0ins.cc index 4e06341fcaa..58f69e324a6 100644 --- a/storage/innobase/row/row0ins.cc +++ b/storage/innobase/row/row0ins.cc @@ -3367,13 +3367,13 @@ row_ins_index_entry( DBUG_EXECUTE_IF("row_ins_index_entry_timeout", { DBUG_SET("-d,row_ins_index_entry_timeout"); return(DB_LOCK_WAIT);}); - +#if 0 auto it= thr_get_trx(thr)->check_bulk_buffer(index->table); if (it) { return it->bulk_insert_buffered( entry, index, thr_get_trx(thr)); } - +#endif if (index->is_primary()) { return row_ins_clust_index_entry(index, entry, thr, 0); } else { |