List:Commits« Previous MessageNext Message »
From:Ignacio Galarza Date:March 30 2008 7:46pm
Subject:bk commit into 5.0 tree (iggy:1.2608) BUG#26243
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of iggy.  When iggy does a push these changes
will be propagated to the main repository and, within 24 hours after the
push, to the public repository.
For information on how to access the public repository
see http://dev.mysql.com/doc/mysql/en/installing-source-tree.html

ChangeSet@stripped, 2008-03-30 15:46:37-04:00, iggy@amd64.(none) +1 -0
  Bug#26243 - Cleanup Valgrind error

  sql/tztime.cc@stripped, 2008-03-30 15:46:35-04:00, iggy@amd64.(none) +1 -1
    Bug#26243 - Cleanup Valgrind error

diff -Nrup a/sql/tztime.cc b/sql/tztime.cc
--- a/sql/tztime.cc	2007-05-16 04:44:42 -04:00
+++ b/sql/tztime.cc	2008-03-30 15:46:35 -04:00
@@ -2278,7 +2278,7 @@ my_tz_find(const String * name, TABLE_LI
 
   DBUG_ENTER("my_tz_find");
   DBUG_PRINT("enter", ("time zone name='%s'",
-                      name ? ((String *)name)->c_ptr() : "NULL"));
+                      name ? ((String *)name)->c_ptr_safe() : "NULL"));
 
   DBUG_ASSERT(!time_zone_tables_exist || tz_tables || current_thd->slave_thread);
 
Thread
bk commit into 5.0 tree (iggy:1.2608) BUG#26243Ignacio Galarza30 Mar