From 7e4d89c97379249ace6633bc406ff2ec2418252a Mon Sep 17 00:00:00 2001 From: Igor Babaev Date: Tue, 16 Feb 2010 08:41:11 -0800 Subject: WL#86: Partitioned key cache for MyISAM. This is the base patch for the task. --- mysql-test/t/select_pkeycache.test | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 mysql-test/t/select_pkeycache.test (limited to 'mysql-test/t/select_pkeycache.test') diff --git a/mysql-test/t/select_pkeycache.test b/mysql-test/t/select_pkeycache.test new file mode 100644 index 00000000000..4216e9a5156 --- /dev/null +++ b/mysql-test/t/select_pkeycache.test @@ -0,0 +1,8 @@ + +# +# Run select.test partitioned default key cache (with 7 partitions) +# (see setting the number of partitions in select_pkecache-master.opt) +# The result is expected the same as for select.test +# + +--source t/select.test -- cgit v1.2.1 From e44633c8778354e5f9f71dd7e66fa972f9caeed0 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Wed, 26 May 2010 18:33:40 +0200 Subject: rename "partitioned key cache" to "segmented" --- mysql-test/t/select_pkeycache.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mysql-test/t/select_pkeycache.test') diff --git a/mysql-test/t/select_pkeycache.test b/mysql-test/t/select_pkeycache.test index 4216e9a5156..e0ee96e937a 100644 --- a/mysql-test/t/select_pkeycache.test +++ b/mysql-test/t/select_pkeycache.test @@ -1,7 +1,7 @@ # -# Run select.test partitioned default key cache (with 7 partitions) -# (see setting the number of partitions in select_pkecache-master.opt) +# Run select.test with the segmented default key cache (with 7 segments) +# (see setting the number of segments in select_pkecache-master.opt) # The result is expected the same as for select.test # -- cgit v1.2.1