summaryrefslogtreecommitdiff
path: root/sql/sql_string.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge trift2.:/MySQL/M51/target-5.1.22joerg@trift2.2007-08-221-8/+4
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@narttu.mysql.fi2007-08-141-8/+4
| |\
| | * Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-8/+4
* | | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875v2bar@bar.myoffice.izhnet.ru2007-08-071-2/+0
|\ \ \ | |/ / |/| |
| * | Reversing additional change suggested by Sergbar@mysql.com/bar.myoffice.izhnet.ru2007-08-071-2/+0
* | | Merge mysql.com:/home/bar/mysql-work/mysql-5.0.b28875bar@bar.myoffice.izhnet.ru2007-08-031-0/+2
|\ \ \ | |/ / | | / | |/ |/|
| * Bug#28875 Conversion between ASCII and LATIN1 charsets does not functionbar@mysql.com/bar.myoffice.izhnet.ru2007-08-031-0/+2
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-4/+4
* | Merge mysql.com:/home/my/mysql-5.0monty@narttu.mysql.fi2007-01-271-10/+9
|\ \ | |/
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-10/+9
| |\
| | * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-10/+9
* | | Merge bodhi.local:/opt/local/work/tmp_mergekostja@bodhi.local2007-01-151-2/+2
|\ \ \ | |/ /
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0kostja@bodhi.local2007-01-111-2/+2
| |\ \
| | * | Fix for BUG#24293: '\Z' token is not handled correctly in views.anozdrin/alik@alik.2006-12-191-2/+2
| | |/
* | | Merge mysql.com:/home/kent/bk/main/mysql-5.0kent@kent-amd64.(none)2006-12-231-2/+1
|\ \ \ | |/ /
| * | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| |/
* | Merge mysql.com:/usr/home/bar/mysql-5.0.b18908bar@bar.intranet.mysql.r18.ru2006-11-011-0/+156
|\ \ | |/
| * Bug#18908: ERROR 1406 (22001): Data too long for column :: using utf8bar@mysql.com/bar.intranet.mysql.r18.ru2006-10-301-0/+156
* | Merge salvation.intern.azundris.com:/home/tnurnberg/21913/my50-21913tnurnberg@salvation.intern.azundris.com2006-09-051-1/+6
|\ \ | |/
| * Merge salvation.intern.azundris.com:/home/tnurnberg/21913/my41-21913tnurnberg@salvation.intern.azundris.com2006-09-041-1/+6
| |\
| | * Bug#21913: DATE_FORMAT() Crashes mysql server if I use it through mysql-conne...tnurnberg@salvation.intern.azundris.com2006-09-041-1/+6
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1monty@mysql.com2006-06-191-3/+3
|\ \ \
| * | | unsigned char -> ucharmonty@mysql.com2006-06-191-3/+3
* | | | String::set(double) and set(longlong) -> set_real() and set_int()serg@serg.mylan2006-06-161-2/+2
* | | | cleanup String::set(integer)serg@serg.mylan2006-06-141-13/+3
|/ / /
* | | Fix spelling in comments as requested by Oskuelliot@mysql.com2006-05-021-1/+1
|/ /
* | Merge mysql.com:/usr/home/bar/mysql-4.1.b15376bar@mysql.com2006-03-231-1/+11
|\ \ | |/
| * Bug#15375 Unassigned multibyte codes are brokenbar@mysql.com2005-12-121-1/+11
* | Inefficient usage of String::append() fixed.bell@sanja.is.com.ua2005-11-201-6/+6
* | Merge with 4.1monty@mysql.com2005-06-071-2/+1
|\ \ | |/
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-1/+2
| * Move USE_PRAGMA_IMPLEMENTATION to proper placemonty@mysql.com2005-06-031-2/+0
* | Mergekent@mysql.com2005-06-021-1/+2
|\ \ | |/
| * tztime.cc:kent@mysql.com2005-06-021-1/+2
* | Merge from 4.1msvensson@neptunus.(none)2005-05-261-1/+1
|\ \ | |/
| * Add ifdefs to control when "#pragma implementation" should be usedmsvensson@neptunus.(none)2005-05-261-1/+1
* | Cleanup during reviewsmonty@mysql.com2005-03-161-6/+6
* | Add support for up to VARCHAR (size up to 65535)monty@mysql.com2004-12-061-2/+2
* | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-12/+16
|\ \ | |/
| * fix call of string::copy() if HAVE_FCONVERT is settomas@poseidon.ndb.mysql.com2004-11-011-1/+2
| * A fix according to Monty's request:bar@mysql.com2004-10-291-11/+14
* | merge with 4.1monty@mysql.com2004-10-291-5/+19
|\ \ | |/
| * Produce a "truncated" warning if a value cannot be convertedbar@mysql.com2004-10-281-4/+17
| * Review of all code pushed since last reviewmonty@mishka.local2004-10-201-1/+2
* | Merge with 4.1.3-betamonty@mysql.com2004-07-071-2/+1
|\ \ | |/
| * Critical fixes after review:bar@mysql.com2004-06-161-1/+1
| * Allocate memory when a character set is requested:bar@mysql.com2004-06-111-1/+1
| * assert.h needed for my_dbug.h now is included in my_dbug.h, where it for konstantin@mysql.com2004-06-101-1/+0
* | Merging 4.1 to 5.0.pem@mysql.com2004-05-261-52/+54
|\ \ | |/
| * sql_string.h:bar@bar.intranet.mysql.r18.ru2004-05-251-34/+0