summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge with 5.2.Michael Widenius2011-12-111-4/+6
|\
| * Merge with MariaDB 5.1Michael Widenius2011-11-241-4/+6
| |\
| | * Initail merge with MySQL 5.1 (XtraDB still needs to be merged)Michael Widenius2011-11-211-44/+44
| | |\
| | | * Merge from mysql-5.1.58-releaseKaren Langford2011-07-061-79/+138
| | | |\
| | | | * Small update to Patch to fix SS #12698716mysql-5.1.58Karen Langford2011-07-011-3/+3
| | | | * Patch to fix SS #12698716 : Java/ConnectorJ regression problemKaren Langford2011-07-011-0/+20
| | | | * merge of mysql-5.1->mysql-5.1-securityclone-5.1.58-buildGeorgi Kodinov2011-06-061-32/+105
| | | | |\
| | | | * | bug#10064164Kristofer Pettersson2011-05-091-80/+119
| | | * | | Updated/added copyright headersKent Boortz2011-07-031-48/+268
| | | |\ \ \ | | | | | |/ | | | | |/|
| | | | * | Bug#12563279: REGRESSION IN HANDLING PRE-4.1 AUTHENTICATION PACKETDavi Arnaut2011-05-301-23/+98
| | | | * | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-15/+13
| | | | |/
| | | | * automergeKristofer Pettersson2011-03-111-5/+29
| | | | |\
| | | | * | Certain fields in the protcol required a strict formatting. IfKristofer Pettersson2011-03-111-22/+145
| | | * | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | |/ /
| | * | | protocol safety fix:Sergei Golubchik2011-07-071-3/+4
* | | | | Allow one to block an account by using GRANT max_user_connections = -1Michael Widenius2011-09-261-4/+9
* | | | | Added new options to KILL. New syntax is KILL [HARD|SOFT] [CONNECTION|QUERY] ...Michael Widenius2011-09-231-3/+2
* | | | | Merge with 5.2Michael Widenius2011-09-101-1/+2
|\ \ \ \ \ | |/ / / /
| * | | | Fixed that automatic killing of delayed insert thread (in flush, alter table ...Michael Widenius2011-09-091-1/+2
* | | | | Automatic merge with 5.2Michael Widenius2011-08-161-4/+12
|\ \ \ \ \ | |/ / / /
| * | | | Fixed bug that MAX_USER_CONNECTIONS was not working properly in all situation...Michael Widenius2011-08-161-4/+12
* | | | | New status variables: Rows_tmp_read, Handler_tmp_update and Handler_tmp_writeMichael Widenius2011-06-271-0/+1
* | | | | Merge with 5.1-microsecondsMichael Widenius2011-05-281-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | many changes to my_getsystime.c:Sergei Golubchik2011-05-191-1/+1
* | | | | Merge with MariaDB 5.1Michael Widenius2011-05-031-4/+27
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge with MySQL 5.1.57/58Michael Widenius2011-05-021-5/+29
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Bug#11765108 (Bug#58036) client utf32, utf16, ucs2 should be disallowed, they...Alexander Barkov2011-02-181-5/+29
| | | |/ | | |/|
| * | | Merge with MySQL 5.1.55Michael Widenius2011-02-201-0/+13
| |\ \ \ | | |/ /
| | * | Bug #49752: 2469.126.2 unintentionally breaks authentication againstTatiana A. Nurnberg2010-11-111-0/+13
| | |/
| * | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-2/+2
* | | Merge with MariaDB 5.1.49Michael Widenius2010-08-051-0/+1
|\ \ \ | |/ /
| * | Merge with MySQL 5.1.49Michael Widenius2010-08-021-0/+6
| |\ \ | | |/
| | * Fix for bug #53912: Fails to build from sourceRamil Kalimullin2010-06-041-0/+2
| | * Manual merge.Davi Arnaut2010-04-291-0/+7
* | | pluggable auth with plugin examplesSergei Golubchik2010-03-291-452/+6
* | | mergedSergei Golubchik2010-03-151-2/+3
|\ \ \ | |/ /
| * | Merge MySQL 5.1.44 into MariaDB.mariadb-merge-mysql-5.1.44unknown2010-03-041-1/+1
| |\ \ | | |/
| | * Manual merge.Davi Arnaut2009-12-181-1/+1
| * | fix for a possible DoS in the my_net_skip_rest()Sergei Golubchik2010-02-231-1/+2
* | | merge 5.1->5.2unknown2010-02-011-1/+2
|\ \ \ | |/ /
| * | Changed version number from RC to stableMichael Widenius2010-01-291-1/+2
| |\ \ | | |/
| | * Bug #43414 Parenthesis (and other) warnings compiling MySQLStaale Smedseng2009-09-231-1/+1
* | | This is based on the userstatv2 patch from Percona and OurDelta.Michael Widenius2009-10-191-6/+475
|/ /
* | Merge MySQL->MariaDBmariadb-merge-mysql-5.1.38minusSergey Petrunya2009-09-081-4/+16
|\ \ | |/
| * Fix for a valgrind warning due to use of a uninitializedDavi Arnaut2009-06-081-4/+16
* | Merged with mysql-5.1 tree.Michael Widenius2009-04-251-1/+1
|\ \ | |/
| * Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-131-1/+1
* | Added "pool-of-threads" handling (with libevent)Michael Widenius2009-03-131-12/+15
* | Fixed compiler warnings found by gcc 4.3.2Michael Widenius2009-01-311-1/+1
|/
* Merge gkodinov@bk-internal.mysql.com:/home/bk/mysql-5.1unknown2008-03-281-7/+16
|\