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

MDEV-371 Unique Index for long columns

post-merge fixes
This commit is contained in:
Sergei Golubchik
2019-02-21 22:42:00 +01:00
parent f6000782fb
commit bd7f7b1416
11 changed files with 133 additions and 134 deletions

View File

@ -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;