Home
last modified time | relevance | path

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

/dports/databases/mysql55-client/mysql-5.5.62/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.hpp1955 struct SchemaOp : OpRecordCommon { struct in Dbdict
1972 typedef Ptr<SchemaOp> SchemaOpPtr;
1998 struct OpCreateObj : public SchemaOp {
2005 struct OpDropObj : public SchemaOp
2064 KeyTable2<SchemaOp, OpRecordUnion> c_schemaOp;
2636 void createObj_commit(Signal*, struct SchemaOp*);
2637 void createObj_abort(Signal*, struct SchemaOp*);
2650 void dropObj_commit(Signal*, struct SchemaOp*);
2651 void dropObj_abort(Signal*, struct SchemaOp*);
2659 void drop_fg_commit_start(Signal* signal, SchemaOp*);
[all …]
H A DDbdict.cpp122 void (Dbdict::* m_commit)(Signal*, Dbdict::SchemaOp*);
123 void (Dbdict::* m_commit_start)(Signal*, Dbdict::SchemaOp*);
125 void (Dbdict::* m_abort)(Signal*, Dbdict::SchemaOp*);
126 void (Dbdict::* m_abort_start)(Signal*, Dbdict::SchemaOp*);
15049 Ptr<SchemaOp> op; in execDICT_COMMIT_REQ()
15060 Ptr<SchemaOp> op; in execDICT_ABORT_REQ()
15324 Dbdict::createObj_abort(Signal* signal, SchemaOp* op) in createObj_abort()
15567 Dbdict::dropObj_commit(Signal * signal, SchemaOp * op) in dropObj_commit()
15657 Dbdict::dropObj_abort(Signal * signal, SchemaOp * op) in dropObj_abort()
16462 Dbdict::send_drop_file(Signal* signal, SchemaOp* op, in send_drop_file()
[all …]
/dports/databases/percona56-server/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.cpp4387 Ptr<SchemaOp> op_ptr; in restartCreateObj_parse()
4471 Ptr<SchemaOp> op_ptr; in restartDropObj()
24260 SchemaOp op_rec(op_key); in findSchemaOp()
25841 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
25849 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
25850 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
25852 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
25854 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
27482 case SchemaOp::OS_PARSING: in update_op_state()
27485 case SchemaOp::OS_PARSED: in update_op_state()
[all …]
H A DDbdict.hpp1286 struct SchemaOp;
1289 typedef Ptr<SchemaOp> SchemaOpPtr;
1461 struct SchemaOp { struct in Dbdict
1529 bool equal(const SchemaOp& rec) const { in equal() argument
1571 SchemaOp() { in SchemaOp() argument
1590 SchemaOp(Uint32 the_op_key) { in SchemaOp() argument
1599 ArrayPool<SchemaOp> c_schemaOpPool;
1600 DLHashTable<SchemaOp> c_schemaOpHash;
1859 DLFifoList<SchemaOp>::Head m_op_list;
3876 friend NdbOut& operator<<(NdbOut& out, const SchemaOp&);
/dports/databases/percona56-client/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.cpp4387 Ptr<SchemaOp> op_ptr; in restartCreateObj_parse()
4471 Ptr<SchemaOp> op_ptr; in restartDropObj()
24260 SchemaOp op_rec(op_key); in findSchemaOp()
25841 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
25849 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
25850 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
25852 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
25854 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
27482 case SchemaOp::OS_PARSING: in update_op_state()
27485 case SchemaOp::OS_PARSED: in update_op_state()
[all …]
H A DDbdict.hpp1286 struct SchemaOp;
1289 typedef Ptr<SchemaOp> SchemaOpPtr;
1461 struct SchemaOp { struct in Dbdict
1529 bool equal(const SchemaOp& rec) const { in equal() argument
1571 SchemaOp() { in SchemaOp() argument
1590 SchemaOp(Uint32 the_op_key) { in SchemaOp() argument
1599 ArrayPool<SchemaOp> c_schemaOpPool;
1600 DLHashTable<SchemaOp> c_schemaOpHash;
1859 DLFifoList<SchemaOp>::Head m_op_list;
3876 friend NdbOut& operator<<(NdbOut& out, const SchemaOp&);
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.cpp4387 Ptr<SchemaOp> op_ptr; in restartCreateObj_parse()
4471 Ptr<SchemaOp> op_ptr; in restartDropObj()
24260 SchemaOp op_rec(op_key); in findSchemaOp()
25841 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
25849 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
25850 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
25852 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
25854 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
27482 case SchemaOp::OS_PARSING: in update_op_state()
27485 case SchemaOp::OS_PARSED: in update_op_state()
[all …]
H A DDbdict.hpp1286 struct SchemaOp;
1289 typedef Ptr<SchemaOp> SchemaOpPtr;
1461 struct SchemaOp { struct in Dbdict
1529 bool equal(const SchemaOp& rec) const { in equal() argument
1571 SchemaOp() { in SchemaOp() argument
1590 SchemaOp(Uint32 the_op_key) { in SchemaOp() function
1599 ArrayPool<SchemaOp> c_schemaOpPool;
1600 DLHashTable<SchemaOp> c_schemaOpHash;
1859 DLFifoList<SchemaOp>::Head m_op_list;
3876 friend NdbOut& operator<<(NdbOut& out, const SchemaOp&);
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.cpp4387 Ptr<SchemaOp> op_ptr; in restartCreateObj_parse()
4471 Ptr<SchemaOp> op_ptr; in restartDropObj()
24260 SchemaOp op_rec(op_key); in findSchemaOp()
25841 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
25849 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
25850 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
25852 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
25854 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
27482 case SchemaOp::OS_PARSING: in update_op_state()
27485 case SchemaOp::OS_PARSED: in update_op_state()
[all …]
H A DDbdict.hpp1286 struct SchemaOp;
1289 typedef Ptr<SchemaOp> SchemaOpPtr;
1461 struct SchemaOp { struct in Dbdict
1529 bool equal(const SchemaOp& rec) const { in equal() argument
1571 SchemaOp() { in SchemaOp() argument
1590 SchemaOp(Uint32 the_op_key) { in SchemaOp() function
1599 ArrayPool<SchemaOp> c_schemaOpPool;
1600 DLHashTable<SchemaOp> c_schemaOpHash;
1859 DLFifoList<SchemaOp>::Head m_op_list;
3876 friend NdbOut& operator<<(NdbOut& out, const SchemaOp&);
/dports/databases/mysql56-client/mysql-5.6.51/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.cpp4387 Ptr<SchemaOp> op_ptr; in restartCreateObj_parse()
4471 Ptr<SchemaOp> op_ptr; in restartDropObj()
24260 SchemaOp op_rec(op_key); in findSchemaOp()
25841 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
25849 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
25850 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
25852 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
25854 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
27482 case SchemaOp::OS_PARSING: in update_op_state()
27485 case SchemaOp::OS_PARSED: in update_op_state()
[all …]
H A DDbdict.hpp1286 struct SchemaOp;
1289 typedef Ptr<SchemaOp> SchemaOpPtr;
1461 struct SchemaOp { struct in Dbdict
1529 bool equal(const SchemaOp& rec) const { in equal() argument
1571 SchemaOp() { in SchemaOp() argument
1590 SchemaOp(Uint32 the_op_key) { in SchemaOp() function
1599 ArrayPool<SchemaOp> c_schemaOpPool;
1600 DLHashTable<SchemaOp> c_schemaOpHash;
1859 DLFifoList<SchemaOp>::Head m_op_list;
3876 friend NdbOut& operator<<(NdbOut& out, const SchemaOp&);
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.hpp1645 struct SchemaOp;
1648 typedef Ptr<SchemaOp> SchemaOpPtr;
1824 struct SchemaOp { struct in Dbdict
1892 bool equal(const SchemaOp& rec) const { in equal() argument
1934 SchemaOp() { in SchemaOp() argument
1953 SchemaOp(Uint32 the_op_key) { in SchemaOp() argument
1962 typedef RecordPool<SchemaOp,ArenaPool> SchemaOp_pool;
1963 typedef DLMHashTable<SchemaOp_pool, SchemaOp> SchemaOp_hash;
1964 typedef DLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp>::Head SchemaOp_head;
1965 typedef LocalDLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp> LocalSchemaOp_list;
[all …]
H A DDbdict.cpp27309 SchemaOp op_rec(op_key); in findSchemaOp()
29007 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
29015 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
29016 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
29019 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
29021 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
29027 case SchemaOp::OS_COMMITTED: in trans_abort_prepare_next()
30663 case SchemaOp::OS_PARSING: in update_op_state()
30667 case SchemaOp::OS_PARSED: in update_op_state()
30669 case SchemaOp::OS_PREPARING: in update_op_state()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.hpp1645 struct SchemaOp;
1648 typedef Ptr<SchemaOp> SchemaOpPtr;
1824 struct SchemaOp { struct in Dbdict
1892 bool equal(const SchemaOp& rec) const { in equal() argument
1934 SchemaOp() { in SchemaOp() function
1953 SchemaOp(Uint32 the_op_key) { in SchemaOp() function
1962 typedef RecordPool<SchemaOp,ArenaPool> SchemaOp_pool;
1963 typedef DLMHashTable<SchemaOp_pool, SchemaOp> SchemaOp_hash;
1964 typedef DLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp>::Head SchemaOp_head;
1965 typedef LocalDLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp> LocalSchemaOp_list;
[all …]
H A DDbdict.cpp27309 SchemaOp op_rec(op_key); in findSchemaOp()
29007 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
29015 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
29016 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
29019 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
29021 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
29027 case SchemaOp::OS_COMMITTED: in trans_abort_prepare_next()
30663 case SchemaOp::OS_PARSING: in update_op_state()
30667 case SchemaOp::OS_PARSED: in update_op_state()
30669 case SchemaOp::OS_PREPARING: in update_op_state()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.hpp1645 struct SchemaOp;
1648 typedef Ptr<SchemaOp> SchemaOpPtr;
1824 struct SchemaOp { struct in Dbdict
1892 bool equal(const SchemaOp& rec) const { in equal() argument
1934 SchemaOp() { in SchemaOp() argument
1953 SchemaOp(Uint32 the_op_key) { in SchemaOp() function
1962 typedef RecordPool<SchemaOp,ArenaPool> SchemaOp_pool;
1963 typedef DLMHashTable<SchemaOp_pool, SchemaOp> SchemaOp_hash;
1964 typedef DLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp>::Head SchemaOp_head;
1965 typedef LocalDLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp> LocalSchemaOp_list;
[all …]
H A DDbdict.cpp27309 SchemaOp op_rec(op_key); in findSchemaOp()
29007 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
29015 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
29016 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
29019 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
29021 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
29027 case SchemaOp::OS_COMMITTED: in trans_abort_prepare_next()
30663 case SchemaOp::OS_PARSING: in update_op_state()
30667 case SchemaOp::OS_PARSED: in update_op_state()
30669 case SchemaOp::OS_PREPARING: in update_op_state()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.hpp1645 struct SchemaOp;
1648 typedef Ptr<SchemaOp> SchemaOpPtr;
1824 struct SchemaOp { struct in Dbdict
1892 bool equal(const SchemaOp& rec) const { in equal() argument
1934 SchemaOp() { in SchemaOp() argument
1953 SchemaOp(Uint32 the_op_key) { in SchemaOp() argument
1962 typedef RecordPool<SchemaOp,ArenaPool> SchemaOp_pool;
1963 typedef DLMHashTable<SchemaOp_pool, SchemaOp> SchemaOp_hash;
1964 typedef DLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp>::Head SchemaOp_head;
1965 typedef LocalDLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp> LocalSchemaOp_list;
[all …]
H A DDbdict.cpp27309 SchemaOp op_rec(op_key); in findSchemaOp()
29007 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
29015 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
29016 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
29019 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
29021 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
29027 case SchemaOp::OS_COMMITTED: in trans_abort_prepare_next()
30663 case SchemaOp::OS_PARSING: in update_op_state()
30667 case SchemaOp::OS_PARSED: in update_op_state()
30669 case SchemaOp::OS_PREPARING: in update_op_state()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.hpp1645 struct SchemaOp;
1648 typedef Ptr<SchemaOp> SchemaOpPtr;
1824 struct SchemaOp { struct in Dbdict
1892 bool equal(const SchemaOp& rec) const { in equal() argument
1934 SchemaOp() { in SchemaOp() function
1953 SchemaOp(Uint32 the_op_key) { in SchemaOp() argument
1962 typedef RecordPool<SchemaOp,ArenaPool> SchemaOp_pool;
1963 typedef DLMHashTable<SchemaOp_pool, SchemaOp> SchemaOp_hash;
1964 typedef DLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp>::Head SchemaOp_head;
1965 typedef LocalDLFifoListImpl<SchemaOp_pool, SchemaOp, SchemaOp> LocalSchemaOp_list;
[all …]
H A DDbdict.cpp27309 SchemaOp op_rec(op_key); in findSchemaOp()
29007 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
29015 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
29016 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
29019 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
29021 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
29027 case SchemaOp::OS_COMMITTED: in trans_abort_prepare_next()
30663 case SchemaOp::OS_PARSING: in update_op_state()
30667 case SchemaOp::OS_PARSED: in update_op_state()
30669 case SchemaOp::OS_PREPARING: in update_op_state()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbdict/
H A DDbdict.cpp29339 SchemaOp op_rec(op_key); in findSchemaOp()
31082 case SchemaOp::OS_PARSED: in trans_abort_prepare_next()
31090 case SchemaOp::OS_PREPARING: in trans_abort_prepare_next()
31091 case SchemaOp::OS_PREPARED: in trans_abort_prepare_next()
31094 case SchemaOp::OS_INITIAL: in trans_abort_prepare_next()
31096 case SchemaOp::OS_PARSING: in trans_abort_prepare_next()
31102 case SchemaOp::OS_COMMITTED: in trans_abort_prepare_next()
32761 case SchemaOp::OS_PARSING: in update_op_state()
32765 case SchemaOp::OS_PARSED: in update_op_state()
32767 case SchemaOp::OS_PREPARING: in update_op_state()
[all …]
H A DDbdict.hpp1739 struct SchemaOp;
1742 typedef Ptr<SchemaOp> SchemaOpPtr;
1924 struct SchemaOp { struct in Dbdict
1992 bool equal(const SchemaOp& rec) const { in equal() argument
2034 SchemaOp() { in SchemaOp() function
2053 SchemaOp(Uint32 the_op_key) { in SchemaOp() function
2062 typedef RecordPool<ArenaPool<SchemaOp> > SchemaOp_pool;
4732 friend NdbOut& operator<<(NdbOut& out, const SchemaOp&);