Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | ctype-uca.c: | bar@deer.(none) | 2004-06-18 | 1 | -3/+3 | |
* | | Critical fixes after review: | bar@mysql.com | 2004-06-16 | 1 | -6/+8 | |
* | | ctype-uca.c: | bar@mysql.com | 2004-06-15 | 1 | -2/+2 | |
* | | utf8 contraction fix. | bar@mysql.com | 2004-06-14 | 1 | -6/+7 | |
* | | UTF8 UCA based collations. | bar@mysql.com | 2004-06-14 | 2 | -55/+704 | |
* | | Unicode collation algorithm: contraction support. | bar@mysql.com | 2004-06-12 | 15 | -25/+304 | |
* | | merged | serg@serg.mylan | 2004-06-11 | 13 | -37/+96 | |
|\ \ | ||||||
| * | | bug#3964 and related issues: FTB problems with charsets where one byte can ma... | serg@serg.mylan | 2004-06-10 | 13 | -37/+96 | |
* | | | Move UCA language specific definitions into ctype-ucs.c. | bar@mysql.com | 2004-06-11 | 1 | -1/+333 | |
* | | | Initialize max_sort_char only if a character set is requested. | bar@mysql.com | 2004-06-11 | 9 | -18/+44 | |
* | | | Allocate memory when a character set is requested: | bar@mysql.com | 2004-06-11 | 16 | -5/+587 | |
* | | | assert.h needed for my_dbug.h now is included in my_dbug.h, where it for | konstantin@mysql.com | 2004-06-10 | 3 | -3/+0 | |
* | | | Optimization to use less memory. | bar@mysql.com | 2004-06-10 | 15 | -58/+64 | |
* | | | WL#916: Unicode collations for some languages | bar@bar.intranet.mysql.r18.ru | 2004-06-08 | 15 | -6/+33 | |
* | | | Bug #3928 regexp [[:>:]] and UTF-8 | bar@bar.intranet.mysql.r18.ru | 2004-06-07 | 1 | -7/+13 | |
|/ / | ||||||
* | | Fix skipp -> skip once and for all. | paul@kite-hub.kitebird.com | 2004-06-03 | 3 | -3/+3 | |
* | | Unicode collations: WL#916 | bar@bar.intranet.mysql.r18.ru | 2004-06-03 | 1 | -2/+51 | |
* | | Portability fix (using 'char' as argument to C functions may give warnings) | monty@mysql.com | 2004-05-28 | 1 | -18/+23 | |
* | | Made my_snprintf() behavior snprintf() compatible when printing %x arguments ... | dlenev@brandersnatch.localdomain | 2004-05-27 | 4 | -59/+59 | |
* | | Changed prototype of killed_ptr() to make it more portable | monty@mysql.com | 2004-05-26 | 1 | -1/+1 | |
* | | Preparation for user-defined Unicode collations: | bar@bar.intranet.mysql.r18.ru | 2004-05-25 | 15 | -33/+72 | |
* | | After merge fixes | monty@mysql.com | 2004-05-24 | 1 | -0/+1 | |
* | | Merge with 4.0, mainly to get changes to windows project files | monty@mysql.com | 2004-05-20 | 1 | -2/+1 | |
|\ \ | |/ | ||||||
| * | Added support for projects 'classic', 'classic nt', 'pro' and 'pro nt' | monty@mysql.com | 2004-05-19 | 1 | -4/+4 | |
* | | Portability fixes | monty@mysql.com | 2004-05-19 | 4 | -13/+13 | |
* | | compatibility fix for hp-ux 64bit (hpux compiler) and sun 64-bit (sun forte) | serg@serg.mylan | 2004-05-14 | 1 | -7/+7 | |
* | | Portability fixes | monty@mysql.com | 2004-05-12 | 1 | -3/+3 | |
* | | Don't automaticly generate a new key for a foreign key constraint if there is... | monty@mysql.com | 2004-05-12 | 1 | -1/+3 | |
* | | Use Windows code page 1252 instead of real ISO 8859-1 | bar@bar.intranet.mysql.r18.ru | 2004-05-11 | 3 | -73/+285 | |
* | | ctype-win1250ch.c, ctype-czech.c: | bar@bar.intranet.mysql.r18.ru | 2004-05-07 | 2 | -2/+2 | |
* | | Portability fixes | monty@mysql.com | 2004-05-07 | 2 | -29/+28 | |
* | | Merge with 4.0.19 | monty@mysql.com | 2004-05-05 | 2 | -2/+2 | |
|\ \ | |/ | ||||||
| * | Fix typos that resulted in adding names to the global namespace that | tim@sand.box | 2004-04-12 | 2 | -2/+2 | |
* | | Don't enable HA_EXTRA_WRITE_CACHE if too few rows | monty@mysql.com | 2004-04-08 | 1 | -11/+25 | |
* | | Checking Thai sort order and trailing spaces handling | bar@bar.intranet.mysql.r18.ru | 2004-03-29 | 1 | -27/+70 | |
* | | UTF8 now process space as PAD character correctly. | bar@bar.intranet.mysql.r18.ru | 2004-03-26 | 1 | -8/+88 | |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-25 | 11 | -345/+557 | |
|\ \ | ||||||
| * | | BTREE-indexes in HEAP tables can now be used to optimize ORDER BY | monty@mysql.com | 2004-03-25 | 11 | -345/+557 | |
* | | | Bug #3290 [Ver]: Can't convert sjis&ujis half-width katakana correctly | bar@bar.intranet.mysql.r18.ru | 2004-03-25 | 1 | -17/+12 | |
* | | | #3290: Can't convert sjis&ujis half-width katakana correctly | bar@bar.intranet.mysql.r18.ru | 2004-03-25 | 1 | -1/+13 | |
* | | | ctype-uca.c: | bar@bar.intranet.mysql.r18.ru | 2004-03-24 | 1 | -0/+5 | |
* | | | Unicode Collation Algorithm subset implementation | bar@bar.intranet.mysql.r18.ru | 2004-03-24 | 3 | -6/+7064 | |
* | | | uca-dump.c: | bar@bar.intranet.mysql.r18.ru | 2004-03-23 | 1 | -12/+30 | |
* | | | uca-dump.c: | bar@bar.intranet.mysql.r18.ru | 2004-03-22 | 1 | -0/+258 | |
|/ / | ||||||
* | | min_sort_char was added, for the future UCA implementation. | bar@bar.intranet.mysql.r18.ru | 2004-03-19 | 15 | -27/+133 | |
* | | EOVERFLOW moved to my_base.h - it is used not only in strtod.c | serg@serg.mylan | 2004-03-16 | 1 | -4/+0 | |
* | | Moved errno to strtod.c as one can use m_string.h without errno.h | monty@mysql.com | 2004-03-16 | 1 | -5/+5 | |
* | | Merge bk-internal.mysql.com:/home/bk/mysql-4.1 | monty@mysql.com | 2004-03-16 | 1 | -8/+8 | |
|\ \ | ||||||
| * | | Fix for bug#2972 Problem the the CONV() function | gluh@gluh.mysql.r18.ru | 2004-03-15 | 1 | -8/+8 | |
* | | | merge & simple cleanup | monty@mysql.com | 2004-03-15 | 1 | -7/+12 | |
|\ \ \ | |/ / |/| | |