summaryrefslogtreecommitdiff
path: root/mysql-test/r
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2011-03-29 22:43:35 +0200
committerVladislav Vaintroub <wlad@montyprogram.com>2011-03-29 22:43:35 +0200
commit3273ce6a775b715a72cbc9aacdbb43650c7bd103 (patch)
treea235037c8d69fe7599defe918d1689875f980b57 /mysql-test/r
parent9e5bf5ae0c87995188edc585c6adeb391f7df5e5 (diff)
parent2c0e356ae8a2265740de0540a8d76688025c3672 (diff)
downloadmariadb-git-3273ce6a775b715a72cbc9aacdbb43650c7bd103.tar.gz
merge
Diffstat (limited to 'mysql-test/r')
-rw-r--r--mysql-test/r/myisam.result6
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/r/myisam.result b/mysql-test/r/myisam.result
index 1174ba7dfcf..ed29c734d28 100644
--- a/mysql-test/r/myisam.result
+++ b/mysql-test/r/myisam.result
@@ -2445,3 +2445,9 @@ DROP TABLE t1;
SET myisam_sort_buffer_size=@@global.myisam_sort_buffer_size;
SET myisam_repair_threads=@@global.myisam_repair_threads;
End of 5.1 tests
+show variables like 'myisam_block_size';
+Variable_name Value
+myisam_block_size 1024
+select @@global.myisam_block_size;
+@@global.myisam_block_size
+1024