1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Comment and indentation improvements

This commit is contained in:
Monty
2025-01-05 17:33:10 +02:00
parent 4992aaf9a2
commit d9c3b775b8
7 changed files with 28 additions and 16 deletions

View File

@@ -1986,7 +1986,7 @@ bool Table_triggers_list::check_n_load(THD *thd, const LEX_CSTRING *db,
In special cases like "RENAME TABLE `#mysql50#somename` TO `somename`"
or "ALTER DATABASE `#mysql50#somename` UPGRADE DATA DIRECTORY NAME"
we might be given table or database name with "#mysql50#" prefix (and
trigger's definiton contains un-prefixed version of the same name).
trigger's definition contains un-prefixed version of the same name).
To remove this prefix we use check_n_cut_mysql50_prefix().
*/