summaryrefslogtreecommitdiff
path: root/client/sql_string.cc
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersMurthy Narkedimilli2013-02-261-1/+1
|\
| * Updated/added copyright headers.Murthy Narkedimilli2013-02-251-1/+1
* | BUG#11757250: REPLACE(...) INSIDE A STORED PROCEDURE.Nisha Gopalakrishnan2013-01-121-1/+1
|\ \ | |/
| * BUG#11757250: REPLACE(...) INSIDE A STORED PROCEDURE.Nisha Gopalakrishnan2013-01-121-1/+1
* | Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
|\ \ | |/
| * Updated/added copyright headersKent Boortz2012-02-151-1/+1
| |\
| | * Updated/added copyright headersMySQL Build Team2012-02-151-2/+1
| * | Bug#12406055 post-push fix: unused variable 'num_chars' in optimized build.Tor Didriksen2011-11-011-1/+2
| * | merge 5.0-security => 5.1-securityTor Didriksen2011-07-151-2/+4
| |\ \ | | |/
| | * Bug#12406055 BUFFER OVERFLOW OF VARIABLE 'BUFF' IN STRING::SET_REALTor Didriksen2011-07-151-2/+4
* | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
|\ \ \ | |/ /
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| |\ \ | | |/
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+5
| | * auto-mergeIgnacio Galarza2009-03-191-11/+8
| | |\
| | | * Merge from dev tree.Alexey Kopytov2009-02-141-2/+2
| | | |\
| * | | | Bug#45288: pb2 returns a lot of compilation warnings on linuxDavi Arnaut2010-07-091-2/+3
* | | | | Bug#55077: Assertion failed: width > 0 && to != ((void *)0),Alexey Kopytov2010-08-251-2/+8
* | | | | Backport: Remove unused and ancient files, functions, and facilities.Davi Arnaut2010-05-281-7/+0
* | | | | Backport of WL #2934: Make/find library for doing float/double Alexey Kopytov2009-12-221-73/+7
* | | | | Backport of:Konstantin Osipov2009-11-241-1/+1
* | | | | Bug #33544 UDF_INIT member decimals initialized wrong with Magne Mahre2009-11-111-0/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Bug #33544: UDF_INIT member decimals initialized wrong with gkodinov/kgeorge@magare.gmz2008-03-051-0/+1
* | | | | auto-mergeIgnacio Galarza2009-03-171-11/+8
|\ \ \ \ \
| * \ \ \ \ Merge from dev tree.Alexey Kopytov2009-02-141-2/+2
| |\ \ \ \ \
| | * \ \ \ \ Merge into dev tree.Alexey Kopytov2009-02-101-2/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | / | | | | |_|/ | | | |/| |
| | | * | | Fix for bug #21205: Different number of digits for float/double/real in --ps-...Alexey Kopytov2009-01-281-2/+2
| * | | | | Merge mysql-5.0-bugteam -> mysql-5.1-bugteam.Alexey Kopytov2009-02-131-9/+6
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Fix for bug #41868: crash or memory overrun with concat + upper,Alexey Kopytov2009-02-101-9/+6
| | | |/ / | | |/| |
| * | | | Merge mysql-5.0-bugteam -> mysql-5.1-bugteam.Alexey Kopytov2009-02-061-10/+10
| |\ \ \ \
| | * | | | Temporarily reverted patch for bug #41868 as it was causing problems in PB.Alexey Kopytov2009-02-061-10/+10
| * | | | | Merge mysql-5.0-bugteam -> mysql-5.1-bugteam.Alexey Kopytov2009-02-051-10/+10
| |\ \ \ \ \ | | |/ / / / | | | | / / | | |_|/ / | |/| | |
| | * | | Fix for bug #41868: crash or memory overrun with concat + upper, date_formatAlexey Kopytov2009-02-031-10/+10
| | |/ /
* | | | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
| |/
* | Fixed a lot of compiler warnings and errors detected by Forte C++ on Solarismonty@mysql.com/nosik.monty.fi2007-08-131-4/+2
* | WL#3817: Simplify string / memory area types and make things more consistent ...monty@mysql.com/narttu.mysql.fi2007-05-101-4/+4
|/
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-18/+32
|\
| * Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-18/+32
* | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
|/
* Merge with 4.1monty@mysql.com2005-06-071-2/+1
|\
| * a compiler must see '#pragma implementation' *before*serg@serg.mylan2005-06-051-2/+1
* | 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-214/+435
|/
* fixed conversion errors (Windows IA64 build)georg@lmy002.wdf.sap.corp2005-03-071-2/+2
* just tried to find all 'skipp' and replace it with 'skip'.ram@gw.mysql.r18.ru2004-02-021-6/+6
* CHARSET_INFO structure reorganization for easier maintainancebar@bar.mysql.r18.ru2003-05-231-6/+6
* Always use USE_STRCOLL codebar@bar.mysql.r18.ru2003-01-301-4/+0