Skip to content

Commit cd5ee3b

Browse files
committed
Reproduce Bug 26742948
1 parent 39a7662 commit cd5ee3b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

xapi/tests/xapi-t.cc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1881,6 +1881,13 @@ TEST_F(xapi, unix_socket)
18811881

18821882
local_sess = mysqlx_get_session_from_options(opt, conn_error, &conn_err_code);
18831883

1884+
{
1885+
// Bug 26742948
1886+
EXPECT_EQ(RESULT_OK, mysqlx_session_option_set(opt, MYSQLX_OPT_SOCKET, "../../../../../../../tmp/mysqlx_11.sock"));
1887+
1888+
mysqlx_session_option_set(opt, MYSQLX_OPT_USER, "mysqld_user", PARAM_END);
1889+
}
1890+
18841891
mysqlx_free_options(opt);
18851892

18861893
if (local_sess)

0 commit comments

Comments
 (0)