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

Remove assignments of the $MASTER_MYSOCK variable.

This variable is defined by default and one should not do it
directly as the socket variable is not available on Windows.
This commit is contained in:
Davi Arnaut
2009-06-09 13:09:16 -03:00
parent e66c574df9
commit cb26bb932c
36 changed files with 0 additions and 36 deletions

View File

@ -27,7 +27,6 @@ CREATE USER testuser1@localhost;
GRANT SELECT ON test1.* TO testuser1@localhost;
--echo # Establish connection testuser1 (user=testuser1)
let $MASTER_MYSOCK= query_get_value(SHOW VARIABLES LIKE 'socket', Value, 1);
--replace_result $MASTER_MYPORT MYSQL_PORT $MASTER_MYSOCK MYSQL_SOCK
connect (testuser1,localhost,testuser1,,test1);
--source suite/funcs_1/datadict/tables2.inc