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
554d405d
Commit
554d405d
authored
Oct 05, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test fix(to satisfy WIN)
mysql-test/r/information_schema.result: result fix
parent
4ae273e3
Changes
2
Hide 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 @
554d405d
...
@@ -1386,7 +1386,7 @@ f7 datetime NO NULL
...
@@ -1386,7 +1386,7 @@ 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
mysql-test/t/information_schema.test
View file @
554d405d
...
@@ -1094,7 +1094,7 @@ drop table t1;
...
@@ -1094,7 +1094,7 @@ 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
;
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