summaryrefslogtreecommitdiff
path: root/mysql-test/suite/funcs_1/datadict/is_routines.inc
diff options
context:
space:
mode:
authorDavi Arnaut <Davi.Arnaut@Sun.COM>2009-06-09 13:09:16 -0300
committerDavi Arnaut <Davi.Arnaut@Sun.COM>2009-06-09 13:09:16 -0300
commitcb26bb932c385a41706fb0d423da614958fdaeb5 (patch)
tree50c21c96d5ca90eb05d14ae459afe426a35f8b15 /mysql-test/suite/funcs_1/datadict/is_routines.inc
parente66c574df9fb554880217dcbf3a2fbf7e88e1d98 (diff)
downloadmariadb-git-cb26bb932c385a41706fb0d423da614958fdaeb5.tar.gz
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.
Diffstat (limited to 'mysql-test/suite/funcs_1/datadict/is_routines.inc')
-rw-r--r--mysql-test/suite/funcs_1/datadict/is_routines.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/mysql-test/suite/funcs_1/datadict/is_routines.inc b/mysql-test/suite/funcs_1/datadict/is_routines.inc
index 19f7ed5d230..c2b547e600f 100644
--- a/mysql-test/suite/funcs_1/datadict/is_routines.inc
+++ b/mysql-test/suite/funcs_1/datadict/is_routines.inc
@@ -179,7 +179,6 @@ GRANT EXECUTE ON db_datadict_2.* TO 'testuser2'@'localhost';
FLUSH PRIVILEGES;
--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, , db_datadict);
--replace_column 16 "YYYY-MM-DD hh:mm:ss" 17 "YYYY-MM-DD hh:mm:ss"