mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
MWL#182: Explain running statements: address review feedback
- Fix the year in Monty Program Ab copyrights in the new files. - Fix permissions handling so that SHOW EXPLAIN's handling is the same as SHOW PROCESSLIST's.
This commit is contained in:
@ -1552,7 +1552,7 @@ public:
|
||||
};
|
||||
|
||||
class THD;
|
||||
void mysqld_show_explain(THD *thd, ulong thread_id);
|
||||
void mysqld_show_explain(THD *thd, const char *calling_user, ulong thread_id);
|
||||
#ifndef DBUG_OFF
|
||||
void dbug_serve_apcs(THD *thd, int n_calls);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user