diff options
author | Satya B <satya.bn@sun.com> | 2009-12-17 17:15:13 +0530 |
---|---|---|
committer | Satya B <satya.bn@sun.com> | 2009-12-17 17:15:13 +0530 |
commit | bbf079cf2cdee06b2a96cc520a10f33f28754ad3 (patch) | |
tree | 4c93c836980d7cf93eeacca6d20f05143aec86f5 /mysql-test/t/variables.test | |
parent | 4621d480fc476127722e7a14656051edebb3673c (diff) | |
parent | cf9966f86f3c6245f33342f2f5498a0c5efa96e4 (diff) | |
download | mariadb-git-bbf079cf2cdee06b2a96cc520a10f33f28754ad3.tar.gz |
merge mysql-5.0-bugteam to mysql-5.1-bugteam
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 1580d7f36d7..6c9015a1bff 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 # |