mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
Merge pnousiainen@bk-internal.mysql.com:/home/bk/mysql-5.1-ndb
into orca.ndb.mysql.com:/export/home/space/pekka/ndb/version/my51-ndb
This commit is contained in:
commit
d2f092131e
1 changed files with 6 additions and 0 deletions
|
@ -164,6 +164,12 @@ NdbBlob::getBlobTable(NdbTableImpl& bt, const NdbTableImpl* t, const NdbColumnIm
|
||||||
bc.setStorageType(c->getStorageType());
|
bc.setStorageType(c->getStorageType());
|
||||||
bt.addColumn(bc);
|
bt.addColumn(bc);
|
||||||
}
|
}
|
||||||
|
// temp fix for bug#21690 - distr key set wrong
|
||||||
|
{ unsigned x;
|
||||||
|
bt.getColumn(x=0)->setDistributionKey(true);
|
||||||
|
bt.getColumn(x=1)->setDistributionKey(true);
|
||||||
|
bt.getColumn(x=2)->setDistributionKey(false);
|
||||||
|
}
|
||||||
DBUG_VOID_RETURN;
|
DBUG_VOID_RETURN;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue