MySQL 9.3.0
Source Code Documentation
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
query_gtid_executed.cc File Reference

Namespaces

namespace  mrs
 
namespace  mrs::database
 

Functions

static bool mrs::database::expect_single_row_bool_value (std::unique_ptr< mysqlrouter::MySQLSession::ResultRow > row, const bool default_value=false)
 
static std::vector< std::string > mrs::database::expect_single_row_array_strings (std::unique_ptr< mysqlrouter::MySQLSession::ResultRow > row)
 
GtidSets mrs::database::get_gtid_executed (mysqlrouter::MySQLSession *session)
 
bool mrs::database::wait_gtid_executed (mysqlrouter::MySQLSession *session, const mysqlrouter::sqlstring &gtid, uint64_t timeout)
 
bool mrs::database::is_gtid_executed (mysqlrouter::MySQLSession *session, const mysqlrouter::sqlstring &gtid)