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
ac855935
Commit
ac855935
authored
Oct 05, 2007
by
gluh@mysql.com/eagle.(none)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test fix(to satisfy WIN)
parent
d6e626a6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
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
-2
No files found.
mysql-test/r/information_schema.result
View file @
ac855935
...
...
@@ -1386,7 +1386,7 @@ f7 datetime NO NULL
f8 datetime YES 2006-01-01 00:00:00
drop table t1;
End of 5.0 tests.
show fields from information_schema.
TABLE_NAMES
;
ERROR 42S02: Unknown table '
TABLE_NAMES
' in information_schema
show keys from information_schema.
TABLE_NAMES
;
ERROR 42S02: Unknown table '
TABLE_NAMES
' in information_schema
show fields from information_schema.
table_names
;
ERROR 42S02: Unknown table '
table_names
' in information_schema
show keys from information_schema.
table_names
;
ERROR 42S02: Unknown table '
table_names
' in information_schema
mysql-test/t/information_schema.test
View file @
ac855935
...
...
@@ -1094,7 +1094,7 @@ drop table t1;
# Bug#30079 A check for "hidden" I_S tables is flawed
#
--
error
1109
show
fields
from
information_schema
.
TABLE_NAMES
;
show
fields
from
information_schema
.
table_names
;
--
error
1109
show
keys
from
information_schema
.
TABLE_NAMES
;
show
keys
from
information_schema
.
table_names
;
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