mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
windows compilation fixes
This commit is contained in:
@ -757,7 +757,7 @@ int ha_recover(HASH *commit_list)
|
||||
if (!x) // not "mine" - that is generated by external TM
|
||||
continue;
|
||||
if (commit_list ?
|
||||
hash_search(commit_list, (char *)&x, sizeof(x)) != 0 :
|
||||
hash_search(commit_list, (byte *)&x, sizeof(x)) != 0 :
|
||||
tc_heuristic_recover == TC_HEURISTIC_RECOVER_COMMIT)
|
||||
(*(*ht)->commit_by_xid)(list+i);
|
||||
else
|
||||
|
Reference in New Issue
Block a user