Commit c510fe1
Samar Pratap Singh
Bug#30875669 CORE CLIENT CANNOT SEND QUERY WITH NUMBER SIGN OR DOUBLE
DASH IN HINT COMMENT
Problem:
Server do not allow using '#' and '-- ' inside hint comment if preserve
comments is turned off.
Fix:
Allow using '#' and '-- ' inside hint comment irrespective of preserve
comments status because that is what is documented.
Change-Id: I976f98e2954d9bc7f007b4acd6627726416b72ba1 parent 32d25ba commit c510fe1
File tree
3 files changed
+19
-3
lines changed- client
- mysql-test
- r
- t
3 files changed
+19
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
2679 | 2679 | | |
2680 | 2680 | | |
2681 | 2681 | | |
2682 | | - | |
2683 | | - | |
| 2682 | + | |
| 2683 | + | |
2684 | 2684 | | |
2685 | 2685 | | |
2686 | 2686 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
0 commit comments