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
36305254
Commit
36305254
authored
May 02, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Coeection to the bug format to for better search - review comment
parent
51d6e623
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
mysql-test/suite/funcs_1/datadict/datadict_master.inc
mysql-test/suite/funcs_1/datadict/datadict_master.inc
+9
-3
No files found.
mysql-test/suite/funcs_1/datadict/datadict_master.inc
View file @
36305254
...
...
@@ -460,7 +460,9 @@ eval SELECT *
LINES
TERMINATED
BY
'\n'
FROM
information_schema
.
schemata
WHERE
schema_name
LIKE
'db_%'
;
# The above error is bug 28181 - a regression in 5.0.42
# The above will fail with access error as long as
# BUBG#28181 - a regression introduced in 5.0.42 is not fixed
eval
SELECT
*
FROM
information_schema
.
schemata
WHERE
schema_name
LIKE
'db_%'
;
...
...
@@ -473,7 +475,9 @@ eval SELECT *
FIELDS
TERMINATED
BY
','
OPTIONALLY
ENCLOSED
BY
'"'
LINES
TERMINATED
BY
'\n'
FROM
schemata
LIMIT
0
,
5
;
# The above error is bug 28181 - a regression in 5.0.42
# The above will fail with access error as long as
# BUBG#28181 - a regression introduced in 5.0.42 is not fixed
eval
SELECT
*
FROM
schemata
LIMIT
0
,
5
;
...
...
@@ -483,7 +487,9 @@ eval SELECT *
LINES
TERMINATED
BY
'\n'
FROM
information_schema
.
schemata
WHERE
schema_name
LIKE
'db_%'
;
# The above error is bug 28181 - a regression in 5.0.42
# The above will fail with access error as long as
# BUBG#28181 - a regression introduced in 5.0.42 is not fixed
eval
SELECT
*
FROM
information_schema
.
schemata
WHERE
schema_name
LIKE
'db_%'
;
...
...
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