1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Adjusting old tests and adding new tests for "MDEV-8765: mysqldump -use utf8mb4 by default"

This commit is contained in:
Alexander Barkov
2018-10-12 06:15:21 +04:00
parent ce643ddac7
commit 6120ae4aca
10 changed files with 190 additions and 47 deletions

View File

@ -38,7 +38,7 @@ $$
/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8 */;
/*!40101 SET NAMES utf8mb4 */;
/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
/*!40103 SET TIME_ZONE='+00:00' */;
/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;

View File

@ -1,3 +1,4 @@
--source include/have_utf8mb4.inc
--source include/not_embedded.inc
SET sql_mode=ORACLE;