summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with public treeunknown2004-02-161-4/+49
|\
| * After merge fixesunknown2004-02-161-3/+48
| * Merge with 4.0.18unknown2004-02-111-3/+3
| |\
| | * a proper fix for the bug #2298 Trailing whitespace inconsistently handled in ...unknown2004-01-221-4/+4
* | | Merge bk-internal:/home/bk/mysql-4.1/unknown2004-02-131-1/+1
|\ \ \ | |/ / |/| |
| * | small optimizationunknown2004-02-131-1/+1
* | | An include was missing.unknown2004-02-101-0/+1
* | | Added --compact to mysqlbinlogunknown2004-02-091-51/+67
* | | just tried to find all 'skipp' and replace it with 'skip'.unknown2004-02-021-6/+6
|/ /
* | sql_string.cc:unknown2004-01-211-10/+5
* | Further fixes for 2390: ucs2 alignmentunknown2004-01-211-4/+50
* | UCS-2 aligning 0xAA -> 0x00AAunknown2004-01-191-0/+46
* | Bug 2202: CAST from binary to char still returns a binary stringunknown2003-12-251-1/+1
* | after review fixunknown2003-11-031-0/+32
* | Remove 'extern' references from .cc filesunknown2003-09-131-0/+5
* | SAPDB date/time finctionsunknown2003-07-081-0/+17
* | merge with public treeunknown2003-06-051-4/+0
|\ \
| * | Added SQLSTATE to client/server protocolunknown2003-06-041-4/+0
* | | MY_CS_NONTEXT flag for sprintf() incompatible charsets (ucs2 if the only one ...unknown2003-06-031-2/+2
|/ /
* | CHARSET_INFO structure reorganization for easier maintainanceunknown2003-05-231-7/+7
* | Variables were rename, binary collation names were addedunknown2003-05-221-3/+3
* | After merge fixesunknown2003-05-211-4/+1
* | Fix to support update + bianry logs with prepared statements (Dynamic query)unknown2003-04-041-6/+13
* | sql_string.cc:unknown2003-04-011-1/+1
* | sql_string.cc:unknown2003-03-251-1/+1
* | A separate variable national_charset_info unknown2003-03-211-0/+3
* | SHOW CREATE TABLE didn't display field names in the proper charsetunknown2003-03-181-0/+28
* | mysql-test/t/ctype_many.test:unknown2003-03-171-1/+1
* | sql_string.cc:unknown2003-03-171-0/+4
* | system_charset_info has been moved to /sql directoryunknown2003-03-161-0/+1
* | stringcmp() and sortcmp() have been unifiedunknown2003-03-041-17/+1
* | More use of new CHARSET_INFO functions and two bug fixesunknown2003-01-311-36/+3
* | sql_string.cc:unknown2003-01-311-60/+4
* | Always use USE_STRCOLL codeunknown2003-01-301-4/+0
* | Move latin1 into a separarte fileunknown2003-01-291-6/+6
* | wb_wc and wc_mb now checks length insideunknown2003-01-271-1/+1
* | Portability fixes (for windows)unknown2003-01-211-2/+2
* | All charsets now have strnxfrm. unknown2003-01-151-2/+2
* | Updates for multi-byte character setsunknown2003-01-141-40/+112
* | postreview fix (SCRUM)unknown2002-12-281-1/+1
* | sql/sql_string.cc@1.39unknown2002-12-111-16/+2
* | wild_case_compate(&String, &String, escape) doesn't exist anymorunknown2002-11-141-23/+0
* | removed unused functionunknown2002-11-141-239/+6
* | thread charset related improvementsunknown2002-11-111-8/+75
* | String->copy() now has a charset argunknown2002-11-061-3/+4
* | All String->set() now have charset argumentunknown2002-10-301-3/+7
* | BINARY charset is now used instead of binary_flagunknown2002-10-251-4/+15
* | Simple charsets now have strncoll() field toounknown2002-10-091-1/+1
* | Merge with 4.0.3unknown2002-08-301-38/+82
|\ \ | |/ |/|
| * merge with 4.0unknown2002-06-031-4/+1
| |\