![]() |
MySQL 9.6.0
Source Code Documentation
|
Experimental API header. More...
#include "mysql/gtid/gtid.h"#include "mysql/gtid/tag.h"#include "mysql/gtid/tsid.h"#include "mysql/gtid/uuid.h"#include "mysql/gtids/gtid.h"#include "mysql/gtids/tag.h"#include "mysql/gtids/tsid.h"#include "mysql/utils/return_status.h"#include "mysql/uuids/uuid.h"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... | |
Experimental API header.