mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
added checking for empty index name (fixed bug #1419)
This commit is contained in:
@ -69,6 +69,8 @@ drop table if exists ``;
|
||||
ERROR 42000: Incorrect table name ''
|
||||
create table t1 (`` int);
|
||||
ERROR 42000: Incorrect column name ''
|
||||
create table t1 (i int, index `` (i));
|
||||
ERROR HY000: Incorrect index name ''
|
||||
drop table if exists t1;
|
||||
Warnings:
|
||||
Note 1051 Unknown table 't1'
|
||||
|
Reference in New Issue
Block a user