summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Merge olga.mysql.com:/home/igor/mysql-5.0-rplunknown2007-07-131-1/+1
|\
| * Bug#29461: Sort order of the collation wasn't used when comparing charactersunknown2007-07-091-1/+1
* | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b29333unknown2007-07-052-14/+29
|\ \
| * | Bug#29333 myisam corruption with character set cp932 collate cp932_japanese_ciunknown2007-07-042-14/+29
| |/
* | Printing copyright into ctype-extra.cunknown2007-07-052-1/+25
* | Bug#29499 Converting 'del' from ascii to Unicode results in 'question mark'unknown2007-07-041-2/+2
|/
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-07-033-2/+115
|\
| * Bug#27345 Incorrect data returned when range-read from utf8_danish_ci indexesunknown2007-06-283-2/+115
* | Bug#29261: Sort order of the collation wasn't used when comparing trailingunknown2007-06-291-1/+1
|/
* Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.0-rplunknown2007-06-115-9/+9
|\
| * Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-06-082-3/+3
| |\
| | * Bug#28916 LDML doesn't work for utf8unknown2007-06-072-3/+3
| * | Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-06-073-6/+6
| |\ \ | | |/ | |/|
| | * Bug#26711 "Binary content 0x00 sometimes becomes 0x5C 0x00 after dump/load"unknown2007-06-073-6/+6
* | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-06-051-1/+2
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/data0/bk/mysql-5.0unknown2007-05-281-1/+2
| |\ \ | | |/ | |/|
| | * Bug #27984 Long Decimal Maths produces truncated results.unknown2007-05-211-1/+2
* | | Merge polly.local:/home/kaa/src/maint/bug27643/my50-bug27643unknown2007-05-313-2/+35
|\ \ \
| * | | Fix for bug #27643 "query failed : 1114 (The table '' is full)unknown2007-05-313-2/+35
* | | | Got rid of log_01[], because we don't really need it. Division and log_10[] c...unknown2007-05-301-37/+1
* | | | Don't use log_01[] in my_strtod() to avoid loss of precision.unknown2007-05-281-2/+2
* | | | Some Windows-related fixes to make Microsoft compilers happy. This is for bug...unknown2007-05-281-2/+2
* | | | Merge polly.local:/home/kaa/src/maint/bug28121/my50-bug28121unknown2007-05-281-15/+72
|\ \ \ \ | |_|/ / |/| | |
| * | | Fix for bug #28121 "INSERT or UPDATE into DOUBLE(200,0) field being truncated...unknown2007-05-281-15/+72
| |/ /
* | | Merge quadxeon.mysql.com:/benchmarks/ext3/TOSAVE/tsmith/bk/50unknown2007-05-211-1/+5
|\ \ \ | | |/ | |/|
| * | bug #8663 cant use bigint unsigned as input to castunknown2007-05-161-1/+5
* | | Merge siva.hindu.god:/home/tsmith/m/bk/50unknown2007-05-171-0/+8
|\ \ \ | |/ /
| * | Bug #27957 cast as decimal does not check overflow, also inconsistent with gr...unknown2007-05-091-0/+8
| |/
* | Fix for bug #28240: "isinf()" cannot be used in C++ for lack of prototypeunknown2007-05-161-1/+1
|/
* Code layout fix for bug N 27079unknown2007-03-291-17/+16
* Merge abarkov@bk-internal.mysql.com:/home/bk/mysql-5.0-rplunknown2007-03-291-1/+6
|\
| * Bug#22378 Make error, strings/ctype-utf8.c, uni_plane undeclaredunknown2007-03-271-1/+6
* | Bug#27079 Crash while grouping empty ucs2 stringsunknown2007-03-271-7/+27
|/
* Fixed compiler warnings (for linux and win32 and win64)unknown2007-02-223-1/+9
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-2212-91/+100
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2006-12-1512-91/+100
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:unknown2006-12-1512-91/+100
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.0unknown2007-01-1120-15/+90
|\ \ \
| * | | my_strtoll10-x86.s:unknown2006-12-3120-15/+91
* | | | Merge siva.hindu.god:/usr/home/tim/m/bk/g50unknown2006-12-2688-176/+113
|\ \ \ \ | |/ / /
| * | | Many files:unknown2006-12-2388-176/+113
* | | | Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.0-maintunknown2006-12-222-5/+20
|\ \ \ \ | |/ / / |/| | |
| * | | Merge polly.local:/tmp/maint/bug24037/my50-bug24037unknown2006-12-222-5/+20
| |\ \ \ | | |/ / | |/| |
| | * | Merge polly.local:/tmp/maint/bug24037/my41-bug24037unknown2006-12-222-5/+20
| | |\ \
| | | * | Fix for the bug #24037 "Lossy Hebrew to Unicode conversion".unknown2006-12-222-5/+20
| | | * | Merge polly.local:/tmp/maint/bug22129/my41-bug22129unknown2006-11-141-16/+4
| | | |\ \
* | | | | | Remove warnings by castingunknown2006-12-191-1/+1
* | | | | | Alternative decimal2double implementation using an algorithmunknown2006-12-191-8/+26
|/ / / / /
* | | | | Merge neptunus.(none):/home/msvensson/mysql/mysql-5.0unknown2006-12-041-2/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Fixed portability issue in my_thr_init.c (was added in my last push)unknown2006-11-301-2/+2