summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* mysql-5.5.22 mergeSergei Golubchik2012-03-281-2/+2
|\
| * Updated/added copyright headersMySQL Build Team2012-02-161-1/+1
| |\
| | * Updated/added copyright headersKent Boortz2012-02-151-1/+1
* | | Update copyright noticesVladislav Vaintroub2012-02-281-1/+1
* | | mergeVladislav Vaintroub2012-01-241-2/+29
|\ \ \
| * \ \ mysql-5.5 mergeSergei Golubchik2012-01-161-0/+26
| |\ \ \ | | |/ /
| | * | manual up-merge of Bug#11755281Tatjana Azundris Nuernberg2012-01-021-2/+27
| | |\ \ | | | |/
| | | * BUG#11755281/47032: ERROR 2006 / ERROR 2013 INSTEAD OF PROPER ERROR MESSAGETatjana Azundris Nuernberg2012-01-021-2/+27
| * | | 5.3 mergeSergei Golubchik2012-01-131-2/+3
| |\ \ \
| | * \ \ 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 #12698716Karen 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-securityGeorgi 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
| | | | | * | | | Updated/added copyright headersKent Boortz2011-06-301-2/+4
| | | | * | | | | protocol safety fix:Sergei Golubchik2011-07-071-3/+4
* | | | | | | | | Initial threadpool implementation for MariaDB 5.5Vladislav Vaintroub2011-12-081-1/+2
|/ / / / / / / /
* | | | | | | | small cleanupSergei Golubchik2011-11-281-18/+3
* | | | | | | | Add support for signed sysvars.Sergei Golubchik2011-11-221-1/+1
* | | | | | | | 5.3->5.5 mergeSergei Golubchik2011-11-221-6/+11
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | 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
* | | | | | | | mysql-5.5.18 mergeSergei Golubchik2011-11-031-2/+4
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Updated/added copyright headersKent Boortz2011-07-041-2/+4
* | | | | | | | merge with 5.3Sergei Golubchik2011-10-191-5/+11
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | 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
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ Merge with MySQL 5.1.55Michael Widenius2011-02-201-0/+13
| | |\ \ \ \ \ \ \ | | | | |_|_|/ / / | | | |/| | | | |
| | * | | | | | | Fix that one can run mysql_upgrade with long table namesMichael Widenius2010-09-031-2/+2
* | | | | | | | | post-merge fixes.Sergei Golubchik2011-07-021-1/+1
* | | | | | | | | 5.5-mergeSergei Golubchik2011-07-021-24/+63
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | merge from latest 5.5Guilhem Bichot2011-05-211-11/+28
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ mergeMikael Ronstrom2011-03-041-4/+27
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Simplify interface to connect methods in serverMikael Ronström2011-02-101-11/+28
| * | | | | | | | | | Merge from 5.1.Guilhem Bichot2011-05-211-5/+4
| |\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / | |/| | | | | | | / / | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| | * | | | | | | | Fix for BUG#11755168 '46895: test "outfile_loaddata" fails (reproducible)'.Guilhem Bichot2011-05-161-15/+13
| | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | automergeKristofer Pettersson2011-03-111-5/+29
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | |
| | | * | | | | | Bug#11765108 (Bug#58036) client utf32, utf16, ucs2 should be disallowed, they...Alexander Barkov2011-02-181-5/+29
| | | | |_|_|/ / | | | |/| | | |