1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug #43588 mysqltest command disable_abort_on_error logs connect commands

Only log connects after --error
A few small test adjustments needed/possible
This commit is contained in:
Bjorn Munch
2010-03-17 15:25:55 +01:00
parent eb235387ae
commit ddb6a95abd
4 changed files with 1 additions and 7 deletions

View File

@ -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