diff options
Diffstat (limited to 'sql/sql_select.cc')
-rw-r--r-- | sql/sql_select.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/sql_select.cc b/sql/sql_select.cc index 35b5665d1d0..40517a6f343 100644 --- a/sql/sql_select.cc +++ b/sql/sql_select.cc @@ -18316,7 +18316,6 @@ TABLE *Create_tmp_table::start(THD *thd, table->copy_blobs= 1; table->in_use= thd; table->no_rows_with_nulls= param->force_not_null_cols; - table->update_handler= NULL; table->check_unique_buf= NULL; table->s= share; |