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
e2a6759c
Commit
e2a6759c
authored
Nov 22, 2006
by
iggy@rolltop.ignatz42.dyndns.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug#19799 delimiter command not working correctly when sourcing a sql file
- Use more appropriate test case.
parent
26e05951
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
6 deletions
+4
-6
mysql-test/r/mysql.result
mysql-test/r/mysql.result
+2
-5
mysql-test/t/mysql_delimiter.sql
mysql-test/t/mysql_delimiter.sql
+2
-1
No files found.
mysql-test/r/mysql.result
View file @
e2a6759c
...
...
@@ -36,11 +36,8 @@ Tables_in_test
t1
t2
t3
Database
information_schema
cluster
mysql
test
Tables_in_test
t1
_
Test delimiter : from command line
a
...
...
mysql-test/t/mysql_delimiter.sql
View file @
e2a6759c
...
...
@@ -56,5 +56,6 @@ delimiter ; # Reset delimiter
#
with
Windows
style
line
endings
.
#
source
t
/
mysql_delimiter_19799
.
sql
show
databases
//
use
test
//
show
tables
//
delimiter
;
#
Reset
delimiter
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