mariadb/storage/xtradb/include
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
..
api0api.h
api0misc.h
btr0btr.h
btr0btr.ic
btr0cur.h
btr0cur.ic
btr0defragment.h 10.1 additions for MDEV-12052 Shutdown crash presumably due to master thread activity 2017-05-26 15:19:40 +03:00
btr0pcur.h
btr0pcur.ic
btr0scrub.h
btr0sea.h
btr0sea.ic
btr0types.h
buf0buddy.h
buf0buddy.ic
buf0buf.h MDEV-12615: InnoDB page compression method snappy mostly does not compress pages 2017-05-20 21:51:34 +03:00
buf0buf.ic
buf0checksum.h
buf0dblwr.h Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
buf0dump.h
buf0flu.h Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
buf0flu.ic
buf0lru.h
buf0lru.ic
buf0mtflu.h
buf0rea.h
buf0types.h
data0data.h
data0data.ic
data0type.h
data0type.ic
data0types.h
db0err.h
dict0boot.h
dict0boot.ic
dict0crea.h
dict0crea.ic
dict0dict.h
dict0dict.ic Merge 10.0 into 10.1, plus fixup for MDEV-12873 2017-06-13 18:30:37 +03:00
dict0load.h
dict0load.ic
dict0mem.h Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
dict0mem.ic
dict0pagecompress.h
dict0pagecompress.ic
dict0priv.h
dict0priv.ic
dict0stats.h
dict0stats.ic
dict0stats_bg.h Merge 10.0 into 10.1 2017-06-12 14:26:32 +03:00
dict0stats_bg.ic
dict0types.h
dyn0dyn.h
dyn0dyn.ic
eval0eval.h
eval0eval.ic
eval0proc.h
eval0proc.ic
fil0crypt.h
fil0crypt.ic
fil0fil.h Remove some fields from dict_table_t 2017-06-15 12:41:02 +03:00
fil0fil.ic
fil0pagecompress.h MDEV-12615: InnoDB page compression method snappy mostly does not compress pages 2017-05-20 21:51:34 +03:00
fsp0fsp.h Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
fsp0fsp.ic
fsp0pagecompress.h
fsp0pagecompress.ic
fsp0types.h
fts0ast.h
fts0blex.h
fts0fts.h
fts0opt.h
fts0pars.h
fts0priv.h
fts0priv.ic
fts0tlex.h
fts0types.h
fts0types.ic
fts0vlc.ic
fut0fut.h
fut0fut.ic
fut0lst.h
fut0lst.ic
ha0ha.h
ha0ha.ic
ha0storage.h
ha0storage.ic
ha_prototypes.h
handler0alter.h
hash0hash.h
hash0hash.ic
ibuf0ibuf.h
ibuf0ibuf.ic
ibuf0types.h
lock0iter.h
lock0lock.h
lock0lock.ic
lock0priv.h
lock0priv.ic
lock0types.h
log0crypt.h
log0log.h
log0log.ic
log0online.h
log0recv.h MDEV-12113: install_db shows corruption for rest encryption with innodb_data_file_path=ibdata1:3M; 2017-06-01 14:07:48 +03:00
log0recv.ic
mach0data.h
mach0data.ic
mem0dbg.h
mem0dbg.ic
mem0mem.h
mem0mem.ic
mem0pool.h
mem0pool.ic
mtr0log.h
mtr0log.ic
mtr0mtr.h
mtr0mtr.ic
mtr0types.h
os0file.h
os0file.ic
os0once.h
os0proc.h
os0proc.ic
os0stacktrace.h
os0sync.h
os0sync.ic
os0thread.h
os0thread.ic
page0cur.h
page0cur.ic
page0page.h
page0page.ic
page0types.h
page0zip.h
page0zip.ic
pars0grm.h
pars0opt.h
pars0opt.ic
pars0pars.h
pars0pars.ic
pars0sym.h
pars0sym.ic
pars0types.h
que0que.h
que0que.ic
que0types.h
read0i_s.h
read0read.h
read0read.ic
read0types.h
rem0cmp.h
rem0cmp.ic
rem0rec.h
rem0rec.ic
rem0types.h
row0ext.h
row0ext.ic
row0ftsort.h
row0import.h
row0import.ic
row0ins.h
row0ins.ic
row0log.h
row0log.ic
row0merge.h
row0mysql.h
row0mysql.ic
row0purge.h
row0purge.ic
row0quiesce.h
row0quiesce.ic
row0row.h
row0row.ic
row0sel.h
row0sel.ic
row0types.h
row0uins.h
row0uins.ic
row0umod.h
row0umod.ic
row0undo.h
row0undo.ic
row0upd.h
row0upd.ic
row0vers.h
row0vers.ic
srv0conc.h
srv0mon.h
srv0mon.ic
srv0srv.h MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo log 2017-06-09 16:20:42 +03:00
srv0srv.ic
srv0start.h MDEV-13039 innodb_fast_shutdown=0 may fail to purge all undo log 2017-06-09 16:20:42 +03:00
sync0arr.h
sync0arr.ic
sync0rw.h
sync0rw.ic
sync0sync.h
sync0sync.ic
sync0types.h
trx0i_s.h
trx0purge.h
trx0purge.ic
trx0rec.h
trx0rec.ic
trx0roll.h
trx0roll.ic
trx0rseg.h Cleanup of MDEV-12600: crash during install_db with innodb_page_size=32K and ibdata1=3M 2017-06-08 11:55:47 +03:00
trx0rseg.ic
trx0sys.h
trx0sys.ic
trx0trx.h Merge branch '10.0-galera' into 10.1 2017-05-26 19:21:19 +02:00
trx0trx.ic
trx0types.h
trx0undo.h
trx0undo.ic
trx0xa.h
univ.i
usr0sess.h
usr0sess.ic
usr0types.h
ut0bh.h
ut0bh.ic
ut0byte.h
ut0byte.ic
ut0counter.h
ut0crc32.h
ut0dbg.h
ut0list.h
ut0list.ic
ut0lst.h
ut0mem.h
ut0mem.ic
ut0rbt.h
ut0rnd.h
ut0rnd.ic
ut0sort.h
ut0timer.h
ut0timer.ic
ut0ut.h
ut0ut.ic
ut0vec.h
ut0vec.ic
ut0wqueue.h