Commit d368a2f6 authored by Alexander Barkov's avatar Alexander Barkov

Suppress additional debug info printed in _DEBUG build

modified:
  mysql-test/suite/connect/t/mysql.test
parent 3db9803c
......@@ -12,7 +12,8 @@ SELECT * FROM t1;
--echo #
# Bad user name
--replace_result $PORT PORT
# Suppress "mysql_real_connect failed:" (printed in _DEBUG build)
--replace_result $PORT PORT "mysql_real_connect failed: " ""
--error ER_UNKNOWN_ERROR
--eval CREATE TABLE t2 ENGINE=CONNECT TABLE_TYPE=MYSQL TABNAME='t1' OPTION_LIST='host=localhost,user=root1,port=$PORT'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment