diff options
author | heikki@hundin.mysql.fi <> | 2003-01-16 01:07:08 +0200 |
---|---|---|
committer | heikki@hundin.mysql.fi <> | 2003-01-16 01:07:08 +0200 |
commit | c228dfacdfba2897d80ace6789830497ab25ebef (patch) | |
tree | 4983d2f7f289c54fafe21871b89ee7bd1a65c055 /sql | |
parent | d7cc9da9b6c863d0ce19b648423d362fa34b6965 (diff) | |
download | mariadb-git-c228dfacdfba2897d80ace6789830497ab25ebef.tar.gz |
ha_innodb.cc:
Fix a typo
Diffstat (limited to 'sql')
-rw-r--r-- | sql/ha_innodb.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc index 5b29811f7b0..4733829c295 100644 --- a/sql/ha_innodb.cc +++ b/sql/ha_innodb.cc @@ -3471,7 +3471,7 @@ ha_innobase::estimate_number_of_rows(void) ulonglong estimate; ulonglong local_data_file_length; - DBUG_ENTER("info"); + DBUG_ENTER("estimate_number_of_rows"); /* We do not know if MySQL can call this function before calling external_lock(). To be safe, update the thd of the current table |