summaryrefslogtreecommitdiff
path: root/strings
Commit message (Expand)AuthorAgeFilesLines
* Moved errno to strtod.c as one can use m_string.h without errno.hunknown2004-03-161-5/+5
* Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2004-03-161-8/+8
|\
| * Fix for bug#2972 Problem the the CONV() functionunknown2004-03-151-8/+8
* | merge & simple cleanupunknown2004-03-151-7/+12
|\ \ | |/ |/|
| * Optimizationsunknown2004-03-151-4/+6
* | my_strtod fixes:unknown2004-03-141-3/+11
|/
* - added commands --query_vertical and --query_horisontal to client/mysqltest.ccunknown2004-03-061-4/+1
* do not use static array of pastpoints in my_strtod - it is not portableunknown2004-02-271-17/+3
* minor omission that effectively disabled my_strtod fixed :)unknown2004-02-241-1/+1
* - fixed C++-style comment in strings/strtod.c which caused a compileunknown2004-02-181-1/+1
* Changed wellformedlen to well_formed_lenunknown2004-02-1713-37/+60
* Merge with public treeunknown2004-02-1612-423/+337
|\
| * After merge fixesunknown2004-02-1612-291/+254
| * Merge with 4.0.18unknown2004-02-111-134/+85
| |\
| | * Fixed problem with range optimization over overlapping ranges (#2448)unknown2004-02-041-202/+137
| | * Thai tis620 crash problem in text comparison routines was fixed.unknown2004-02-031-55/+122
| | * ctype-big5.c:unknown2003-12-241-1/+1
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-135-216/+149
|\ \ \
| * | | my_atof is deletedunknown2004-02-135-216/+149
* | | | http://bugs.mysql.com/bug.php?id=2368unknown2004-02-101-7/+10
| |/ / |/| |
* | | Ensure that result from date_format() is binaryunknown2004-02-091-3/+3
* | | Problem fix:unknown2004-02-0613-2/+52
* | | http://bugs.mysql.com/bug.php?id=2619unknown2004-02-041-10/+12
* | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-025-10/+10
|/ /
* | UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-1914-0/+25
* | Fic for Bug 2367: INSERT() behaviour is different for different charsets.unknown2004-01-151-1/+1
* | Bug 1552:unknown2003-12-251-2/+201
* | dump_map.c:unknown2003-12-251-0/+72
* | "like" did not work in some cases with character set big5unknown2003-12-241-1/+1
* | Merge with 4.0.17unknown2003-12-173-4/+2
|\ \ | |/
| * Portability fixes (mostly test suite)unknown2003-12-163-4/+2
| * Extend max_allowed_packet to 2G in mysql and mysqldump (Bug #2105)unknown2003-12-141-6/+12
* | Merge bk-internal.mysql.com:/home/bk/mysql-4.1unknown2003-12-087-35/+39
|\ \
| * | Portability fixes for Windowsunknown2003-12-087-35/+39
* | | fix for my_mbcharlen(charset, c) to return 1 for single-byte charactersunknown2003-12-066-6/+6
|/ /
* | Added missing SSL library (Should be in source distribution)unknown2003-11-281-8/+2
* | Fixed compiler warnings from Intel compiler in Win64unknown2003-11-231-1/+1
* | Update VC++ filesunknown2003-11-211-4/+4
* | Merge key cache structures to oneunknown2003-11-201-1/+1
* | Portability fixes for AIX43unknown2003-11-201-0/+1
* | Fixed minor compiler errors encountered during pre-final builds.unknown2003-11-121-1/+1
* | Resolved build problem: undeclared macrosunknown2003-11-121-0/+1
* | Mergeunknown2003-11-033-18/+25
|\ \
| * | Simplified 'wrong xxx name' error messages by introducing 'general' ER_WRONG_...unknown2003-11-033-18/+25
* | | mergedunknown2003-10-215-20/+26
|\ \ \ | |/ / |/| |
| * | FULLTEXT: correct charset support (UTF included, UCS2 - not)unknown2003-10-205-18/+24
* | | ctype-simple.c, ctype-mb.c:unknown2003-10-153-25/+25
|/ /
* | ctype-mb.c:unknown2003-10-011-1/+1
* | - fixed yet another C++ comment inside a .c fileunknown2003-09-291-1/+1
* | CHARSET_INFO::instr was extended to return more substring match results:unknown2003-09-253-18/+85