List:Internals« Previous MessageNext Message »
From:reggie Date:July 11 2005 2:15pm
Subject:bk commit into 5.0 tree (reggie:1.1906)
View as plain text  
Below is the list of changes that have just been committed into a local
5.0 repository of reggie. When reggie 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
  1.1906 05/07/11 06:14:42 reggie@stripped +1 -0
  ha_archive.cc:
    Added cast to fix windows compile error

  sql/examples/ha_archive.cc
    1.45 05/07/11 06:12:53 reggie@stripped +1 -1
    Added cast to fix windows compile error

# This is a BitKeeper patch.  What follows are the unified diffs for the
# set of deltas contained in the patch.  The rest of the patch, the part
# that BitKeeper cares about, is below these diffs.
# User:	reggie
# Host:	linux.site
# Root:	/home/reggie/bk/mysql-5.0

--- 1.44/sql/examples/ha_archive.cc	2005-07-10 22:16:48 -06:00
+++ 1.45/sql/examples/ha_archive.cc	2005-07-11 06:12:53 -06:00
@@ -877,7 +877,7 @@
       }
     }
 
-    my_free(buf, MYF(0));
+    my_free((char*)buf, MYF(0));
     if (rc && rc != HA_ERR_END_OF_FILE)
       goto error;
   } 
Thread
bk commit into 5.0 tree (reggie:1.1906)reggie11 Jul