mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
changes to get rid of compile warnings in both ha_federated.cc and ha_federated.h
This commit is contained in:
parent
470aed3aaf
commit
097bc9294c
2 changed files with 15 additions and 14 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue