mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-26: Global transaction ID.
After-rebase fixes. Rebase was done to be able to build on top of the binlog background thread of MDEV-532.
This commit is contained in:
@@ -742,7 +742,8 @@ gtid_find_binlog_file(slave_connection_state *state, char *out_name)
|
||||
char buf[FN_REFLEN];
|
||||
|
||||
bzero((char*) &cache, sizeof(cache));
|
||||
init_alloc_root(&memroot, 10*(FN_REFLEN+sizeof(binlog_file_entry)), 0);
|
||||
init_alloc_root(&memroot, 10*(FN_REFLEN+sizeof(binlog_file_entry)), 0,
|
||||
MYF(MY_THREAD_SPECIFIC));
|
||||
if (!(list= get_binlog_list(&memroot)))
|
||||
{
|
||||
errormsg= "Out of memory while looking for GTID position in binlog";
|
||||
|
Reference in New Issue
Block a user