1
0
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:
Sergey Petrunya
2012-06-29 22:17:16 +04:00
parent 94bf016321
commit b9093d370b
7 changed files with 138 additions and 10 deletions

View File

@ -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