mariadb/mysql-test/main/mysql_not_windows.result
2024-11-29 12:37:46 +02:00

21 lines
417 B
Text

Bug #54466 client 5.5 built from source lacks "pager" support
a
1
End of tests
1
1
2
2
X
3
ERROR 1300 (HY000): Invalid utf8mb3 character string: 'test\xF0\x9F\x98\x81 '
ERROR 1300 (HY000): Invalid binary character string: 'test\xF0\x9F\x98\x81 '
# Start of 10.5 tests
#
# MDEV-34090 Client allows to set character set to utf32 and crashes on the next command
#
SELECT "Success" AS c1;
c1
Success
# End of 10.5 tests