Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
903e0b4e
Commit
903e0b4e
authored
Apr 30, 2008
by
hhunger@hh-nb.hungers
Browse files
Options
Browse Files
Download
Plain Diff
Merge hh-nb.hungers:/work/trees/mysql-5.1-build-src-clean
into hh-nb.hungers:/work/merge/mysql-5.1-build
parents
85a01db2
f1850f5e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
mysql-test/r/myisam_use_mmap_basic.result
mysql-test/r/myisam_use_mmap_basic.result
+1
-2
mysql-test/t/myisam_use_mmap_basic.test
mysql-test/t/myisam_use_mmap_basic.test
+1
-1
No files found.
mysql-test/r/myisam_use_mmap_basic.result
View file @
903e0b4e
...
...
@@ -4,7 +4,6 @@ COUNT(@@GLOBAL.myisam_use_mmap)
1
1 Expected
'#---------------------BS_STVARS_042_02----------------------#'
SET @@GLOBAL.myisam_use_mmap=1;
"BUG:It should give error on setting this variable as it is readonly variable"
Expected error 'Read only variable'
SELECT COUNT(@@GLOBAL.myisam_use_mmap);
...
...
@@ -16,7 +15,7 @@ SELECT @@GLOBAL.myisam_use_mmap = VARIABLE_VALUE
FROM INFORMATION_SCHEMA.GLOBAL_VARIABLES
WHERE VARIABLE_NAME='myisam_use_mmap';
@@GLOBAL.myisam_use_mmap = VARIABLE_VALUE
0
1
1 Expected
SELECT COUNT(@@GLOBAL.myisam_use_mmap);
COUNT(@@GLOBAL.myisam_use_mmap)
...
...
mysql-test/t/myisam_use_mmap_basic.test
View file @
903e0b4e
...
...
@@ -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'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment