1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

WL#4571, Enable Key cache defined for a partition to enable more scalability on partitioned MyISAM tables among other things

This commit is contained in:
Mikael Ronstrom
2009-09-10 11:14:23 +02:00
parent 905d715f10
commit 52d9a4d3d6
7 changed files with 132 additions and 26 deletions

View File

@ -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;