1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean

into  hh-nb.hungers:/work/merge/mysql-5.1-build


BitKeeper/deleted/.del-myisam_use_mmap_basic.result:
  Delete: mysql-test/r/myisam_use_mmap_basic.result
BitKeeper/deleted/.del-myisam_use_mmap_basic.test:
  Delete: mysql-test/t/myisam_use_mmap_basic.test
This commit is contained in:
unknown
2008-04-30 15:09:51 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -39,7 +39,7 @@ SELECT COUNT(@@GLOBAL.myisam_use_mmap);
####################################################################
#--error ER_INCORRECT_GLOBAL_LOCAL_VAR
SET @@GLOBAL.myisam_use_mmap=1;
#SET @@GLOBAL.myisam_use_mmap=1;
--ECHO "BUG:It should give error on setting this variable as it is readonly variable"
--echo Expected error 'Read only variable'