Below is the list of changes that have just been committed into a local
5.1 repository of cps. When cps 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.2175 06/05/30 18:44:26 petr@stripped +1 -0
one more portability fix
storage/csv/ha_tina.h
1.20 06/05/30 18:44:22 petr@stripped +1 -1
portability fix
# 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: petr
# Host: outpost.site
# Root: /home/cps/mysql/devel/5.1-csv-remove-mmap
--- 1.19/storage/csv/ha_tina.h 2006-05-20 02:41:26 +04:00
+++ 1.20/storage/csv/ha_tina.h 2006-05-30 18:44:22 +04:00
@@ -71,7 +71,7 @@
{ buff= (byte *) my_malloc(buff_size*sizeof(byte), MYF(MY_WME)); }
~Transparent_file()
- { my_free(buff, MYF(MY_ALLOW_ZERO_PTR)); }
+ { my_free((gptr)buff, MYF(MY_ALLOW_ZERO_PTR)); }
void init_buff(File filedes_arg)
{
| Thread |
|---|
| • bk commit into 5.1 tree (petr:1.2175) | Petr Chardin | 30 May |