diff options
author | monty@narttu.mysql.fi <> | 2003-04-24 00:36:48 +0300 |
---|---|---|
committer | monty@narttu.mysql.fi <> | 2003-04-24 00:36:48 +0300 |
commit | b228f5ff10ab45a31b864086741d07136dff9165 (patch) | |
tree | 1e2dbf50b719f8c4181b1e860c5432f9186545f0 /sql/ha_innodb.h | |
parent | 8c2bda2d556e17323a598e79b9c749d75686dd7d (diff) | |
parent | f6a43bd567f932995289ed179d18e5923873680b (diff) | |
download | mariadb-git-b228f5ff10ab45a31b864086741d07136dff9165.tar.gz |
merge
Diffstat (limited to 'sql/ha_innodb.h')
-rw-r--r-- | sql/ha_innodb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/ha_innodb.h b/sql/ha_innodb.h index 08eeac6baeb..d79f12c7ac2 100644 --- a/sql/ha_innodb.h +++ b/sql/ha_innodb.h @@ -126,6 +126,7 @@ class ha_innobase: public handler void initialize(void); int close(void); double scan_time(); + double read_time(uint index, uint ranges, ha_rows rows); int write_row(byte * buf); int update_row(const byte * old_data, byte * new_data); |