1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)

This commit is contained in:
Alexander Barkov
2017-11-15 15:52:03 +04:00
parent ea1739f90d
commit 02e35ef5f2
6 changed files with 75 additions and 0 deletions

View File

@@ -1742,3 +1742,15 @@ EXECUTE stmt;
--echo #
--echo # End of 5.6 tests
--echo #
--echo #
--echo # Start of 10.0 tests
--echo #
--echo #
--echo # MDEV-12681 Wrong VIEW results for CHAR(0xDF USING latin1)
--echo #
EXPLAIN EXTENDED SELECT CHAR(0xDF USING latin1);
EXPLAIN EXTENDED SELECT CHAR(0xDF USING `binary`);
EXPLAIN EXTENDED SELECT CHAR(0xDF);