diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-09-10 11:18:50 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-09-10 11:18:50 +0200 |
commit | 7158ae635ba696530f8f46230b342b3b720419b0 (patch) | |
tree | 1592740eb9d853816e655e3e0d34c5be7a6cca33 /sql/sql_table.cc | |
parent | ff1df12a20535be9b94e669f29a6134597dbe4a1 (diff) | |
parent | 28eb7825ef16f0fd4daf0c719fd42869a3e73bc9 (diff) | |
download | mariadb-git-7158ae635ba696530f8f46230b342b3b720419b0.tar.gz |
Automerge
Diffstat (limited to 'sql/sql_table.cc')
-rw-r--r-- | sql/sql_table.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_table.cc b/sql/sql_table.cc index 4a1050b897d..ff4faa494e9 100644 --- a/sql/sql_table.cc +++ b/sql/sql_table.cc @@ -4521,6 +4521,7 @@ static bool mysql_admin_table(THD* thd, TABLE_LIST* tables, /* Set up which partitions that should be processed if ALTER TABLE t ANALYZE/CHECK/OPTIMIZE/REPAIR PARTITION .. + CACHE INDEX/LOAD INDEX for specified partitions */ Alter_info *alter_info= &lex->alter_info; |