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

BUG#14514

- Add tests
This commit is contained in:
msvensson@neptunus.(none)
2005-11-02 17:34:40 +01:00
parent 8e7dfad543
commit 9c94aef407
2 changed files with 13 additions and 0 deletions

View File

@ -673,3 +673,7 @@ select * from atablewithareallylongandirritatingname;
a
2
drop table atablewithareallylongandirritatingname;
CREATE TABLE t1 ( b INT ) PACK_KEYS = 0 ENGINE = ndb;
select * from t1;
b
drop table t1;