Commit 20a1b62d authored by Zardosht Kasheff's avatar Zardosht Kasheff Committed by Yoni Fogel

addresses BUILD, make temporary change to get windows compiling

git-svn-id: file:///svn/toku/tokudb@13989 c7de825b-a66e-492c-adef-691d508d4ae1
parent 24fbaeeb
......@@ -212,7 +212,7 @@ void wbuf_xids(struct wbuf *wb, XIDS xids) {
void
xids_fprintf(FILE* fp, XIDS xids) {
u_int8_t index;
fprintf(fp, "[|%u| ", xids_get_num_xids(xids));
//fprintf(fp, "[|%u| ", xids_get_num_xids(xids));
for (index = 0; index < xids_get_num_xids(xids); index++) {
if (index) fprintf(fp, ",");
fprintf(fp, "%"PRIx64, xids_get_xid(xids, index));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment