From e337639daa5ee7dd4f51be8776f30f889d5bd744 Mon Sep 17 00:00:00 2001
From: Mattias Jonsson <mattias.jonsson@sun.com>
Date: Thu, 6 Nov 2008 13:47:41 +0100
Subject: [PATCH] post push fix, removing dbug_print due to compiler warning

---
 sql/ha_partition.cc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sql/ha_partition.cc b/sql/ha_partition.cc
index 49faed36de8..29d0c5a94a6 100644
--- a/sql/ha_partition.cc
+++ b/sql/ha_partition.cc
@@ -2469,8 +2469,6 @@ int ha_partition::open(const char *name, int mode, uint test_if_locked)
                                     ~(PARTITION_DISABLED_TABLE_FLAGS)) |
                                    (PARTITION_ENABLED_TABLE_FLAGS)))
     {
-      DBUG_PRINT("error", ("check_table_flag 0x%x != 0x%x table_flags()",
-                           check_table_flags, (*file)->ha_table_flags()));
       error= HA_ERR_INITIALIZATION;
       goto err_handler;
     }