summaryrefslogtreecommitdiff
path: root/sql/handler.cc
diff options
context:
space:
mode:
authorunknown <monty@narttu.mysql.fi>2003-03-04 12:32:28 +0200
committerunknown <monty@narttu.mysql.fi>2003-03-04 12:32:28 +0200
commit7a88d2ccbdf872e200784a7bdfe497c64d0e4449 (patch)
tree060e05f45d2f301e50dc115b01bde9103d6c51d7 /sql/handler.cc
parentaeee04d278ca5aacb081df69e8bbdeaf26027f45 (diff)
parent3446199d8e421da02a5546f439ee76b368594700 (diff)
downloadmariadb-git-7a88d2ccbdf872e200784a7bdfe497c64d0e4449.tar.gz
Merge work:/my/mysql-4.0 into narttu.mysql.fi:/my/mysql-4.0
client/mysqltest.c: Auto merged mysql-test/mysql-test-run.sh: Auto merged sql/handler.cc: Auto merged
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)))
{