mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 05:05:33 +02:00
Rename of sql_alter_table -> sql_alter and sql_table_maintenance -> sql_admin
This commit is contained in:
parent
4b20ccafaa
commit
b67924eb4e
12 changed files with 17 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue