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
f10dec68
Commit
f10dec68
authored
Mar 18, 2010
by
Bjorn Munch
Browse files
Options
Browse Files
Download
Plain Diff
upmerge 43588
parents
691de48d
2fb8854a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1 addition
and
7 deletions
+1
-7
client/mysqltest.cc
client/mysqltest.cc
+1
-1
mysql-test/r/mysqltest.result
mysql-test/r/mysqltest.result
+0
-1
mysql-test/t/innodb_mysql.test
mysql-test/t/innodb_mysql.test
+0
-4
mysql-test/t/mysqltest.test
mysql-test/t/mysqltest.test
+0
-1
No files found.
client/mysqltest.cc
View file @
f10dec68
...
...
@@ -4941,7 +4941,7 @@ int connect_n_handle_errors(struct st_command *command,
ds
=
&
ds_res
;
/* Only log if an error is expected */
if
(
!
command
->
abort_on_error
&&
if
(
command
->
expected_errors
.
count
>
0
&&
!
disable_query_log
)
{
/*
...
...
mysql-test/r/mysqltest.result
View file @
f10dec68
...
...
@@ -447,7 +447,6 @@ OK
mysqltest: The test didn't produce any output
mysqltest: In included file "MYSQLTEST_VARDIR/tmp/mysqltest.sql": At line 3: connection 'test_con1' not found in connection pool
mysqltest: In included file "MYSQLTEST_VARDIR/tmp/mysqltest.sql": At line 2: Connection test_con1 already exists
connect(localhost,root,,test,MASTER_PORT,MASTER_SOCKET);
show tables;
ERROR 3D000: No database selected
Output from mysqltest-x.inc
...
...
mysql-test/t/innodb_mysql.test
View file @
f10dec68
...
...
@@ -500,11 +500,7 @@ INSERT INTO t2 VALUES (),();
CREATE
OR
REPLACE
VIEW
v1
AS
SELECT
1
FROM
t2
WHERE
b
=
(
SELECT
a
FROM
t1
LIMIT
1
);
--
disable_query_log
--
disable_result_log
CONNECT
(
con1
,
localhost
,
root
,,);
--
enable_query_log
--
enable_result_log
CONNECTION
default
;
DELIMITER
|
;
...
...
mysql-test/t/mysqltest.test
View file @
f10dec68
...
...
@@ -1441,7 +1441,6 @@ EOF
remove_file
$MYSQLTEST_VARDIR
/
tmp
/
mysqltest
.
sql
;
# connect when "disable_abort_on_error" caused "connection not found"
--
replace_result
$MASTER_MYSOCK
MASTER_SOCKET
$MASTER_MYPORT
MASTER_PORT
--
disable_abort_on_error
connect
(
con1
,
localhost
,
root
,,);
connection
default
;
...
...
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