mariadb/storage/innobase/include
Thirunarayanan Balathandayuthapani 8ce8c269f4 MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295
InnoDB commit fails when consecutive FTS_DOC_ID value
is greater than 4294967295.
Fix is that InnoDB should remove the delta FTS_DOC_ID
value limitations and fts should encode 8 byte value,
remove FTS_DOC_ID_MAX_STEP variable. Replaced the
fts0vlc.ic file with fts0vlc.h

fts_encode_int(): Should be able to encode 10 bytes value

fts_get_encoded_len(): Should get the length of the value
which has 10 bytes

fts_decode_vlc(): Add debug assertion to verify the maximum
length allowed is 10.

mach_read_uint64_little_endian(): Reads 64 bit stored in
little endian format

Added a unit test case which check for minimum and maximum
value to do the fts encoding
2021-10-21 12:56:59 +03:00
..
btr0btr.h MDEV-20931 ALTER...IMPORT can crash the server 2021-08-17 20:28:42 +06:00
btr0btr.ic MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
btr0bulk.h BtrBulk::table_name(): Return the table name while displaying 2021-04-09 17:38:21 +05:30
btr0cur.h MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 2020-10-27 19:09:20 +03:00
btr0cur.ic Add page_has_prev(), page_has_next(), page_has_siblings() 2019-10-09 08:29:26 +03:00
btr0defragment.h Cleanup: Remove constant parameters async=false, index_name=NULL 2020-09-29 11:07:34 +03:00
btr0pcur.h MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR 2020-10-27 18:30:00 +05:30
btr0pcur.ic MDEV-22721 Remove bloat caused by InnoDB logger class 2020-06-04 10:24:10 +03:00
btr0scrub.h MDEV-25998 fixup: Avoid a hang 2021-07-27 10:44:01 +03:00
btr0sea.h MDEV-23693 fixup: Remove unused btr_search_t::withdraw_clock 2020-10-28 08:13:06 +02:00
btr0sea.ic MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDB 2020-05-15 17:23:08 +03:00
btr0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0block_hint.h MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR 2020-10-27 18:30:00 +05:30
buf0buddy.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0buddy.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0buf.h Bug #32460315 ONLINE RESIZING BUFFER POOL CAN CRASH CONCURRENT BP LOOKUP 2021-07-22 18:05:23 +03:00
buf0buf.ic MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR 2020-10-27 18:30:00 +05:30
buf0checksum.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0dblwr.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0dump.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0flu.h Merge 10.1 into 10.2 2019-10-09 08:30:23 +03:00
buf0flu.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0lru.h MDEV-22456 Dropping the adaptive hash index may cause DDL to lock up InnoDB 2020-05-15 17:23:08 +03:00
buf0mtflu.h Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
buf0rea.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
buf0types.h MDEV-19435 buf_fix_count > 0 for corrupted page when it exits the LRU list 2019-06-13 16:13:51 +03:00
data0data.h InnoDB: reduce size of dtuple_t 2020-03-20 21:35:42 +03:00
data0data.ic MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
data0type.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
data0type.ic Merge 10.1 into 10.2 2019-08-12 18:25:35 +03:00
data0types.h Update FSF Address 2019-05-11 21:29:06 +03:00
db0err.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0boot.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0boot.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0crea.h Cleanup: Remove dict_delete_tablespace_and_datafiles() 2019-12-27 11:23:28 +02:00
dict0crea.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0defrag_bg.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0dict.h Cleanup: Remove dict_space_is_empty(), dict_space_get_id() 2020-11-11 15:48:43 +02:00
dict0dict.ic MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 2020-10-27 19:09:20 +03:00
dict0load.h MDEV-21933 INFORMATION_SCHEMA.INNODB_SYS_TABLESPACES accesses SYS_DATAFILES 2020-03-13 08:07:02 +02:00
dict0mem.h MDEV-26383 fixup: Consistently protect freed_indexes with autoinc_mutex 2021-08-23 10:06:21 +03:00
dict0mem.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0pagecompress.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0pagecompress.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0priv.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0priv.ic dict_load_table(): Remove constant parameter cached=true 2019-09-27 14:29:22 +03:00
dict0stats.h MDEV-7962: Follow-up fix for 10.2 2020-04-27 15:32:28 +03:00
dict0stats.ic MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 2020-10-27 19:09:20 +03:00
dict0stats_bg.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
dict0types.h MDEV-20864 Introduce debug option innodb_change_buffer_dump 2019-10-19 15:16:47 +03:00
dyn0buf.h MDEV-24188 Hang in buf_page_create() after reusing a previously freed page 2020-11-13 20:16:39 +02:00
dyn0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
eval0eval.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
eval0eval.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
eval0proc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
eval0proc.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fil0crypt.h MDEV-14180 Automatically disable key rotation checks for file_key_managment plugin 2021-06-15 13:15:32 +05:30
fil0crypt.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fil0fil.h MDEV-14180 preparation: Rename key_rotation_list 2021-06-15 13:15:32 +05:30
fil0fil.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fil0pagecompress.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0file.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0fsp.h MDEV-23456 fil_space_crypt_t::write_page0() is accessing an uninitialized page 2020-09-09 11:58:15 +05:30
fsp0fsp.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0pagecompress.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0pagecompress.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0space.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0sysspace.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fsp0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0ast.h Merge 10.1 into 10.2 2020-10-21 14:02:04 +03:00
fts0blex.h Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00
fts0fts.h MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295 2021-10-21 12:56:59 +03:00
fts0opt.h Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00
fts0pars.h move to storage/innobase 2015-05-04 19:17:21 +02:00
fts0plugin.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0priv.h MDEV-18867 Long Time to Stop and Start 2020-09-10 14:10:26 +05:30
fts0priv.ic MDEV-18867 Long Time to Stop and Start 2020-09-10 14:10:26 +05:30
fts0tlex.h Merge 10.1 into 10.2 2019-04-02 09:14:15 +03:00
fts0tokenize.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fts0types.h MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295 2021-10-21 12:56:59 +03:00
fts0types.ic MDEV-22629 Remove fts_indexes field from struct fts_update_t (#1537) 2020-05-20 12:40:07 +05:30
fts0vlc.h MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295 2021-10-21 12:56:59 +03:00
fut0fut.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fut0fut.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fut0lst.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
fut0lst.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
gis0geo.h InnoDB: Remove unused get_wkb_of_default_point() 2019-12-03 07:45:04 +02:00
gis0rtree.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
gis0rtree.ic MDEV-22523 index->rtr_ssn.mutex is wasting memory 2020-05-11 14:23:37 +03:00
gis0type.h MDEV-22523 index->rtr_ssn.mutex is wasting memory 2020-05-11 14:23:37 +03:00
ha0ha.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0ha.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0storage.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha0storage.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ha_prototypes.h Revert MDEV-25114 2021-09-24 16:21:20 +03:00
handler0alter.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
hash0hash.h introduce HASH_REPLACE() for hash_table_t 2020-01-31 22:14:18 +08:00
hash0hash.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ib0mutex.h MDEV-14482 - Cache line contention on ut_rnd_interval() 2019-12-10 17:01:36 +02:00
ibuf0ibuf.h MDEV-24182 ibuf_merge_or_delete_for_page() contains dead code 2020-11-11 15:48:43 +02:00
ibuf0ibuf.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ibuf0types.h Update FSF Address 2019-05-11 21:29:06 +03:00
lock0iter.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0lock.h MDEV-22721 Remove bloat caused by InnoDB logger class 2020-06-04 10:24:10 +03:00
lock0lock.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0prdt.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
lock0priv.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
lock0priv.ic MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
lock0types.h Merge 10.1 into 10.2 2019-07-25 12:14:27 +03:00
log0crypt.h MDEV-17228 Encrypted temporary tables are not encrypted 2019-06-28 19:07:59 +05:30
log0log.h MDEV-26450: Corruption due to innodb_undo_log_truncate 2021-09-22 14:15:00 +03:00
log0log.ic MDEV-23474 InnoDB fails to restart after SET GLOBAL innodb_log_checksums=OFF 2020-08-18 16:46:07 +03:00
log0recv.h MDEV-11799 Doublewrite recovery can corrupt data pages 2020-07-31 11:54:35 +03:00
log0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mach0data.h MDEV-19522 InnoDB commit fails when FTS_DOC_ID value is greater than 4294967295 2021-10-21 12:56:59 +03:00
mach0data.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem0mem.h Cleanup: Remove mem_block_t::magic_n and mem_block_validate() 2020-02-03 12:34:08 +02:00
mem0mem.ic MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
mtr0log.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mtr0log.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mtr0mtr.h MDEV-26450: Corruption due to innodb_undo_log_truncate 2021-09-22 14:15:00 +03:00
mtr0mtr.ic MDEV-26450: Corruption due to innodb_undo_log_truncate 2021-09-22 14:15:00 +03:00
mtr0types.h Merge 10.1 into 10.2 2020-07-20 14:53:24 +03:00
os0api.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
os0event.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
os0file.h Cleanup: Remove unused OS_DATA_TEMP_FILE 2021-03-18 12:24:35 +02:00
os0file.ic MDEV-19725 Incorrect error handling in ALTER TABLE 2019-06-10 18:15:25 +03:00
os0proc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
os0thread.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
page0cur.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
page0cur.ic MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
page0page.h Merge 10.1 into 10.2 2020-08-13 07:38:35 +03:00
page0page.ic MDEV-19344 innodb.innodb-change-buffer-recovery fails 2020-05-07 21:01:22 +03:00
page0size.h MDEV-21993 asan failure in encryption.innochecksum 2020-03-21 17:57:04 +03:00
page0types.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
page0zip.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
page0zip.ic MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
pars0grm.h MDEV-21254 Remove unused keywords from the InnoDB SQL parser 2019-12-09 12:32:04 +02:00
pars0opt.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
pars0pars.h MDEV-26376 pars_info_bind_id() unnecessarily copies strings 2021-08-16 12:10:20 +03:00
pars0sym.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
pars0types.h Update FSF Address 2019-05-11 21:29:06 +03:00
que0que.h Cleanup: Remove unused symbol QUE_THR_PROCEDURE_WAIT 2021-01-08 16:14:26 +02:00
que0que.ic Cleanup: Remove thr_is_recv(), trx_is_recv() 2020-06-01 10:23:11 +03:00
que0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
read0read.h MVCC::view_close(): Correct comments 2019-09-04 09:42:38 +03:00
read0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
rem0cmp.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
rem0cmp.ic MDEV-21512 InnoDB may hang due to SPATIAL INDEX 2020-01-17 14:27:29 +02:00
rem0rec.h MDEV-18366 Crash on SELECT on a table with indexed virtual columns 2020-09-01 18:27:09 +10:00
rem0rec.ic MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
rem0types.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0ext.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0ext.ic Update FSF Address 2019-05-11 21:29:06 +03:00
row0ftsort.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0import.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0ins.h InnoDB: reduce size of dtuple_t 2020-03-20 21:35:42 +03:00
row0log.h Cleanup: row_log_free() 2020-11-25 10:54:38 +02:00
row0log.ic Cleanup: row_log_free() 2020-11-25 10:54:38 +02:00
row0merge.h MDEV-24971 InnoDB access freed virtual column after rollback of secondary index 2021-04-12 16:06:06 +05:30
row0mysql.h fixup 58b56f14a0: Remove dead code 2021-03-04 18:11:25 +02:00
row0purge.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0quiesce.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0row.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0row.ic MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0sel.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0sel.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0trunc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0types.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0uins.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0umod.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0undo.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
row0upd.h MDEV-23547 InnoDB: Failing assertion: *len in row_upd_ext_fetch 2020-08-25 15:32:15 +03:00
row0upd.ic MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
row0vers.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
srv0conc.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0mon.h MDEV-20377: Make WITH_MSAN more usable 2020-07-01 17:23:00 +03:00
srv0mon.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
srv0srv.h revive innodb_debug_sync 2021-04-27 11:51:17 +03:00
srv0start.h MDEV-22769 Shutdown hang or crash due to XA breaking locks 2020-06-05 15:22:46 +03:00
sync0arr.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0arr.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0debug.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0policy.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0policy.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0rw.h MDEV-24188 Hang in buf_page_create() after reusing a previously freed page 2020-11-13 20:16:39 +02:00
sync0rw.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
sync0sync.h MDEV-23991 dict_table_stats_lock() has unnecessarily long scope 2020-10-27 19:09:20 +03:00
sync0types.h MDEV-23996 Race conditions in SHOW ENGINE INNODB MUTEX 2020-10-20 19:55:16 +03:00
trx0i_s.h MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
trx0purge.h add innodb_debug_sync var to support DEBUG_SYNC from purge threads 2019-10-11 17:02:39 +10:00
trx0purge.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0rec.h MDEV-21595: innodb offset_t rename to rec_offs 2020-04-29 12:02:47 +03:00
trx0rec.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0roll.h Cleanup: Remove thr_is_recv(), trx_is_recv() 2020-06-01 10:23:11 +03:00
trx0roll.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0rseg.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0rseg.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0sys.h MDEV-15326: InnoDB: Failing assertion: !other_lock 2019-09-04 09:42:38 +03:00
trx0sys.ic MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
trx0trx.h MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
trx0trx.ic MDEV-25594: Improve debug checks 2021-07-27 08:52:01 +03:00
trx0types.h Remove orphan type name trx_sig_t 2021-06-10 11:17:40 +03:00
trx0undo.h MDEV-23693 Failing assertion: my_atomic_load32_explicit(&lock->lock_word, MY_MEMORY_ORDER_RELAXED) == X_LOCK_DECR 2020-10-27 18:30:00 +05:30
trx0undo.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
trx0xa.h Update FSF Address 2019-05-11 21:29:06 +03:00
univ.i MDEV-26205 Merge new release of InnoDB 5.7.35 to 10.2 2021-07-22 18:07:37 +03:00
ut0byte.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0byte.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0counter.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0crc32.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0dbg.h Remove UT_NOT_USED 2019-05-20 17:09:50 +03:00
ut0list.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0list.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0lst.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0mem.h Clean up ut_strlcpy(), ut_strlcpy_rev() 2019-10-30 06:42:51 +02:00
ut0mem.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0mutex.h MDEV-23996 Race conditions in SHOW ENGINE INNODB MUTEX 2020-10-20 19:55:16 +03:00
ut0new.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0pool.h MDEV-22782 AddressSanitizer race condition in trx_free() 2020-08-21 18:23:28 +03:00
ut0rbt.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0rnd.h MDEV-21256: Replace the 64-bit LCG with a 32-bit Galois LFSR 2019-12-10 16:59:34 +02:00
ut0rnd.ic MDEV-21256: Simplify ut_rnd_interval() 2019-12-10 16:58:28 +02:00
ut0sort.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0stage.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0ut.h MDEV-22721 Remove bloat caused by InnoDB logger class 2020-06-04 10:24:10 +03:00
ut0ut.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0vec.h Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0vec.ic Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
ut0wqueue.h Merge 10.1 to 10.2 2019-10-25 17:33:39 +03:00