[9384] Resore use uint64 instead time_t in query, some other fixes.

This commit is contained in:
VladimirMangos 2010-02-14 21:10:29 +03:00
parent 5beb853bc4
commit f4c38044c4
6 changed files with 10 additions and 10 deletions

View file

@ -33,7 +33,7 @@ barGoLink::~barGoLink()
fflush(stdout);
}
barGoLink::barGoLink( uint64 row_count )
barGoLink::barGoLink( int row_count )
{
rec_no = 0;
rec_pos = 0;