Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into neptunus.(none):/home/msvensson/mysql/mysql-5.0
This commit is contained in:
commit
974d3b4733
@ -2143,19 +2143,8 @@ int connect_n_handle_errors(struct st_query *q, MYSQL* con, const char* host,
|
|||||||
*create_conn= 0;
|
*create_conn= 0;
|
||||||
goto err;
|
goto err;
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
handle_no_error(q);
|
|
||||||
|
|
||||||
/*
|
handle_no_error(q);
|
||||||
Fail if there was no error but we expected it.
|
|
||||||
We also don't want to have connection in this case.
|
|
||||||
*/
|
|
||||||
mysql_close(con);
|
|
||||||
*create_conn= 0;
|
|
||||||
error= 1;
|
|
||||||
goto err;
|
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
TODO: change this to 0 in future versions, but the 'kill' test relies on
|
TODO: change this to 0 in future versions, but the 'kill' test relies on
|
||||||
|
@ -362,6 +362,7 @@ OK
|
|||||||
mysqltest: In included file "./var/tmp/con.sql": At line 7: Connection limit exhausted - increase MAX_CONS in mysqltest.c
|
mysqltest: In included file "./var/tmp/con.sql": At line 7: Connection limit exhausted - increase MAX_CONS in mysqltest.c
|
||||||
mysqltest: In included file "./var/tmp/con.sql": At line 3: connection 'test_con1' not found in connection pool
|
mysqltest: In included file "./var/tmp/con.sql": At line 3: connection 'test_con1' not found in connection pool
|
||||||
mysqltest: In included file "./var/tmp/con.sql": At line 2: Connection test_con1 already exists
|
mysqltest: In included file "./var/tmp/con.sql": At line 2: Connection test_con1 already exists
|
||||||
|
connect(localhost,root,,test,MASTER_PORT,MASTER_SOCKET);
|
||||||
Output from mysqltest-x.inc
|
Output from mysqltest-x.inc
|
||||||
Output from mysqltest-x.inc
|
Output from mysqltest-x.inc
|
||||||
Output from mysqltest-x.inc
|
Output from mysqltest-x.inc
|
||||||
|
@ -910,7 +910,13 @@ select "a" as col1, "c" as col2;
|
|||||||
--error 1
|
--error 1
|
||||||
--exec echo "source var/tmp/con.sql;" | $MYSQL_TEST 2>&1
|
--exec echo "source var/tmp/con.sql;" | $MYSQL_TEST 2>&1
|
||||||
|
|
||||||
|
# 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;
|
||||||
|
connection con1;
|
||||||
|
--enable_abort_on_error
|
||||||
|
|
||||||
# ----------------------------------------------------------------------------
|
# ----------------------------------------------------------------------------
|
||||||
# Test mysqltest arguments
|
# Test mysqltest arguments
|
||||||
|
Loading…
x
Reference in New Issue
Block a user