--echo # --echo # Start of 10.0 tests --echo # SET NAMES swe7; # # Test escape sequences. # This also covers: # MDEV-6737 Stored routines do now work with swe7: "The table mysql.proc is missing, corrupt, or contains bad data" # as uses stored functions actively. # # Tests will be skipped for the view protocol because the view protocol creates # an additional util connection and other statistics data # (it is necessary to run the view-protocol not in util session ) --disable_service_connection let $ctype_unescape_combinations=selected; --source include/ctype_unescape.inc --enable_service_connection --echo # --echo # End of 10.0 tests --echo # --echo # --echo # Start of 10.2 tests --echo # --echo # --echo # MDEV-9711 NO PAD Collatons --echo # SET character_set_connection=swe7; let $coll='swe7_swedish_nopad_ci'; let $coll_pad='swe7_swedish_ci'; --source include/ctype_pad_all_engines.inc let $coll='swe7_nopad_bin'; let $coll_pad='swe7_bin'; --source include/ctype_pad_all_engines.inc --echo # --echo # End of 10.2 tests --echo # --echo # --echo # Start of 10.5 tests --echo # --echo # --echo # MDEV-22043 Special character leads to assertion in my_wc_to_printable_generic on 10.5.2 (debug) --echo # SET NAMES swe7; --error ER_INVALID_CHARACTER_STRING SELECT `T`; SET NAMES swe7; --error ER_INVALID_CHARACTER_STRING SELECT `龔`; SET NAMES swe7; --error ER_PARSE_ERROR EXECUTE IMMEDIATE _swe7 0x01; --echo # --echo # End of 10.5 tests --echo #