List:Commits« Previous MessageNext Message »
From:Mattias Jonsson Date:October 30 2008 8:29am
Subject:bzr commit into mysql-6.0 branch (mattias.jonsson:2897)
View as plain text  
#At file:///Users/mattiasj/clones/bzrroot/topush-60-bugteam/

 2897 Mattias Jonsson	2008-10-30 [merge]
      post-push fix for build warnings
modified:
  sql/ha_partition.cc

=== modified file 'sql/ha_partition.cc'
--- a/sql/ha_partition.cc	2008-10-29 22:46:53 +0000
+++ b/sql/ha_partition.cc	2008-10-30 08:28:00 +0000
@@ -3838,8 +3838,7 @@ int ha_partition::common_index_read(ucha
       Need to set unordered scan ongoing since we can come here even when
       it isn't set.
     */
-    DBUG_PRINT("info", ("key_len %lu (%lu), doing unordered scan",
-                        key_len, m_curr_key_info[0]->key_length));
+    DBUG_PRINT("info", ("doing unordered scan"));
     m_ordered_scan_ongoing= FALSE;
     error= handle_unordered_scan_next_partition(buf);
   }

Thread
bzr commit into mysql-6.0 branch (mattias.jonsson:2897)Mattias Jonsson30 Oct