Skip to content

Commit ebdc6a2

Browse files
author
Samar Pratap Singh
committed
Bug#30875669 CORE CLIENT CANNOT SEND QUERY WITH NUMBER SIGN OR DOUBLE
DASH IN HINT COMMENT [post-push fix] Test fails on --embedded with error: sh: select#1: command not found Hence disabling on --embedded Approved by: Miroslav Rajcic <[email protected]>
1 parent 459e2ae commit ebdc6a2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mysql-test/t/bug30875669.test

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
--source include/not_embedded.inc
2+
13
--echo # Bug#30875669 CORE CLIENT CANNOT SEND QUERY WITH NUMBER SIGN OR DOUBLE DASH IN HINT COMMENT
24

35
CREATE USER myuser;
@@ -6,4 +8,4 @@ CREATE USER myuser;
68

79
--exec $MYSQL --user=myuser --skip-comments -e "explain select /*+ QB_NAME(`select-- `) */ 1;"
810

9-
DROP USER myuser;
11+
DROP USER myuser;

0 commit comments

Comments
 (0)