summaryrefslogtreecommitdiff
path: root/libmysql/libmysql.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'mysql/5.5' into 5.5Sergei Golubchik2017-07-181-2/+1
|\
| * Bug#25988681: USE-AFTER-FREE IN MYSQL_STMT_CLOSE()Harin Vadodaria2017-05-231-5/+9
| * BUG#18080920: CRASH; MY_REALLOC_STR DEREFERENCES NEGATIVE VALUE Nisha Gopalakrishnan2014-04-241-1/+5
| * Updated/added copyright headersMurthy Narkedimilli2014-01-061-1/+1
| * Bug #14553380 MYSQL C API LIBRARY EXITS AT NET_CLEAR AT NET_SERV.CC:223Venkata Sidagam2013-01-101-1/+8
| * merge 5.1 => 5.5Tor Didriksen2012-11-011-1/+1
| |\
| | * Bug#14840488 VALGRIND ERRORS IN MYSQL_CLIENT_TESTTor Didriksen2012-11-011-1/+1
| * | merge bug#13708485 5.1->5.5Georgi Kodinov2012-06-291-4/+4
| |\ \ | | |/
| | * Bug #13708485: malformed resultset packet crashes clientGeorgi Kodinov2012-06-281-4/+4
| * | Updated/added copyright headersKent Boortz2011-06-301-2/+2
| |\ \ | | |/
| | * Updated/added copyright headersKent Boortz2011-06-301-2/+2
| | |\
| | | * Updated/added copyright headersKent Boortz2011-06-301-2/+3
| * | | Patch for Bug#12374486 - SEVERE MEMORY LEAK IN PREPARED STATEMENTSAlexander Nozdrin2011-05-061-21/+54
| * | | Remove configuration preprocessor symbols 'THREAD'Magne Mahre2011-01-111-13/+1
| * | | Merge from mysql-5.1-bugteam.Alexander Nozdrin2010-11-241-2/+1
| |\ \ \ | | |/ /
| | * | Merge from mysql-5.0-bugteam.Alexander Nozdrin2010-11-241-2/+1
| | |\ \ | | | |/
| | | * A follow-up for Bug#58340 (Remove Server GPL EXCEPTIONS-CLIENT file) -- remov...Alexander Nozdrin2010-11-241-2/+1
| | * | Bug#58057: 5.1 libmysql/libmysql.c unused variable/compile failureDavi Arnaut2010-11-101-2/+2
| * | | mergeGeorgi Kodinov2010-10-041-2/+7
| |\ \ \
| | * | | Fix mysql_client_test failure introduced by a patch for Bug#47485.Dmitry Shulga2010-09-091-0/+3
| | * | | Auto-merge from mysql-5.1-bugteam.Dmitry Shulga2010-09-071-2/+4
| | |\ \ \ | | | |/ /
| | | * | Fixed bug #47485 - mysql_store_result returns a not NULL result setDmitry Shulga2010-09-071-2/+4
| * | | | WL#1054: Pluggable authentication supportGeorgi Kodinov2010-08-091-81/+20
| |/ / /
| * | | WL#5498: Remove dead and unused source codeDavi Arnaut2010-07-231-7/+0
| * | | Merge of mysql-trunk-bugfixing into mysql-trunk-merge.Davi Arnaut2010-07-151-41/+31
| |\ \ \
| | * | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-2/+2
| | * | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-24/+22
| | * | | WL#5486: Remove code for unsupported platformsDavi Arnaut2010-07-151-10/+2
| | * | | Bug#34043: Server loops excessively in _checkchunk() when safemalloc is enabledDavi Arnaut2010-07-081-8/+8
| * | | | mergeGeorgi Kodinov2010-07-071-0/+1
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix what is probably the result of a bad merge. No functional change.Davi Arnaut2010-07-061-0/+1
| | * | | Bug#53445: Build with -Wall and fix warnings that it generatesDavi Arnaut2010-07-021-1/+0
| | * | | Automerge.Alexey Kopytov2010-07-011-1/+1
| | |\ \ \
| * | \ \ \ Automerge.Alexey Kopytov2010-07-011-1/+1
| |\ \ \ \ \
| | * \ \ \ \ Manual merge from 5.1.Alexey Kopytov2010-07-011-1/+1
| | |\ \ \ \ \ | | | | |/ / / | | | |/| / / | | | |_|/ / | | |/| | |
| | | * | | Bug#54667: Unnecessary signal handler redefinitionAlexey Kopytov2010-07-011-1/+1
| * | | | | AutomergeStaale Smedseng2010-06-301-4/+24
| |\ \ \ \ \ | | |/ / / / | |/| | / / | | | |/ / | | |/| |
| | * | | Bug #53899 Wrong mysql_stmt_errno() after connection loss withStaale Smedseng2010-06-301-4/+24
| | |/ /
| * | | Manual merge of mysql-trunk into mysql-trunk-merge.Alexey Kopytov2010-03-241-38/+21
| |\ \ \
| | * \ \ Manual merge from mysql-next-mr.Alexander Nozdrin2010-01-181-34/+20
| | |\ \ \
| | | * | | Backport of WL #2934: Make/find library for doing float/double Alexey Kopytov2009-12-221-34/+20
| | * | | | Auto-merge from mysql-trunk-merge.Alexander Nozdrin2009-12-241-4/+7
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-161-1/+0
| | |\ \ \ \
| | * \ \ \ \ Manual merge from mysql-trunk-merge.Alexander Nozdrin2009-12-121-14/+0
| | |\ \ \ \ \
| | * | | | | | Backport of:Konstantin Osipov2009-11-241-1/+1
| | * | | | | | Manual merge of mysql-next-mr-runtime upstream.Davi Arnaut2009-11-191-3/+0
| | |\ \ \ \ \ \
| | | * \ \ \ \ \ Bug #33544 UDF_INIT member decimals initialized wrong with Magne Mahre2009-11-111-3/+0
| | | |\ \ \ \ \ \
| | | | * | | | | | Bug #33544: UDF_INIT member decimals initialized wrong with gkodinov/kgeorge@magare.gmz2008-03-051-3/+0
| * | | | | | | | | Manual merge of mysql-5.1-bugteam into mysql-trunk-merge.Alexey Kopytov2010-03-071-0/+1
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | / / | | | |_|_|_|_|/ / | | |/| | | | | |
| | * | | | | | | Bug #45058 init_available_charsets uses double checked lockingStaale Smedseng2010-02-261-0/+1