Merge branch '10.6' into 10.11

This commit is contained in:
Sergei Golubchik 2025-01-30 11:55:13 +01:00
commit e69f8cae1a
344 changed files with 8492 additions and 2501 deletions

View file

@ -2245,7 +2245,7 @@ CONNECTION='mysql://root@127.0.0.1:SLAVE_PORT/test/t1';
# Dump table t1 using mysqldump tool
/*M!999999\- enable the sandbox mode */
/*!40101 SET @saved_cs_client = @@character_set_client */;
/*!40101 SET character_set_client = utf8 */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `t1` (
`id` varchar(20) NOT NULL,
PRIMARY KEY (`id`)