mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-19123 Change default charset from latin1 to utf8mb4
Changing the default server character set from latin1 to utf8mb4.
This commit is contained in:
@ -142,7 +142,7 @@ ERROR 42S02: Table 'test.p1' doesn't exist
|
||||
SHOW CREATE PROCEDURE p1;
|
||||
Procedure sql_mode Create Procedure character_set_client collation_connection Database Collation
|
||||
p1 STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION CREATE DEFINER=`root`@`localhost` PROCEDURE `p1`()
|
||||
SET @a = 5 latin1 latin1_swedish_ci latin1_swedish_ci
|
||||
SET @a = 5 latin1 latin1_swedish_ci utf8mb4_uca1400_ai_ci
|
||||
DROP PROCEDURE p1;
|
||||
#
|
||||
# Bug#46452 Crash in MDL, HANDLER OPEN + TRUNCATE TABLE
|
||||
|
Reference in New Issue
Block a user