diff options
author | Daniel Black <daniel@mariadb.org> | 2021-06-11 14:30:42 +1000 |
---|---|---|
committer | Daniel Black <daniel@mariadb.org> | 2021-06-11 14:30:42 +1000 |
commit | 8a2b4d531dc661ee605eeecdfc901bc833f86564 (patch) | |
tree | 5a0a629dbe3c2fd8754d1aa35541e3391aa3518c /mysql-test/main/connect-abstract.result | |
parent | e85df7feac529fd995e9aca61b202d82e06c5c0e (diff) | |
download | mariadb-git-8a2b4d531dc661ee605eeecdfc901bc833f86564.tar.gz |
MDEV-20162: fix connect-abstract test case
The check-testcase record uses a mysqltest connection
to the database to do the recording. With the server configured
as an abstract socket, the mysqltest client cannot connect and
fails.
We work around this by starting the server as normal and then
restart with an abstract socket and test this.
This didn't affect Windows as it just did a tcp connection.
So this did affect all unix socket based systems except Linux
as this was the only one that supported abstract sockets.
Diffstat (limited to 'mysql-test/main/connect-abstract.result')
-rw-r--r-- | mysql-test/main/connect-abstract.result | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mysql-test/main/connect-abstract.result b/mysql-test/main/connect-abstract.result index 68a9674dfaa..8f7c125196a 100644 --- a/mysql-test/main/connect-abstract.result +++ b/mysql-test/main/connect-abstract.result @@ -1,5 +1,3 @@ -connect con1,localhost,root,,test,,$ABSTRACT_SOCKET; select 1; 1 1 -disconnect con1; |