1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Bug #17179 schema creation fails

-flag was set on field intable share instead of table
This commit is contained in:
tomas@poseidon.ndb.mysql.com
2006-02-13 20:34:36 +01:00
parent bb1ba4bc98
commit 87a6266fa4
3 changed files with 15 additions and 3 deletions

View File

@@ -562,7 +562,7 @@ c125 int,
c126 int,
c127 int,
c128 int,
primary key(c1)) engine=ndb;
primary key using hash(c1)) engine=ndb partition by key(c1);
drop table t1;
create table t1 (
a1234567890123456789012345678901234567890 int primary key,