From 038fe2fc5c8b9f3f41782e8194b37850095b4e5c Mon Sep 17 00:00:00 2001 From: "monty@donna.mysql.com" <> Date: Fri, 19 Jan 2001 04:57:29 +0200 Subject: Added MYSQL_SERVER_SUFFIX to mysqld Fixed bug in TRIM changed strnmov -> strmake --- sql/handler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/handler.cc') diff --git a/sql/handler.cc b/sql/handler.cc index affd9df8f87..3859f496f9a 100644 --- a/sql/handler.cc +++ b/sql/handler.cc @@ -375,8 +375,8 @@ int handler::ha_open(const char *name, int mode, int test_if_locked) { int error; DBUG_ENTER("handler::open"); - DBUG_PRINT("enter",("db_type: %d db_stat: %d mode: %d lock_test: %d", - table->db_type, table->db_stat, mode, test_if_locked)); + 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)); if ((error=open(name,mode,test_if_locked))) { -- cgit v1.2.1