debug the export function
This commit is contained in:
parent
da6a8e7e8c
commit
3a3daaa7ea
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue