Home
last modified time | relevance | path

Searched refs:TdistKey (Results 1 – 24 of 24) sorted by relevance

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp13130 Uint32 TdistKey = readPageWord(rf); in readFragment() local
13134 ndbrequire(TdistKey < 256); in readFragment()
13138 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp16343 Uint32 TdistKey = readPageWord(rf); in readFragment() local
16347 ndbrequire(TdistKey < 256); in readFragment()
16348 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp16343 Uint32 TdistKey = readPageWord(rf); in readFragment() local
16347 ndbrequire(TdistKey < 256); in readFragment()
16348 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp16343 Uint32 TdistKey = readPageWord(rf); in readFragment() local
16347 ndbrequire(TdistKey < 256); in readFragment()
16348 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp16343 Uint32 TdistKey = readPageWord(rf); in readFragment() local
16347 ndbrequire(TdistKey < 256); in readFragment()
16348 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp16343 Uint32 TdistKey = readPageWord(rf); in readFragment() local
16347 ndbrequire(TdistKey < 256); in readFragment()
16348 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp3692 Uint8 TdistKey = LqhKeyReq::getDistributionKey(TtotReclenAi); in execLQHKEYREQ() local
3693 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
3705 Int32 tmp = TdistKey - tfragDistKey; in execLQHKEYREQ()
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp4815 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
4816 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
4828 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp4815 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
4816 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
4828 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp4815 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
4816 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
4828 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp22066 Uint32 TdistKey = readPageWord(rf); in readFragment() local
22070 ndbrequire(TdistKey < 256); in readFragment()
22071 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp22066 Uint32 TdistKey = readPageWord(rf); in readFragment() local
22070 ndbrequire(TdistKey < 256); in readFragment()
22071 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp22066 Uint32 TdistKey = readPageWord(rf); in readFragment() local
22070 ndbrequire(TdistKey < 256); in readFragment()
22071 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp22066 Uint32 TdistKey = readPageWord(rf); in readFragment() local
22070 ndbrequire(TdistKey < 256); in readFragment()
22071 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp22066 Uint32 TdistKey = readPageWord(rf); in readFragment() local
22070 ndbrequire(TdistKey < 256); in readFragment()
22071 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp4815 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
4816 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
4828 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp4815 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
4816 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
4828 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp5458 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
5459 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
5471 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp5458 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
5459 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
5471 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp5458 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
5459 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
5471 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp5458 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
5459 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
5471 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp5458 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
5459 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
5471 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbdih/
H A DDbdihMain.cpp25893 Uint32 TdistKey = readPageWord(rf); in readFragment() local
25897 ndbrequire(TdistKey < 256); in readFragment()
25898 fragPtr.p->distributionKey = TdistKey; in readFragment()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dblqh/
H A DDblqhMain.cpp6684 Uint8 TdistKey = LqhKeyReq::getDistributionKey(attrLenFlags); in execLQHKEYREQ() local
6685 if ((tfragDistKey != TdistKey) && in execLQHKEYREQ()
6697 Int8 tmp = (TdistKey - tfragDistKey); in execLQHKEYREQ()