1
0
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:
unknown
2005-02-19 12:15:30 +01:00
parent 47fd010f73
commit 0bc02450a6
6 changed files with 17 additions and 10 deletions

View File

@ -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