mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fixes while reviewing new code
Added option --count to mysqlshow (to show number of rows) Fixed possible core dump in information schema
This commit is contained in:
@@ -28,7 +28,7 @@ static File_option triggers_file_parameters[]=
|
||||
mysql_create_or_drop_trigger()
|
||||
thd - current thread context (including trigger definition in LEX)
|
||||
tables - table list containing one table for which trigger is created.
|
||||
create - whenever we create (true) or drop (false) trigger
|
||||
create - whenever we create (TRUE) or drop (FALSE) trigger
|
||||
|
||||
NOTE
|
||||
This function is mainly responsible for opening and locking of table and
|
||||
|
||||
Reference in New Issue
Block a user