MySQL 9.6.0
Source Code Documentation
legacy_glue.h File Reference

Experimental API header. More...

Go to the source code of this file.

Namespaces

namespace  mysql
 
namespace  mysql::gtids
 

Functions

void mysql::gtids::old_to_new (const mysql::gtid::Uuid &old_uuid, mysql::uuids::Uuid &new_uuid)
 Copy the legacy Uuid into mysql::uuids::Uuid. More...
 
void mysql::gtids::old_to_new (const mysql::gtid::Tag &old_tag, mysql::gtids::Tag &new_tag)
 Copy the legacy Tag into mysql::gtids::Tag. More...
 
void mysql::gtids::old_to_new (const mysql::gtid::Tsid &old_tsid, mysql::gtids::Tsid &new_tsid)
 Copy the legacy Tsid into mysql::gtids::Tsid. More...
 
void mysql::gtids::old_to_new (const mysql::gtid::Gtid &old_gtid, mysql::gtids::Gtid &new_gtid)
 Copy the legacy Gtid into mysql::gtids::Gtid. More...
 

Detailed Description

Experimental API header.