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
51a63629
Commit
51a63629
authored
Jul 17, 2006
by
evgen@moonbone.local
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mysql.test, mysql.result:
Corrected the test case after fixing bug#10977
parent
5431805c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
mysql-test/r/mysql.result
mysql-test/r/mysql.result
+4
-4
mysql-test/t/mysql.test
mysql-test/t/mysql.test
+4
-4
No files found.
mysql-test/r/mysql.result
View file @
51a63629
...
...
@@ -36,19 +36,19 @@ Tables_in_test
t1
t2
t3
_
Test delimiter : from command line
a
1
_
Test delimiter :; from command line
a
1
_
Test 'go' command(vertical output) G
*************************** 1. row ***************************
a: 1
_
Test 'go' command g
a
1
...
...
mysql-test/t/mysql.test
View file @
51a63629
...
...
@@ -20,16 +20,16 @@ insert into t1 values(1);
--
disable_query_log
# Test delimiter : supplied on the command line
select
"Test delimiter : from command line"
as
"
"
;
select
"Test delimiter : from command line"
as
"
_
"
;
--
exec
$MYSQL
test
--
delimiter
=
":"
-
e
"select * from t1:"
# Test delimiter :; supplied on the command line
select
"Test delimiter :; from command line"
as
"
"
;
select
"Test delimiter :; from command line"
as
"
_
"
;
--
exec
$MYSQL
test
--
delimiter
=
":;"
-
e
"select * from t1:;"
# Test 'go' command (vertical output) \G
select
"Test 'go' command(vertical output) \G"
as
"
"
;
select
"Test 'go' command(vertical output) \G"
as
"
_
"
;
--
exec
$MYSQL
test
-
e
"select * from t1\G"
# Test 'go' command \g
select
"Test 'go' command \g"
as
"
"
;
select
"Test 'go' command \g"
as
"
_
"
;
--
exec
$MYSQL
test
-
e
"select * from t1\g"
--
enable_query_log
drop
table
t1
;
...
...
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