summaryrefslogtreecommitdiff
path: root/mysql-test/main/long_unique_using_hash.test
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2019-02-21 22:42:00 +0100
committerSergei Golubchik <serg@mariadb.org>2019-02-22 12:33:08 +0100
commitbd7f7b14163d0696aa92c90deeab16d63ae6bbd6 (patch)
tree4548b3da88d7d5231cc936a5d7f281379f1ad9e6 /mysql-test/main/long_unique_using_hash.test
parentf6000782fbcd8c0576cb89737ad66902f6113966 (diff)
downloadmariadb-git-bd7f7b14163d0696aa92c90deeab16d63ae6bbd6.tar.gz
MDEV-371 Unique Index for long columns
post-merge fixes
Diffstat (limited to 'mysql-test/main/long_unique_using_hash.test')
-rw-r--r--mysql-test/main/long_unique_using_hash.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/main/long_unique_using_hash.test b/mysql-test/main/long_unique_using_hash.test
index 50f7a4e1920..1e19cd66b02 100644
--- a/mysql-test/main/long_unique_using_hash.test
+++ b/mysql-test/main/long_unique_using_hash.test
@@ -1,3 +1,6 @@
+#
+# MDEV-371 Unique indexes for blobs
+#
create table t1(a blob , unique(a) using hash);
--query_vertical show keys from t1;