summaryrefslogtreecommitdiff
path: root/sql/ha_innodb.cc
diff options
context:
space:
mode:
authorunknown <marko@hundin.mysql.fi>2004-09-17 17:16:02 +0300
committerunknown <marko@hundin.mysql.fi>2004-09-17 17:16:02 +0300
commitcf51de6dc4d78eea73baba01db5502ba61817ca2 (patch)
treef01da54b0ed143737081f0fb95fe28584900f70d /sql/ha_innodb.cc
parente84eb55a0778ca62490c79136b9a09379b02773a (diff)
downloadmariadb-git-cf51de6dc4d78eea73baba01db5502ba61817ca2.tar.gz
InnoDB: Corrected typos in DBUG_ statements
sql/ha_innodb.cc: Corrected typos in DBUG_ statements
Diffstat (limited to 'sql/ha_innodb.cc')
-rw-r--r--sql/ha_innodb.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/ha_innodb.cc b/sql/ha_innodb.cc
index b9d898d5bd1..f149af85b3f 100644
--- a/sql/ha_innodb.cc
+++ b/sql/ha_innodb.cc
@@ -3049,7 +3049,7 @@ ha_innobase::index_last(
{
int error;
- DBUG_ENTER("index_first");
+ DBUG_ENTER("index_last");
statistic_increment(ha_read_last_count, &LOCK_status);
error = index_read(buf, NULL, 0, HA_READ_BEFORE_KEY);
@@ -4110,7 +4110,7 @@ ha_innobase::info(
if (srv_force_recovery >= SRV_FORCE_NO_IBUF_MERGE) {
- return;
+ DBUG_VOID_RETURN;
}
/* We do not know if MySQL can call this function before calling