1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-29 00:08:14 +03:00

Many files:

tabs replaced
ha_innodb.cc:
  Comments removed
This commit is contained in:
vtkachenko@intelp4d.mysql.com
2004-12-24 13:31:21 +01:00
parent 78846b2923
commit f1dfafe721
13 changed files with 41 additions and 37 deletions

View File

@@ -2491,7 +2491,7 @@ mysql_execute_command(THD *thd)
case SQLCOM_SHOW_MUTEX_STATUS:
{
if (check_global_access(thd, SUPER_ACL))
goto error;
goto error;
res = innodb_mutex_show_status(thd);
break;
}