mariadb/storage/innobase
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
..
api MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
btr Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
buf Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
data 5.6.31 2016-06-21 14:21:03 +02:00
dict Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
dyn Merge branch '5.5' into 10.0 2017-03-03 01:37:54 +02:00
eval move to storage/innobase 2015-05-04 19:17:21 +02:00
fil Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
fsp Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
fts MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha move to storage/innobase 2015-05-04 19:17:21 +02:00
handler Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
ibuf Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
include Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
lock Never pass NULL to innobase_get_stmt() 2017-05-17 08:27:04 +03:00
log Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
mach 5.6.35 2017-01-07 14:24:42 +02:00
mem 5.6.31 2016-06-21 14:21:03 +02:00
mtr Merge 10.0 into 10.1 2017-03-09 08:53:08 +02:00
mysql-test/storage_engine Follow-up for MDEV-8675 and MDEV-8676 2015-09-14 03:12:54 +03:00
os Merge 10.0 into 10.1 2017-05-20 08:41:20 +03:00
page Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
pars MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
que 5.6.24 2015-05-04 22:13:46 +02:00
read move to storage/innobase 2015-05-04 19:17:21 +02:00
rem Merge 10.0 into 10.1 2017-05-19 12:29:37 +03:00
row Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
srv Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-12253: Buffer pool blocks are accessed after they have been freed 2017-04-26 15:19:16 +03:00
CMakeLists.txt MDEV-12591 MariaDB embedded server refuses start with innodb_plugin 2017-04-27 19:12:45 +02:00
compile-innodb move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Google move to storage/innobase 2015-05-04 19:17:21 +02:00
COPYING.Percona move to storage/innobase 2015-05-04 19:17:21 +02:00
Doxyfile move to storage/innobase 2015-05-04 19:17:21 +02:00
ha_innodb.def move to storage/innobase 2015-05-04 19:17:21 +02:00
plugin_exports Solaris compilation failure: xtradb is linked in statically, ha_innodb.so needs 2014-05-01 14:05:52 +02:00