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
692b686d
Commit
692b686d
authored
Sep 15, 2007
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
select.test:
Post-fix for bug#27695. mysql-test/t/select.test: Post-fix for bug#27695.
parent
f58cbe3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
mysql-test/t/select.test
mysql-test/t/select.test
+4
-0
No files found.
mysql-test/t/select.test
View file @
692b686d
...
@@ -3465,6 +3465,8 @@ DROP TABLE t1;
...
@@ -3465,6 +3465,8 @@ DROP TABLE t1;
# truncation of one-space column names to zero length names.
# truncation of one-space column names to zero length names.
#
#
--
disable_ps_protocol
SELECT
1
AS
` `
;
SELECT
1
AS
` `
;
SELECT
1
AS
` `
;
SELECT
1
AS
` `
;
SELECT
1
AS
` x`
;
SELECT
1
AS
` x`
;
...
@@ -3480,4 +3482,6 @@ SELECT `x` FROM v3;
...
@@ -3480,4 +3482,6 @@ SELECT `x` FROM v3;
DROP
VIEW
v1
,
v2
,
v3
;
DROP
VIEW
v1
,
v2
,
v3
;
--
enable_ps_protocol
--
echo
End
of
5.0
tests
--
echo
End
of
5.0
tests
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