summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
Commit message (Expand)AuthorAgeFilesLines
* Bug#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-conne...unknown2006-09-041-1/+6
* Bug#15375 Unassigned multibyte codes are brokenunknown2005-12-121-1/+11
* a compiler must see '#pragma implementation' *before*unknown2005-06-051-1/+2
* Move USE_PRAGMA_IMPLEMENTATION to proper placeunknown2005-06-031-2/+0
* tztime.cc:unknown2005-06-021-1/+2
* Add ifdefs to control when "#pragma implementation" should be usedunknown2005-05-261-1/+1
* fix call of string::copy() if HAVE_FCONVERT is setunknown2004-11-011-1/+2
* A fix according to Monty's request:unknown2004-10-291-11/+14
* Produce a "truncated" warning if a value cannot be convertedunknown2004-10-281-4/+17
* Review of all code pushed since last reviewunknown2004-10-201-1/+2
* Critical fixes after review:unknown2004-06-161-1/+1
* Allocate memory when a character set is requested:unknown2004-06-111-1/+1
* assert.h needed for my_dbug.h now is included in my_dbug.h, where it for unknown2004-06-101-1/+0
* sql_string.h:unknown2004-05-251-34/+0
* 1. Some optimization when conversion is not needed.unknown2004-05-251-15/+28
* Support for character set conversion in binary protocol: another gounknown2004-05-251-11/+34
* Formatting changes requested by Montyunknown2004-04-151-1/+1
* Disable INSERT DELAYED for embedded libraryunknown2004-03-291-2/+7
* Optimized GIS functionsunknown2004-03-041-12/+4
* 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