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
dfb3e338
Commit
dfb3e338
authored
Jul 20, 2004
by
tim@sand.box
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Get ps_1general test to pass (replace .result with .reject - some text
was changed in the SHOW STORAGE ENGINES results)
parent
c9656ba5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
mysql-test/r/ps_1general.result
mysql-test/r/ps_1general.result
+7
-7
No files found.
mysql-test/r/ps_1general.result
View file @
dfb3e338
...
...
@@ -302,18 +302,18 @@ ERROR HY000: This command is not supported in the prepared statement protocol ye
prepare stmt4 from ' show storage engines ';
execute stmt4;
Engine Support Comment
MyISAM YES/NO Default
type from
3.23 with great performance
HEAP YES/NO
Hash based, stored in memory, useful for temporary tables
MEMORY YES/NO
Alias for HEAP
MyISAM YES/NO Default
engine as of MySQL
3.23 with great performance
HEAP YES/NO
Alias for MEMORY
MEMORY YES/NO
Hash based, stored in memory, useful for temporary tables
MERGE YES/NO Collection of identical MyISAM tables
MRG_MYISAM YES/NO Alias for MERGE
ISAM YES/NO Obsolete
table type; Is
replaced by MyISAM
MRG_ISAM YES/NO Obsolete
table type; Is replaced by MRG_MYISAM
InnoDB YES/NO Supports transactions, row-level locking and foreign keys
ISAM YES/NO Obsolete
storage engine, now
replaced by MyISAM
MRG_ISAM YES/NO Obsolete
storage engine, now replaced by MERGE
InnoDB YES/NO Supports transactions, row-level locking
,
and foreign keys
INNOBASE YES/NO Alias for INNODB
BDB YES/NO Supports transactions and page-level locking
BERKELEYDB YES/NO Alias for BDB
NDBCLUSTER YES/NO Clustered, fault
tolerant memory
based tables
NDBCLUSTER YES/NO Clustered, fault
-tolerant, memory-
based tables
NDB YES/NO Alias for NDBCLUSTER
EXAMPLE YES/NO Example storage engine
ARCHIVE YES/NO Archive storage engine
...
...
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