[MDEV-15945] --ps-protocol does not test some queries Created: 2018-04-20 Updated: 2019-03-20 Resolved: 2019-03-12 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.2, 10.3 |
| Fix Version/s: | 10.2.23, 10.1.39, 10.3.14, 10.4.4 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Oleksandr Byelkin | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | None | ||
| Attachments: |
|
||||||||||||||||||||||||||||||||
| Issue Links: |
|
||||||||||||||||||||||||||||||||
| Description |
|
--ps-protocol do not test: List of what it test is here:
May be it has sense prohibit queries which has no sens, but allow all. |
| Comments |
| Comment by Oleksandr Byelkin [ 2018-04-20 ] |
|
Problems: There are some statements which do not report error but do not work in PS (see attached diff) Even version comments hide command from detection. main.create_or_replace crash server on CREATE TABLE with an error (there are bug reports like this). |