Home
last modified time | relevance | path

Searched refs:m_got_eof (Results 1 – 8 of 8) sorted by relevance

/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/ngs/include/ngs/
H A Dcommand_delegate.h79 bool got_eof() const { return m_got_eof; } in got_eof()
87 m_got_eof = false; in reset()
127 bool m_got_eof = false; variable
505 if (!context->m_got_eof) { in call_handle_ok()
506 context->m_got_eof = !( in call_handle_ok()
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/rapid/plugin/x/src/
H A Dcommand_delegate.h69 bool got_eof() const { return m_got_eof; } in got_eof()
81 m_got_eof = false; in reset()
129 bool m_got_eof; variable
521 static_cast<Command_delegate*>(ctx)->m_got_eof = (message == NULL); in call_handle_ok()
/dports/databases/percona57-server/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dcommand_delegate.h69 bool got_eof() const { return m_got_eof; } in got_eof()
81 m_got_eof = false; in reset()
129 bool m_got_eof; variable
521 static_cast<Command_delegate*>(ctx)->m_got_eof = (message == NULL); in call_handle_ok()
/dports/databases/percona57-client/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dcommand_delegate.h69 bool got_eof() const { return m_got_eof; } in got_eof()
81 m_got_eof = false; in reset()
129 bool m_got_eof; variable
521 static_cast<Command_delegate*>(ctx)->m_got_eof = (message == NULL); in call_handle_ok()
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/rapid/plugin/x/src/
H A Dcommand_delegate.h69 bool got_eof() const { return m_got_eof; } in got_eof()
81 m_got_eof = false; in reset()
129 bool m_got_eof; variable
521 static_cast<Command_delegate*>(ctx)->m_got_eof = (message == NULL); in call_handle_ok()
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/rapid/plugin/x/src/
H A Dcommand_delegate.h69 bool got_eof() const { return m_got_eof; } in got_eof()
81 m_got_eof = false; in reset()
129 bool m_got_eof; variable
521 static_cast<Command_delegate*>(ctx)->m_got_eof = (message == NULL); in call_handle_ok()
/dports/databases/mysql57-client/mysql-5.7.36/rapid/plugin/x/src/
H A Dcommand_delegate.h69 bool got_eof() const { return m_got_eof; } in got_eof()
81 m_got_eof = false; in reset()
129 bool m_got_eof; variable
521 static_cast<Command_delegate*>(ctx)->m_got_eof = (message == NULL); in call_handle_ok()
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/plugin/x/src/
H A Dcustom_command_delegates.cc56 m_got_eof = !(server_status & SERVER_STATUS_CURSOR_EXISTS) || in handle_ok()