mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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:
@@ -817,7 +817,6 @@ CREATE PROCEDURE sp11() insert into mysql.t1 values('a');
|
||||
--replace_column 13 created 14 modified
|
||||
SELECT security_type from mysql.proc where specific_name='sp11';
|
||||
|
||||
let $MASTER_MYSOCK= query_get_value(SHOW VARIABLES LIKE 'socket', Value, 1);
|
||||
--replace_result $MASTER_MYPORT MYSQL_PORT $MASTER_MYSOCK MYSQL_SOCK
|
||||
connect (u_1, localhost, user_1, , db_storedproc);
|
||||
--source suite/funcs_1/include/show_connection.inc
|
||||
|
||||
Reference in New Issue
Block a user