mirror of
https://github.com/MariaDB/server.git
synced 2025-08-31 22:22:30 +03:00
Merge bk-internal:/home/bk/mysql-5.0
into intelp4d.mysql.com:/users/vtkachenko/bk/mysql-5.0
This commit is contained in:
@@ -2502,6 +2502,13 @@ mysql_execute_command(THD *thd)
|
||||
res = innodb_show_status(thd);
|
||||
break;
|
||||
}
|
||||
case SQLCOM_SHOW_MUTEX_STATUS:
|
||||
{
|
||||
if (check_global_access(thd, SUPER_ACL))
|
||||
goto error;
|
||||
res = innodb_mutex_show_status(thd);
|
||||
break;
|
||||
}
|
||||
#endif
|
||||
#ifdef HAVE_REPLICATION
|
||||
case SQLCOM_LOAD_MASTER_TABLE:
|
||||
|
Reference in New Issue
Block a user