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:
@ -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;
|
||||
|
Reference in New Issue
Block a user