Commit c03049df authored by marko@hundin.mysql.fi's avatar marko@hundin.mysql.fi

InnoDB: Corrected typos in DBUG_ statements

parent 0b6dc493
...@@ -3049,7 +3049,7 @@ ha_innobase::index_last( ...@@ -3049,7 +3049,7 @@ ha_innobase::index_last(
{ {
int error; int error;
DBUG_ENTER("index_first"); DBUG_ENTER("index_last");
statistic_increment(ha_read_last_count, &LOCK_status); statistic_increment(ha_read_last_count, &LOCK_status);
error = index_read(buf, NULL, 0, HA_READ_BEFORE_KEY); error = index_read(buf, NULL, 0, HA_READ_BEFORE_KEY);
...@@ -4110,7 +4110,7 @@ ha_innobase::info( ...@@ -4110,7 +4110,7 @@ ha_innobase::info(
if (srv_force_recovery >= SRV_FORCE_NO_IBUF_MERGE) { 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 /* We do not know if MySQL can call this function before calling
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment