diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-12-19 11:27:22 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-12-19 11:27:22 +0300 |
commit | 02b76970c5da2b836d322e4189cdde79a5c15f4c (patch) | |
tree | 3b5c7e394cefb5bd79d4936b079c252c054b3a8c /mysql-test/t/variables.test | |
parent | 3b103b4897cb62fffbdaaec066e27be5c957531e (diff) | |
parent | dc70b216cd948a874ac2693398fe36abb32dee89 (diff) | |
download | mariadb-git-02b76970c5da2b836d322e4189cdde79a5c15f4c.tar.gz |
Auto-merge from mysql-next-mr.
Diffstat (limited to 'mysql-test/t/variables.test')
-rw-r--r-- | mysql-test/t/variables.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/t/variables.test b/mysql-test/t/variables.test index bf91dbf570b..2252577926c 100644 --- a/mysql-test/t/variables.test +++ b/mysql-test/t/variables.test @@ -779,6 +779,12 @@ set @@hostname= "anothername"; --replace_column 2 # show variables like 'hostname'; +--echo # +--echo # BUG#37408 - Compressed MyISAM files should not require/use mmap() +--echo # +--echo # Test 'myisam_mmap_size' option is not dynamic +--error ER_INCORRECT_GLOBAL_LOCAL_VAR +SET @@myisam_mmap_size= 500M; --echo End of 5.0 tests # |