summaryrefslogtreecommitdiff
path: root/mysql-test/main/mysqldump-utf8mb4.result
diff options
context:
space:
mode:
authorDaniel Black <daniel@mariadb.org>2021-10-01 09:15:10 +1000
committerDaniel Black <daniel@mariadb.org>2021-10-01 11:03:47 +1000
commit4930209b125e8f97d33830a537144521aa3cb6e8 (patch)
treed25a20d43d48a7c47ca3a933935faa83cc456eb8 /mysql-test/main/mysqldump-utf8mb4.result
parent586d6a2520de23d8e5a3cc6ccfd29dbd728dba69 (diff)
downloadmariadb-git-4930209b125e8f97d33830a537144521aa3cb6e8.tar.gz
MDEV-25152: Insert linebreaks in mysqldump --extended-insert
Per review by Serg, include start row with new line. We are hoping we haven't annoyed people that prefered the old way. Adding an option for new lines seems like over-engineering in advance. So if there are complaints, let them be known (JIRA), and we'll add this under an option. Test cases updated.
Diffstat (limited to 'mysql-test/main/mysqldump-utf8mb4.result')
-rw-r--r--mysql-test/main/mysqldump-utf8mb4.result3
1 files changed, 2 insertions, 1 deletions
diff --git a/mysql-test/main/mysqldump-utf8mb4.result b/mysql-test/main/mysqldump-utf8mb4.result
index 50c23c5efa9..904771302f8 100644
--- a/mysql-test/main/mysqldump-utf8mb4.result
+++ b/mysql-test/main/mysqldump-utf8mb4.result
@@ -56,7 +56,8 @@ CREATE TABLE `t1` (
LOCK TABLES `t1` WRITE;
/*!40000 ALTER TABLE `t1` DISABLE KEYS */;
-INSERT INTO `t1` VALUES ('01f300','🌀','U+1F300 CYCLONE');
+INSERT INTO `t1` VALUES
+('01f300','🌀','U+1F300 CYCLONE');
/*!40000 ALTER TABLE `t1` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;