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

Reverted wrong bug fix (Bug#11228)

This commit is contained in:
monty@mysql.com
2006-06-30 18:29:27 +03:00
parent a267b8f33c
commit 2bec1b86bb
3 changed files with 31 additions and 1 deletions

View File

@ -330,6 +330,7 @@ create table t1 (
UNIQUE i1idx (i1),
UNIQUE i2idx (i2));
desc t1;
show create table t1;
drop table t1;
#