summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorunknown <heikki@hundin.mysql.fi>2005-08-25 16:57:13 +0300
committerunknown <heikki@hundin.mysql.fi>2005-08-25 16:57:13 +0300
commit0f94385b651a26ed7d3a8085941ab417acc692d4 (patch)
treefc5057927cb941217d17320531d19bb8b45b235d /sql/ha_innodb.cc
parent077c842032f67d4fbcf67b45207fa2ea482ef69f (diff)
downloadmariadb-git-0f94385b651a26ed7d3a8085941ab417acc692d4.tar.gz
ha_innodb.cc:
Fix typo sql/ha_innodb.cc: Fix typo
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index a27f1942158..3527f66f023 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -5426,7 +5426,7 @@ ha_innobase::info(
is an accurate estimate if it is zero. Of course, it is not,
since we do not have any locks on the rows yet at this phase.
Since SHOW TABLE STATUS seems to call this function with the
- HA_STATUS_TIME flag set, while the left join optizer does not
+ HA_STATUS_TIME flag set, while the left join optimizer does not
set that flag, we add one to a zero value if the flag is not
set. That way SHOW TABLE STATUS will show the best estimate,
while the optimizer never sees the table empty. */