mariadb/storage/innobase/row
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
..
row0ext.cc move to storage/innobase 2015-05-04 19:17:21 +02:00
row0ftsort.cc Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
row0import.cc Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
row0ins.cc Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
row0log.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
row0merge.cc MDEV-12926 encryption.innodb_onlinealter_encryption, encryption.innodb-bad-key-change failed in buildbot with valgrind 2017-05-26 19:13:21 +03:00
row0mysql.cc Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
row0purge.cc Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
row0quiesce.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0row.cc 5.6.31 2016-06-21 14:21:03 +02:00
row0sel.cc Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
row0uins.cc MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
row0umod.cc MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
row0undo.cc MDEV-9282 Debian: the Lintian complains about "shlib-calls-exit" in ha_innodb.so 2016-12-28 15:54:24 +02:00
row0upd.cc Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
row0vers.cc move to storage/innobase 2015-05-04 19:17:21 +02:00