mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +03:00
added checking for empty index name (fixed bug #1419)
This commit is contained in:
@@ -72,6 +72,8 @@ create table `` (a int);
|
||||
drop table if exists ``;
|
||||
--error 1166
|
||||
create table t1 (`` int);
|
||||
--error 1279
|
||||
create table t1 (i int, index `` (i));
|
||||
drop table if exists t1;
|
||||
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user