[MDEV-29601] View in view protocol uses incorrect character set with util connection Created: 2022-09-22 Updated: 2023-09-25 Resolved: 2023-09-25 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.6, 10.7, 10.8, 10.9, 10.10, 10.11 |
| Fix Version/s: | 10.6.16 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Lena Startseva | Assignee: | Oleksandr Byelkin |
| Resolution: | Won't Fix | Votes: | 0 |
| Labels: | view-protocol | ||
| Issue Links: |
|
||||||||
| Description |
|
Start from 10.6 in view protocol it is used incorrect character set with util connection. Test:
Expected result:
Actual result:
mysqltest_tmp_v.frm before 10.6 (and with --disable_service_connection)
mysqltest_tmp_v.frm start form 10.6:
|
| Comments |
| Comment by Oleksandr Byelkin [ 2022-11-29 ] |
|
new frm missing in the description |
| Comment by Lena Startseva [ 2022-11-30 ] |
|
Added missing frm |
| Comment by Oleksandr Byelkin [ 2023-09-25 ] |
|
IMHO we can not replicate character change in both connection IMHO it will be easier to prohibit service connection or view protocol if first impossible |