1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-11 05:52:26 +03:00

bug#12220 - ndb - node recovery with charsets

LQH computes incorrect hash values during NR (as it doesn't concider charsets)

  Solution: make LQH compute correct hash :-)
           1) move xfrm_key into SimulatedBlock so that there's _one_ impl.
           2) make TC, ACC, LQH use same impl.
This commit is contained in:
jonas@eel.(none)
2005-08-22 10:59:25 +02:00
parent daec6e5ebd
commit 90256d31d1
11 changed files with 237 additions and 318 deletions

View File

@@ -23,7 +23,8 @@ class AttributeDescriptor {
friend class Dbacc;
friend class Dbtup;
friend class Dbtux;
friend class SimulatedBlock;
private:
static void setType(Uint32 &, Uint32 type);
static void setSize(Uint32 &, Uint32 size);