diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-12-06 18:51:05 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-12-06 18:51:05 +0400 |
commit | 3c6065a270f547d160e11bbcaa653930ec5ff90f (patch) | |
tree | 8022e7e08c894de49542c2be94a9fd4186baeb05 /mysql-test/main/mrr_icp_extra.result | |
parent | 00445652dbe1631699d860c4eb2263d9c29256a9 (diff) | |
download | mariadb-git-3c6065a270f547d160e11bbcaa653930ec5ff90f.tar.gz |
MDEV-8844 Unreadable control characters printed as is in warnings
Diffstat (limited to 'mysql-test/main/mrr_icp_extra.result')
-rw-r--r-- | mysql-test/main/mrr_icp_extra.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/mrr_icp_extra.result b/mysql-test/main/mrr_icp_extra.result index 176df5cf9d5..f0c284762c6 100644 --- a/mysql-test/main/mrr_icp_extra.result +++ b/mysql-test/main/mrr_icp_extra.result @@ -353,7 +353,7 @@ alter table t1 add unique(v); ERROR 23000: Duplicate entry '{ ' for key 'v_2' show warnings; Level Code Message -Error 1062 Duplicate entry 'a' for key 'v_2' +Error 1062 Duplicate entry 'a\0001' for key 'v_2' alter table t1 add key(v); Warnings: Note 1831 Duplicate index `v_2`. This is deprecated and will be disallowed in a future release |