summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authormonty@narttu.mysql.fi <>2003-03-04 12:32:28 +0200
committermonty@narttu.mysql.fi <>2003-03-04 12:32:28 +0200
commit28b6e0269a12ebab1461f64fc9aa6c1e3df50f43 (patch)
tree060e05f45d2f301e50dc115b01bde9103d6c51d7 /sql/handler.cc
parent61f280a9785e8fa049ca3dc1cf23dbd07cbae6fd (diff)
parent2a7dfa172c9edf84ce503fdde37e22a8227ef9dc (diff)
downloadmariadb-git-28b6e0269a12ebab1461f64fc9aa6c1e3df50f43.tar.gz
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
Diffstat (limited to 'sql/handler.cc')
-rw-r--r--sql/handler.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/handler.cc b/sql/handler.cc
index 3fae7c3bd72..ebae0d5e901 100644
--- a/sql/handler.cc
+++ b/sql/handler.cc
@@ -503,7 +503,8 @@ int handler::ha_open(const char *name, int mode, int test_if_locked)
int error;
DBUG_ENTER("handler::open");
DBUG_PRINT("enter",("name: %s db_type: %d db_stat: %d mode: %d lock_test: %d",
- name, table->db_type, table->db_stat, mode, test_if_locked));
+ name, table->db_type, table->db_stat, mode,
+ test_if_locked));
if ((error=open(name,mode,test_if_locked)))
{