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
0b2f20bb
Commit
0b2f20bb
authored
Oct 05, 2007
by
gluh@eagle.(none)
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysql.com:/home/gluh/MySQL/Merge/5.0-opt
into mysql.com:/home/gluh/MySQL/Merge/5.1-opt
parents
16c07b16
ac855935
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
mysql-test/r/information_schema.result
mysql-test/r/information_schema.result
+4
-4
mysql-test/t/information_schema.test
mysql-test/t/information_schema.test
+2
-3
No files found.
mysql-test/r/information_schema.result
View file @
0b2f20bb
...
@@ -1470,10 +1470,10 @@ f7 datetime NO NULL
...
@@ -1470,10 +1470,10 @@ f7 datetime NO NULL
f8 datetime YES 2006-01-01 00:00:00
f8 datetime YES 2006-01-01 00:00:00
drop table t1;
drop table t1;
End of 5.0 tests.
End of 5.0 tests.
show fields from information_schema.
TABLE_NAMES
;
show fields from information_schema.
table_names
;
ERROR 42S02: Unknown table '
TABLE_NAMES
' in information_schema
ERROR 42S02: Unknown table '
table_names
' in information_schema
show keys from information_schema.
TABLE_NAMES
;
show keys from information_schema.
table_names
;
ERROR 42S02: Unknown table '
TABLE_NAMES
' in information_schema
ERROR 42S02: Unknown table '
table_names
' in information_schema
select * from information_schema.engines WHERE ENGINE="MyISAM";
select * from information_schema.engines WHERE ENGINE="MyISAM";
ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
ENGINE SUPPORT COMMENT TRANSACTIONS XA SAVEPOINTS
MyISAM DEFAULT Default engine as of MySQL 3.23 with great performance NO NO NO
MyISAM DEFAULT Default engine as of MySQL 3.23 with great performance NO NO NO
...
...
mysql-test/t/information_schema.test
View file @
0b2f20bb
...
@@ -1095,10 +1095,9 @@ drop table t1;
...
@@ -1095,10 +1095,9 @@ drop table t1;
# Bug#30079 A check for "hidden" I_S tables is flawed
# Bug#30079 A check for "hidden" I_S tables is flawed
#
#
--
error
1109
--
error
1109
show
fields
from
information_schema
.
TABLE_NAMES
;
show
fields
from
information_schema
.
table_names
;
--
error
1109
--
error
1109
show
keys
from
information_schema
.
TABLE_NAMES
;
show
keys
from
information_schema
.
table_names
;
#
#
# Show engines
# Show engines
#
#
...
...
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