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

Rename of sql_alter_table -> sql_alter and sql_table_maintenance -> sql_admin

This commit is contained in:
Mattias Jonsson
2010-08-16 16:25:23 +02:00
parent 25ae81f133
commit 2b2c7ae6de
12 changed files with 17 additions and 17 deletions

View File

@@ -50,7 +50,7 @@
// mysql_backup_table,
// mysql_restore_table
#include "sql_truncate.h" // mysql_truncate_table
#include "sql_table_maintenance.h" // mysql_assign_to_keycache
#include "sql_admin.h" // mysql_assign_to_keycache
#include "sql_connect.h" // check_user,
// decrease_user_connections,
// thd_init_client_charset, check_mqh,