Below is the list of changes that have just been committed into a local
5.1 repository of jani. When jani 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, 2006-12-04 01:48:11+02:00, jani@stripped +1
-0
Type of last argument was changed in .c file, but not in the
extern. pchar is dependent on system, so this failed on solaris.
include/m_ctype.h@stripped, 2006-12-04 01:48:08+02:00,
jani@stripped +1 -1
Type of last argument was changed in .c file, but not in the
extern. pchar is dependent on system, so this failed on solaris.
# 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: jani
# Host: a88-112-41-254.elisa-laajakaista.fi
# Root: /home/my/bk/mysql-5.1
--- 1.130/include/m_ctype.h 2006-12-04 01:48:20 +02:00
+++ 1.131/include/m_ctype.h 2006-12-04 01:48:20 +02:00
@@ -446,7 +446,7 @@
extern my_bool my_parse_charset_xml(const char *bug, uint len,
int (*add)(CHARSET_INFO *cs));
extern char *my_strchr(CHARSET_INFO *cs, const char *str, const char *end,
- char c);
+ pchar c);
my_bool my_propagate_simple(CHARSET_INFO *cs, const uchar *str, uint len);
my_bool my_propagate_complex(CHARSET_INFO *cs, const uchar *str, uint len);
| Thread |
|---|
| • bk commit into 5.1 tree (jani:1.2368) | jani | 4 Dec |