changes to get rid of compile warnings in both ha_federated.cc and ha_federated.h

This commit is contained in:
patg@patrick-galbraiths-computer.local 2005-01-26 11:47:28 -08:00
commit 097bc9294c
2 changed files with 15 additions and 14 deletions

View file

@ -130,7 +130,7 @@ public:
/*
The next method will never be called if you do not implement indexes.
*/
virtual double read_time(ha_rows rows) { return (double) rows / 20.0+1; }
virtual double read_time(uint index, uint ranges, ha_rows rows) { return (double) rows / 20.0+1; }
/*
Everything below are methods that we implment in ha_federated.cc.