mariadb/storage/innobase
Marko Mäkelä b21930fb0f MDEV-18749: Uninitialized value upon ADD FULLTEXT INDEX
row_merge_create_fts_sort_index(): Initialize dict_col_t.

This fixes an access to uninitialized dict_col_t::ind when a debug
assertion in MariaDB 10.4 invokes is_dropped() in
rec_get_converted_size_comp_prefix_low(). Older MariaDB versions
seem to be unaffected by the uninitialized values, but it should
not hurt to initialize everything.
2019-03-06 10:37:43 +02:00
..
api Merge branch 'github/10.0' into 10.1 2018-02-02 10:09:44 +01:00
btr compiler warnings (clang 4.0.1 on i386) 2018-09-04 09:19:48 +02:00
buf MDEV-16896 encryption.innodb-checksum-algorithm crashes 2019-02-03 17:09:20 +02:00
data Merge remote-tracking branch '5.5' into 10.0 2018-01-24 12:29:31 +02:00
dict MDEV-18630 Uninitialised value in FOREIGN KEY error message 2019-02-18 21:42:58 +02: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 Merge 10.0 into 10.1 2019-01-23 14:34:23 +02:00
fsp MDEV-16283 ALTER TABLE...DISCARD TABLESPACE still takes long on a large buffer pool 2018-05-29 14:00:20 +03:00
fts Merge 10.0 into 10.1 2018-11-05 17:50:41 +02:00
fut
ha
handler MDEV-18732 InnoDB: ALTER IGNORE returns error for NULL 2019-03-04 15:16:27 +02:00
ibuf MDEV-13103 Deal with page_compressed page corruption 2018-06-14 13:46:07 +03:00
include MDEV-18662 ib_wqueue_t has a data race 2019-02-21 12:23:47 +02:00
lock MDEV-13333: Deadlock failure that does not occur elsewhere 2018-08-06 15:45:44 +03:00
log MDEV-17003 service_manager_extend_timeout() being called too often 2018-08-21 12:33:40 +03:00
mach
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 MDEV-11738: Mariadb uses 100% of several of my 8 cpus doing nothing 2017-03-14 16:23:10 +02:00
que
read
rem Merge tag 'mariadb-5.5.60' into 5.5-galera 2018-04-24 13:34:57 +03:00
row MDEV-18749: Uninitialized value upon ADD FULLTEXT INDEX 2019-03-06 10:37:43 +02:00
srv Merge 10.0 into 10.1 2019-01-23 14:34:23 +02:00
sync Silence bogus GCC 7 warnings -Wimplicit-fallthrough 2017-05-17 08:27:04 +03:00
trx MDEV-15740: InnoDB does not flush redo log when it shoul 2019-01-07 12:12:30 +02:00
usr Remove redundant UT_LIST_INIT() calls 2017-05-17 10:33:49 +03:00
ut MDEV-18662 ib_wqueue_t has a data race 2019-02-21 12:23:47 +02:00
CMakeLists.txt Merge tag 'mariadb-10.0.35' into 10.0-galera 2018-05-07 17:20:39 +03:00
compile-innodb
COPYING.Google
COPYING.Percona
Doxyfile
ha_innodb.def
plugin_exports