polardbxengine/mysql-test/r/mysqld_cmdline_warnings.result

14 lines
1.4 KiB
Plaintext

#
# WL#11109: Issue deprecation warnings on utf8mb3
#
# Warning on --character-set-server=utf8:
Pattern "\[Warning\] \[MY-[0-9]+] \[Server\] --character-set-server: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release\. Please consider using UTF8MB4 in order to be unambiguous\." found
# Warning on --character-set-filesystem=utf8:
Pattern "\[Warning\] \[MY-[0-9]+] \[Server\] --character-set-filesystem: 'utf8' is currently an alias for the character set UTF8MB3, but will be an alias for UTF8MB4 in a future release\. Please consider using UTF8MB4 in order to be unambiguous\." found
# Warning on --character-set-server=utf8mb3:
Pattern "\[Warning\] \[MY-[0-9]+\] \[Server\] --character-set-server: The character set UTF8MB3 is deprecated and will be removed in a future release\. Please consider using UTF8MB4 instead\." found
# Warning on --character-set-filesystem=utf8mb3:
Pattern "\[Warning\] \[MY-[0-9]+\] \[Server\] --character-set-filesystem: The character set UTF8MB3 is deprecated and will be removed in a future release\. Please consider using UTF8MB4 instead\." found
# Warning on --collation-server=utf8_general_ci:
Pattern "\[Warning\] \[MY-[0-9]+\] \[Server\] --collation-server: 'utf8_general_ci' is a collation of the deprecated character set UTF8MB3\. Please consider using UTF8MB4 with an appropriate collation instead\." found