mariadb/storage/innobase
Nikita Malyavin 7a98d232e4 MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraint
node->is_delete was incorrectly set to NO_DELETE for a set of operations.

In general we shouldn't rely on sql_command and look for more abstract ways
to control the behavior.

trg_event_map seems to be a suitable way. To mind replica nodes, it is ORed
with slave_fk_event_map, which stores trg_event_map when replica has
triggers disabled.
2023-01-12 21:51:48 +03:00
..
btr MDEV-28462 Race condition between instant alter and AHI access 2022-11-22 15:24:44 +05:30
buf MDEV-28462 Race condition between instant alter and AHI access 2022-11-22 15:24:44 +05:30
data Fix clang -Wunused-but-set-variable 2022-10-14 11:00:34 +03:00
dict MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORY 2022-12-27 00:02:02 +03:00
eval Merge 10.2 into 10.3 2019-12-12 14:41:51 +02:00
fil MDEV-29258 Failing assertion for name length on RENAME TABLE 2022-08-30 10:59:31 +03:00
fsp MDEV-27882 Innodb - recognise MySQL-8.0 innodb flags and give a specific error message 2022-11-11 10:21:28 +11:00
fts MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORY 2022-12-27 00:02:02 +03:00
fut Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
gis Fix clang -Wunused-but-set-variable 2022-10-14 11:00:34 +03:00
ha Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
handler MDEV-30378 Versioned REPLACE succeeds with ON DELETE RESTRICT constraint 2023-01-12 21:51:48 +03:00
ibuf MDEV-29905 Change buffer operations fail to check for log file overflow 2022-11-08 11:37:43 +02:00
include MDEV-25004 Missing row in FTS_DOC_ID_INDEX during DELETE HISTORY 2022-12-27 00:02:02 +03:00
lock Remove an unused parameter 2023-01-11 08:37:27 +02:00
log Include some advice in the crash-upgrade message 2022-11-08 10:39:29 +02:00
mach Merge 10.1 into 10.2 2019-05-13 17:54:04 +03:00
mem Merge 10.2 into 10.3 2020-07-02 06:17:51 +03:00
mtr Merge 10.2 into 10.3 2021-09-22 18:01:41 +03:00
mysql-test/storage_engine Fix for MDEV-17449, typo in error message (#1146) 2019-03-24 21:24:28 +04:00
os InnoDB cleanup: Replace UNIV_LINUX, UNIV_SOLARIS, UNIV_AIX 2022-09-19 12:20:53 +03:00
page MDEV-28462 Race condition between instant alter and AHI access 2022-11-22 15:24:44 +05:30
pars Merge 10.2 into 10.3 2021-11-09 08:26:59 +02:00
que MDEV-23371: Crash in _db_doprnt_ via que_thr_step() 2022-11-08 11:24:49 +02:00
read Merge 10.2 into 10.3 2021-07-27 10:47:17 +03:00
rem MDEV-24620 ASAN heap-buffer-overflow in btr_pcur_restore_position() 2021-04-13 10:28:13 +03:00
row MDEV-25004 Refactorings 2022-12-27 00:02:02 +03:00
srv InnoDB cleanup: Replace UNIV_LINUX, UNIV_SOLARIS, UNIV_AIX 2022-09-19 12:20:53 +03:00
sync MDEV-28369 ibuf_bitmap_mutex is an unnecessary contention point 2022-04-21 09:15:18 +03:00
trx MDEV-29666 InnoDB fails to purge secondary index records when indexed virtual columns exist 2022-10-05 09:30:33 +03:00
unittest MDEV-19522 fixup: Use correct printf format 2021-10-21 15:53:35 +03:00
ut Cleanup: Remove unused error code DB_FORCED_ABORT 2022-06-08 14:23:21 +03:00
.clang-format-old switch off storage/innobase/.clang-format: InnoDB uses a common formatting style for all new code 2021-03-17 11:01:15 +03:00
bzip2.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
CMakeLists.txt Silence clang 13 -Wunused-but-set-variable for Bison 2022-10-10 09:36:43 +03:00
compile-innodb Merge branch '5.5' into 10.1 2019-05-11 22:19:05 +03:00
COPYING.Google
COPYING.Percona
lz4.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzma.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
lzo.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00
snappy.cmake Add feature summary at the end of cmake. 2021-07-21 10:22:56 +03:00