1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

cleanup: comments

This commit is contained in:
Sergei Golubchik
2020-04-12 22:11:22 +02:00
parent fcd84da5f1
commit 91e79dff54
3 changed files with 5 additions and 7 deletions

View File

@ -1996,8 +1996,6 @@ int write_record(THD *thd, TABLE *table, COPY_INFO *info, select_result *sink)
tables which have ON UPDATE but have no ON DELETE triggers,
we just should not expose this fact to users by invoking
ON UPDATE triggers.
For system versioning wa also use path through delete since we would
save nothing through this cheating.
*/
if (last_uniq_key(table,key_nr) &&
!table->file->referenced_by_foreign_key() &&