diff options
author | monty@mysql.com/narttu.mysql.fi <> | 2007-10-01 15:32:07 +0300 |
---|---|---|
committer | monty@mysql.com/narttu.mysql.fi <> | 2007-10-01 15:32:07 +0300 |
commit | 315acca125bdfc763ed4c93a8699c8bab8ee650a (patch) | |
tree | 845e2d405effb093e8f97de926712b62d1583cb0 /sql | |
parent | 52ae4496c560829fe48a4a1c6145b17199492b4d (diff) | |
download | mariadb-git-315acca125bdfc763ed4c93a8699c8bab8ee650a.tar.gz |
Removed extra spaces
Added extra debug
Diffstat (limited to 'sql')
-rw-r--r-- | sql/handler.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc index 2cb3c5aa348..d59ef4d037f 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -2502,8 +2502,9 @@ int handler::ha_repair(THD* thd, HA_CHECK_OPT* check_opt) int ha_enable_transaction(THD *thd, bool on) { int error=0; - DBUG_ENTER("ha_enable_transaction"); + DBUG_PRINT("enter", ("on: %d", (int) on)); + thd->transaction.on= on; if (on) { |