summaryrefslogtreecommitdiff
path: root/sql/net_serv.cc
Commit message (Expand)AuthorAgeFilesLines
* Merge mysql.com:/home/hf/work/29117/my41-29117holyfoot/hf@hfmain.(none)2007-06-191-1/+1
|\
| * Bug #29117 (init_file test crashes with embedded server)holyfoot/hf@mysql.com/hfmain.(none)2007-06-191-1/+1
* | Bug#26664 test suite times out on OS X 64bitmsvensson@pilot.blaudden2007-05-251-2/+4
* | Merge pilot.blaudden:/home/msvensson/mysql/bug26664/my50-bug26664msvensson@pilot.blaudden2007-05-241-8/+8
|\ \
| * | Bug#26664 test suite times out on OS X 64bitmsvensson@pilot.blaudden2007-05-241-8/+8
* | | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-mainjani@ua141d10.elisa.omakaista.fi2007-03-281-1/+1
|\ \ \ | |/ / |/| |
| * | Fixed compiler warnings.jani@ua141d10.elisa.omakaista.fi2007-03-221-1/+1
| |/
* | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-02-211-2/+8
|\ \
| * | Fixed compiler warningsmonty@mysql.com/narttu.mysql.fi2007-01-221-1/+1
| * | Merge bk-internal.mysql.com:/home/bk/mysql-5.0monty@mysql.com/narttu.mysql.fi2007-01-221-1/+7
| |\ \
| | * | Fixed compiler warnings detected by option -Wshadow and -Wunused:monty@mysql.com/narttu.mysql.fi2006-12-151-1/+7
* | | | Merge pilot.mysql.com:/home/msvensson/mysql/bug22943/my41-bug22943msvensson@pilot.mysql.com2007-01-291-2/+25
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bug#22943 syscall pruning in libmysqlmsvensson@pilot.mysql.com2007-01-291-2/+25
* | | Merge siva.hindu.god:/usr/home/tim/m/bk/g50tsmith/tim@siva.hindu.god2006-12-261-2/+1
|\ \ \
| * | | Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
| | |/ | |/|
* | | Put the DBUG_DUMP inside ifdef DEBUG_DATA_PACKETSmsvensson@neptunus.(none)2006-12-141-1/+4
|/ /
* | Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-1/+1
* | Merge maint2.mysql.com:/data/localhome/tsmith/bk/41tsmith@maint2.mysql.com2006-09-011-1/+1
|\ \ | |/
| * BUG#9678: Client library hangs after network communication failurekroki/tomash@moonlight.intranet2006-08-141-1/+1
* | BUG#21051: RESET QUERY CACHE very slow when query_cache_type=0kroki/tomash@moonlight.intranet2006-08-221-6/+11
* | configure.in, net_serv.cc, compile-netware-END:kent@mysql.com2006-06-171-0/+4
* | Make the define start at "start of line"msvensson@neptunus.(none)2006-03-021-1/+1
* | Bug#2845 client fails to reconnect if using TCP/IPmsvensson@shellback.(none)2006-03-011-5/+21
* | BUG#2845 client fails to reconnect if using TCP/IPmsvensson@neptunus.(none)2006-02-271-4/+25
* | Bug#2845 client fails to reconnect if using TCP/IPmsvensson@neptunus.(none)2006-02-161-11/+74
* | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-09-121-1/+1
|\ \ | |/
| * Merge selena.:H:/MYSQL/src/#05588-mysql-4.0SergeyV@selena.2005-09-071-1/+1
| |\
| | * Fixes bug #5588. vio_was_interrupted() function was added to detectSergeyV@selena.2005-08-301-1/+1
* | | Merge mysql.com:/home/bkroot/mysql-4.1lars@mysql.com2005-07-131-1/+1
|\ \ \ | |/ /
| * | Fixed some vio code that was using ___WIN__ instead of __WIN__reggie@linux.site2005-07-121-1/+1
* | | Merge bk-internal.mysql.com:/users/rburnett/bug9721rburnett@bk-internal.mysql.com2005-05-061-2/+2
|\ \ \ | |/ /
| * | Bug #9721 net_write_timeout not used on Windows rburnett@bk-internal.mysql.com2005-05-051-2/+2
| * | Manual merge.joerg@mysql.com2005-03-071-48/+105
| |/
* | Merge changes.joerg@mysql.com2005-03-081-1/+1
|\ \ | |/
| * Changed C++ style comment to C style for 'sql/net_serv.cc' which will be syml...joerg@mysql.com2005-03-041-1/+1
* | Fixed problem of sending ERROR to client after OK or EOF (BUG#6804)bell@sanja.is.com.ua2005-01-201-2/+1
* | Merge mysql.com:/home/kostja/work/mysql-4.1-7428konstantin@mysql.com2005-01-111-1/+1
|\ \
| * | make it compile with -ansi -pedantickonstantin@mysql.com2005-01-111-1/+1
* | | Merge mysql.com:/home/mysql_src/mysql-4.1-cleanguilhem@mysql.com2005-01-101-0/+2
|\ \ \ | |/ /
| * | Merge mysql.com:/home/mysql_src/mysql-4.0guilhem@mysql.com2005-01-101-0/+2
| |\ \ | | |/
| | * Fix for BUG#7658 "optimize crashes slave thread (1 in 1000)]":guilhem@mysql.com2005-01-101-0/+2
| | * c++ comment fixedserg@serg.mylan2004-02-211-1/+1
* | | Merge with 4.1monty@mishka.local2004-12-221-2/+2
|\ \ \ | |/ /
| * | A fix (bug #5823: mysql_install_db fails due to incorrect max_allowed_packet).ram@gw.mysql.r18.ru2004-12-061-2/+2
* | | mergepetr@mysql.com2004-12-091-4/+9
|\ \ \
| * | | fix for the IM linking problempetr@mysql.com2004-11-061-15/+10
| * | | Merge mysql.com:/home/cps/mysql/trees/mysql-5.0petr@mysql.com2004-11-041-2/+0
| |\ \ \
| * | | | Intermediate commit - just to make new files visible to bk in the newpetr@mysql.com2004-10-231-2/+12
* | | | | Various build fixes.pem@mysql.comhem.se2004-11-121-1/+1
* | | | | Merge with 4.1 to get in latest bug fixesmonty@mysql.com2004-11-041-11/+1
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |