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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
25de3a56
Commit
25de3a56
authored
Jul 05, 2010
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
BUG#54832 - Comment for MyISAM says it is a default engine
Adjusted tests.
parent
1b989462
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
mysql-test/r/information_schema.result
mysql-test/r/information_schema.result
+1
-1
mysql-test/suite/funcs_1/r/is_engines_myisam.result
mysql-test/suite/funcs_1/r/is_engines_myisam.result
+1
-1
No files found.
mysql-test/r/information_schema.result
View file @
25de3a56
...
...
@@ -1427,7 +1427,7 @@ USE test;
End of 5.0 tests.
select * from information_schema.engines WHERE ENGINE="MyISAM";
ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
MyISAM DEFAULT
Default engine as of MySQL 3.23 with great performanc
e NO NO NO
MyISAM DEFAULT
MyISAM storage engin
e NO NO NO
grant select on *.* to user3148@localhost;
select user,db from information_schema.processlist;
user db
...
...
mysql-test/suite/funcs_1/r/is_engines_myisam.result
View file @
25de3a56
...
...
@@ -2,7 +2,7 @@ SELECT * FROM information_schema.engines
WHERE ENGINE = 'MyISAM';
ENGINE MyISAM
SUPPORT DEFAULT
COMMENT
Default engine as of MySQL 3.23 with great performanc
e
COMMENT
MyISAM storage engin
e
TRANSACTIONS NO
XA NO
SAVEPOINTS NO
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