mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
BUG#14514
- Add tests mysql-test/r/ndb_basic.result: Add test result mysql-test/t/ndb_basic.test: Add test case
This commit is contained in:
parent
316e95049d
commit
11244083b9
2 changed files with 13 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue