1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

MDEV-26: Global transaction id. Partial commit.

This commit is contained in:
unknown
2012-10-23 11:19:42 +02:00
parent f5c3c2855d
commit be86e44280
11 changed files with 833 additions and 31 deletions

View File

@ -170,7 +170,7 @@ public:
};
bool check_master_connection_name(LEX_STRING *name);
void create_logfile_name_with_suffix(char *res_file_name, uint length,
void create_logfile_name_with_suffix(char *res_file_name, size_t length,
const char *info_file,
bool append,
LEX_STRING *suffix);