[MDEV-19253] fix bug for spider where using "not like" Created: 2019-04-15 Updated: 2019-04-16 Due: 2019-04-15 Resolved: 2019-04-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.4.4 |
| Fix Version/s: | 10.4.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Kentoku Shiba (Inactive) | Assignee: | Kentoku Shiba (Inactive) |
| Resolution: | Duplicate | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
test case: query: "select * from t1 where name not like 'x%' " would dispatch "select xxx name name like 'x%' " to remote mysqld, is wrong |