mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Bug#25567 records() call performs scan in NDB, performance bug
mysql-test/r/ndb_basic.result: from spaces, to tabs. what fun! sql/ha_ndbcluster.h: fix estimate_rows_upper_bound() to be correct for NDB sql/sql_select.cc: use non-exact records information
This commit is contained in:
parent
8f9198ca0b
commit
8b54310bfb
3 changed files with 9 additions and 7 deletions
|
|
@ -676,6 +676,8 @@ class ha_ndbcluster: public handler
|
|||
|
||||
bool get_error_message(int error, String *buf);
|
||||
ha_rows records();
|
||||
ha_rows estimate_rows_upper_bound()
|
||||
{ return HA_POS_ERROR; }
|
||||
int info(uint);
|
||||
void get_dynamic_partition_info(PARTITION_INFO *stat_info, uint part_id);
|
||||
int extra(enum ha_extra_function operation);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue