mariadb/storage/xtradb
Marko Mäkelä f92749ed36 MDEV-18220: heap-use-after-free in fts_get_table_name_prefix()
fts_table_t::parent: Remove the redundant field. Refer to
table->name.m_name instead.

fts_update_sync_doc_id(), fts_update_next_doc_id(): Remove
the redundant parameter table_name.

fts_get_table_name_prefix(): Access the dict_table_t::name.
FIXME: Ensure that this access is always covered by
dict_sys->mutex.
2019-05-10 07:57:01 +03:00
..
api Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
btr cmake: re-enable -Werror in the maintainer mode 2019-03-27 22:51:37 +01:00
buf Fix -Wnonnull-compare 2019-04-03 09:46:49 +03:00
data Fix -Wnonnull-compare 2019-04-03 09:46:49 +03:00
dict Bug #19811005 ALTER TABLE ADD INDEX DOES NOT UPDATE INDEX_LENGTH IN I_S TABLES 2019-04-25 14:12:45 +03:00
dyn Fix compiler error on gcc 6.x and most of the compiler warnings. 2017-04-05 10:50:12 +03:00
eval
fil MDEV-18220: Remove some redundant data structures 2019-05-10 07:56:55 +03:00
fsp Merge branch 'merge/merge-xtradb-5.5' into 5.5 2018-10-24 11:09:16 +02:00
fts MDEV-18220: heap-use-after-free in fts_get_table_name_prefix() 2019-05-10 07:57:01 +03:00
fut Part 1 of MDEV-8139 Fix scrubbing tests 2017-01-04 18:21:42 +02:00
ha 5.6.30-76.3 2016-06-21 14:20:09 +02:00
handler Removed dead code 2019-05-09 11:13:44 +04:00
ibuf MDEV-13103 Deal with page_compressed page corruption 2018-06-14 13:46:07 +03:00
include MDEV-18220: heap-use-after-free in fts_get_table_name_prefix() 2019-05-10 07:57:01 +03:00
lock Merge 5.5 into 10.1 2019-04-24 12:03:11 +03:00
log MDEV-18214 remove some duplicated MONITOR counters 2019-05-06 16:00:15 +03:00
mach 5.5.55-38.8 2017-07-18 19:47:01 +02:00
mem Merge 5.5 into 10.0 2018-03-20 18:36:03 +02:00
mtr Fix compiler error on gcc 6.x and most of the compiler warnings. 2017-04-05 10:50:12 +03:00
mysql-test/storage_engine Merge branch '10.0' into 10.1 2017-08-08 10:18:43 +02:00
os Merge 10.0 into 10.1 2019-01-17 06:40:24 +02:00
page Merge 10.0 into 10.1 2018-12-13 13:37:21 +02:00
pars Omit the definition of unused function yyset_extra() 2019-04-02 08:50:53 +03:00
que
read
rem Fix -Wnonnull-compare 2019-04-03 09:46:49 +03:00
row MDEV-18220: heap-use-after-free in fts_get_table_name_prefix() 2019-05-10 07:57:01 +03:00
srv MDEV-18214 remove some duplicated MONITOR counters 2019-05-06 16:00:15 +03:00
sync 5.5.61-38.13 2018-10-24 10:30:31 +02:00
trx Merge 5.5 into 10.1 2019-04-24 12:03:11 +03:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-19399 do not call slow my_timer_init() several times 2019-05-10 07:56:55 +03:00
.clang-format 5.6.41-84.1 2018-10-27 20:53:19 +02:00
CMakeLists.txt fix gcc 8 compiler warnings 2019-03-14 16:33:17 +01:00
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def