summaryrefslogtreecommitdiff
path: root/sql/sql_connect.cc
Commit message (Expand)AuthorAgeFilesLines
* 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.unknown2010-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->MariaDBSergey 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
|\
| * Fix for Bug #27944 Filtering THD::client capabilitiesunknown2008-03-251-7/+16
* | Fix for Bug#33507: Event scheduler creates more threadsunknown2008-03-121-6/+7
|/
* Merge quad.:/mnt/raid/alik/MySQL/devel/5.1unknown2008-02-261-2/+2
|\
| * Rename send_ok to my_ok. Similarly to my_error, it only records the status,unknown2008-02-191-2/+2
* | Post-merge fixunknown2008-02-191-17/+2
|/
* Bug#12713 "Error in a stored function called from a SELECT doesn't unknown2007-12-121-23/+10
* Merge mattiasj-laptop.(none):/home/mattiasj/clones/mysql-5.1-mainunknown2007-11-121-0/+1
|\
| * Merge bk-internal.mysql.com:/home/bk/mysql-5.1-enginesunknown2007-11-101-0/+1
| |\
| | * Bug#31210 - INSERT DELAYED crashes server when used onunknown2007-11-051-0/+1
* | | Merge endora.local:/Users/davi/mysql/bugs/31850-5.1unknown2007-11-011-14/+9
|\ \ \
| * | | Bug#31850 Test crashes in "embedded" serverunknown2007-11-011-14/+9
* | | | Fix a compilation warning.unknown2007-11-011-1/+0
* | | | Remove net_printf_error(). Do not talk to network directly inunknown2007-11-011-84/+105
|/ / /
* | | Merge bk-internal.mysql.com:/home/bk/mysql-5.1-runtimeunknown2007-10-301-2/+2
|\ \ \
| * | | Use an inline getter method (thd->is_error()) to query if there is an error unknown2007-10-301-3/+3