1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +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 4b20ccafaa
commit b67924eb4e
12 changed files with 17 additions and 17 deletions

View File

@ -18,7 +18,7 @@
#include "sql_lex.h" // Sql_statement
#include "sql_truncate.h" // mysql_truncate_table,
// Truncate_statement
#include "sql_table_maintenance.h" // Analyze/Check/.._table_statement
#include "sql_admin.h" // Analyze/Check/.._table_statement
#include "sql_partition_admin.h" // Alter_table_*_partition
#ifndef WITH_PARTITION_STORAGE_ENGINE