We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebf3649 commit 0c7af6aCopy full SHA for 0c7af6a
mysql-test/main/secure_file_priv_win.test
@@ -12,6 +12,8 @@ INSERT INTO t1 values ('a');
12
LET $MYSQL_TMP_DIR_UCASE= `SELECT upper('$MYSQL_TMP_DIR')`;
13
LET $MYSQL_TMP_DIR_LCASE= `SELECT lower('$MYSQL_TMP_DIR')`;
14
15
+--disable_ps2_protocol
16
+
17
#create the file
18
--replace_result $MYSQL_TMP_DIR MYSQL_TMP_DIR
19
eval SELECT * FROM t1 INTO OUTFILE '$MYSQL_TMP_DIR/B11764517.tmp';
@@ -77,3 +79,4 @@ eval SELECT * FROM t1 INTO OUTFILE '$MYSQL_TMP_DIR_LCASE/B11764517-5.tmp';
77
79
--error 0,1
78
80
--remove_file $MYSQL_TMP_DIR/B11764517-5.tmp;
81
DROP TABLE t1;
82
+--enable_ps2_protocol
0 commit comments