debug the export function

This commit is contained in:
LiWenJieHnu 2019-11-24 19:11:39 +08:00
parent da6a8e7e8c
commit 3a3daaa7ea
1 changed files with 1 additions and 1 deletions

View File

@ -976,7 +976,7 @@ Strategy::handler6(BasicQuery* _bq, vector<unsigned*>& _result_list)
fprintf(this->fp, "%s", record.c_str());
rsize[0] += 1;
cout << "debug handler 6 record:" << record << "." << endl;
cout << "debug handler 6 record:" << record << endl;
}
delete[] id_list;
}