summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <serg@serg.mylan>2004-09-04 20:17:09 +0200
committerunknown <serg@serg.mylan>2004-09-04 20:17:09 +0200
commitdf8a43b8b2f51901fc35cd5dbd047e09941eeae3 (patch)
tree6c5ba5b242257855157cdf52a44d6a7e88c3884a /sql/handler.cc
parentc0c7e8f56454f6624b0f32a556f71fc12b7f210b (diff)
downloadmariadb-git-df8a43b8b2f51901fc35cd5dbd047e09941eeae3.tar.gz
sql_print_error cleanup
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 15f30b25eb8..b7634b3cf33 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -558,7 +558,7 @@ int ha_commit_trans(THD *thd, THD_TRANS* trans)
query_cache.invalidate(thd->transaction.changed_tables);
#endif /*HAVE_QUERY_CACHE*/
if (error && trans == &thd->transaction.all && mysql_bin_log.is_open())
- sql_print_error("Error: Got error during commit; Binlog is not up to date!");
+ sql_print_error("Got error during commit; Binlog is not up to date!");
thd->variables.tx_isolation=thd->session_tx_isolation;
if (operation_done)
{