mariadb/storage/innobase/dict
Thirunarayanan Balathandayuthapani 0301ef38b4 MDEV-35445 Disable foreign key column nullability check for strict sql mode
- MDEV-34392(commit cc810e64d4) adds
the check for nullability of foreign key column when foreign key
relation is of UPDATE_CASCADE or UPDATE SET NULL. This check
makes DDL fail when it violates foreign key nullability.
This patch basically does the nullability check for foreign key
column only for strict sql mode
2025-01-21 18:52:33 +05:30
..
dict0boot.cc MDEV-30106 InnoDB fails to validate the change buffer on startup 2022-11-28 11:34:22 +02:00
dict0crea.cc MDEV-35445 Disable foreign key column nullability check for strict sql mode 2025-01-21 18:52:33 +05:30
dict0defrag_bg.cc Merge 10.4 into 10.5 2022-11-09 09:30:37 +02:00
dict0dict.cc MDEV-34392 Inplace algorithm violates the foreign key constraint 2024-10-01 09:41:56 +05:30
dict0load.cc MDEV-30936 clang 15.0.7 -fsanitize=memory fails massively 2023-03-28 11:44:24 +03:00
dict0mem.cc MDEV-30936 clang 15.0.7 -fsanitize=memory fails massively 2023-03-28 11:44:24 +03:00
dict0stats.cc MDEV-26516: WSREP: Record locking is disabled in this thread, but the table being modified 2024-11-28 01:02:35 +01:00
dict0stats_bg.cc MDEV-33046 fixup. Do not try to schedule timer without dict_stats_start() 2023-12-21 20:20:47 +01:00