Below is the list of changes that have just been committed into a local
4.1 repository of bar. When bar 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-09-14 10:05:07+05:00, bar@stripped +2 -0
Better comment text (thanks to SergeyP for suggestions made for the b#20471 patch)
include/m_ctype.h@stripped, 2006-09-14 10:05:02+05:00, bar@stripped +1 -1
Better comment text (thanks to SergeyP for suggestions made for the b#20471 patch)
strings/ctype-mb.c@stripped, 2006-09-14 10:05:02+05:00, bar@stripped +14 -7
Better comment text (thanks to SergeyP for suggestions made for the b#20471 patch)
# 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: bar
# Host: bar.intranet.mysql.r18.ru
# Root: /usr/home/bar/mysql-4.1.b20471v2
--- 1.108/include/m_ctype.h 2006-09-14 10:05:12 +05:00
+++ 1.109/include/m_ctype.h 2006-09-14 10:05:12 +05:00
@@ -109,7 +109,7 @@
struct charset_info_st;
-/* See strings/CHARSET_INFO.txt about information on this structure */
+/* See strings/CHARSET_INFO.txt for information about this structure */
typedef struct my_collation_handler_st
{
my_bool (*init)(struct charset_info_st *, void *(*alloc)(uint));
--- 1.43/strings/ctype-mb.c 2006-09-14 10:05:12 +05:00
+++ 1.44/strings/ctype-mb.c 2006-09-14 10:05:12 +05:00
@@ -449,13 +449,20 @@
/*
- Write max key:
-- for non-Unicode character sets:
- just set to 255.
-- for Unicode character set (utf-8):
- create a buffer with multibyte
- representation of the max_sort_char character,
- and copy it into max_str in a loop.
+ Fill the given buffer with 'maximum character' for given charset
+ SYNOPSIS
+ pad_max_char()
+ cs Character set
+ str Start of buffer to fill
+ end End of buffer to fill
+
+ DESCRIPTION
+ Write max key:
+ - for non-Unicode character sets:
+ just set to 255.
+ - for Unicode character set (utf-8):
+ create a buffer with multibyte representation of the max_sort_char
+ character, and copy it into max_str in a loop.
*/
static void pad_max_char(CHARSET_INFO *cs, char *str, char *end)
{
| Thread |
|---|
| • bk commit into 4.1 tree (bar:1.2525) | bar | 14 Sep |