Commit ab44cbca authored by unknown's avatar unknown

ha_innodb.cc:

  Fix a typo


sql/ha_innodb.cc:
  Fix a typo
parent dd11eadc
...@@ -3471,7 +3471,7 @@ ha_innobase::estimate_number_of_rows(void) ...@@ -3471,7 +3471,7 @@ ha_innobase::estimate_number_of_rows(void)
ulonglong estimate; ulonglong estimate;
ulonglong local_data_file_length; 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 /* We do not know if MySQL can call this function before calling
external_lock(). To be safe, update the thd of the current table external_lock(). To be safe, update the thd of the current table
......
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