summaryrefslogtreecommitdiff
path: root/mysql-test/r/query_cache.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2002-01-12 15:40:52 +0200
committerunknown <bell@sanja.is.com.ua>2002-01-12 15:40:52 +0200
commit985763d6496dcc85400b07773807b5221b449527 (patch)
tree2e413a6bbae645fe6c932fc7de7817ec35221dba /mysql-test/r/query_cache.result
parent87ec5559477643e2574872fca93a5b4898868de0 (diff)
downloadmariadb-git-985763d6496dcc85400b07773807b5221b449527.tar.gz
New result block allocation strategy
mysql-test/r/query_cache.result: Test changed according with new block sizes mysql-test/t/query_cache.test: Test changed according with new block sizes
Diffstat (limited to 'mysql-test/r/query_cache.result')
-rw-r--r--mysql-test/r/query_cache.result4
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/query_cache.result b/mysql-test/r/query_cache.result
index 632f64e25de..af14575a812 100644
--- a/mysql-test/r/query_cache.result
+++ b/mysql-test/r/query_cache.result
@@ -179,8 +179,6 @@ create table t2 (a text not null);
create table t21 (a text not null);
create table t3 (a text not null);
insert into t1 values("1111111111111111111111111111111111111111111111111111");
-insert into t11 select * from t1;
-insert into t21 select * from t1;
insert into t2 select * from t1;
insert into t1 select * from t2;
insert into t2 select * from t1;
@@ -196,6 +194,8 @@ insert into t1 select * from t2;
insert into t2 select * from t1;
insert into t1 select * from t2;
insert into t2 select * from t1;
+insert into t11 select * from t1;
+insert into t21 select * from t1;
insert into t1 select * from t2;
insert into t2 select * from t1;
insert into t1 select * from t2;