mariadb/storage/innobase/dict
Marko Mäkelä 58f87a41bd Remove some fields from dict_table_t
dict_table_t::thd: Remove. This was only used by btr_root_block_get()
for reporting decryption failures, and it was only assigned by
ha_innobase::open(), and never cleared. This could mean that if a
connection is closed, the pointer would become stale, and the server
could crash while trying to report the error. It could also mean
that an error is being reported to the wrong client. It is better
to use current_thd in this case, even though it could mean that if
the code is invoked from an InnoDB background operation, there would
be no connection to which to send the error message.

Remove dict_table_t::crypt_data and dict_table_t::page_0_read.
These fields were never read.

fil_open_single_table_tablespace(): Remove the parameter "table".
2017-06-15 12:41:02 +03:00
..
dict0boot.cc 5.6.36 2017-05-15 17:17:16 +03:00
dict0crea.cc Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
dict0dict.cc Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
dict0load.cc Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
dict0mem.cc MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
dict0stats.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
dict0stats_bg.cc Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00