1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +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

@@ -4151,7 +4151,7 @@ uint set_part_state(Alter_info *alter_info, partition_info *tab_part_info,
/*
Mark the partition.
I.e mark the partition as a partition to be "changed" by
analyzing/optimizing/rebuilding/checking/repairing
analyzing/optimizing/rebuilding/checking/repairing/...
*/
no_parts_found++;
part_elem->part_state= part_state;