Bug #34458 Extreneous use of templates in server code

Patch to remove white-space left over after removing anonymous
namespace.


sql/handler.cc:
  Removing indentation and whitespace.
This commit is contained in:
unknown 2008-02-15 13:06:28 +01:00
parent 40176e1962
commit 450ed5aea6

View File

@ -3861,6 +3861,7 @@ bool ha_show_status(THD *thd, handlerton *db_type, enum ha_stat_type stat)
mysql_bin_log.is_open()); mysql_bin_log.is_open());
} }
/** @brief /** @brief
Write table maps for all (manually or automatically) locked tables Write table maps for all (manually or automatically) locked tables
to the binary log. to the binary log.