mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Trivial fixups, no code changes
- Indentation changes - Fixed wrong name for used in DBUG_ENTER - Added some code comments
This commit is contained in:
@ -1826,7 +1826,7 @@ bool Table_triggers_list::drop_all_triggers(THD *thd, const LEX_CSTRING *db,
|
||||
TABLE table;
|
||||
char path[FN_REFLEN];
|
||||
bool result= 0;
|
||||
DBUG_ENTER("Triggers::drop_all_triggers");
|
||||
DBUG_ENTER("Table_triggers_list::drop_all_triggers");
|
||||
|
||||
table.reset();
|
||||
init_sql_alloc(key_memory_Table_trigger_dispatcher,
|
||||
|
Reference in New Issue
Block a user