summaryrefslogtreecommitdiff
path: root/vio/viosocket.c
Commit message (Expand)AuthorAgeFilesLines
* Updated/added copyright headersKent Boortz2011-06-301-2/+3
* Bug#33899: Deadlock in mysql_real_query with shared memory connectionsDavi Arnaut2009-03-261-7/+13
* Bug#29125 Windows Server X64: so many compiler warningsIgnacio Galarza2009-02-101-1/+1
* Bug#26664 test suite times out on OS X 64bitmsvensson@pilot.blaudden2007-05-241-15/+27
* Many files:kent@mysql.com/kent-amd64.(none)2006-12-231-2/+1
* Remove compiler warningsmonty@mysql.com/nosik.monty.fi2006-11-201-8/+8
* Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maintcmiller@zippy.cornsilk.net2006-10-131-7/+7
|\
| * The behavior of "%p" varies. We prefer "0x%lx".cmiller@zippy.cornsilk.net2006-10-031-7/+7
* | Merge shellback.(none):/home/msvensson/mysql/work/my50-workmsvensson@shellback.(none)2006-09-151-1/+1
|\ \
| * | Use the enum/define SHUT_RDWR instead of heardcoded "2" to shutdownmsvensson@shellback.(none)2006-09-151-1/+1
* | | Merge zippy.cornsilk.net:/home/cmiller/work/mysql/mysql-5.0--windows-vio-uninitcmiller@zippy.cornsilk.net2006-09-131-2/+27
|\ \ \ | |/ / |/| |
| * | Fix initialized memory. Count the number of failures in shm-closing cmiller@zippy.cornsilk.net2006-09-081-2/+27
| |/
* | Merge maint2.mysql.com:/data/localhome/tsmith/bk/41tsmith@maint2.mysql.com2006-09-011-8/+22
|\ \ | |/ |/|
| * BUG#9678: Client library hangs after network communication failurekroki/tomash@moonlight.intranet2006-08-141-8/+22
* | No longer leak file descriptors in mysql_close. Fixes Bug#15846.cmiller@calliope.local2006-03-171-8/+14
* | Merge ua141d10.elisa.omakaista.fi:/home/my/bk/mysql-4.1-tmpjani@ua141d10.elisa.omakaista.fi2005-10-131-1/+8
|\ \ | |/
| * Fix wait_timeout (and kill) handling on Mac OS X by cleaning up howjimw@mysql.com2005-10-111-1/+8
* | Merge moonbone.local:/work/12887-bug-4.1-mysqlevgen@moonbone.local2005-09-151-1/+1
|\ \ | |/
| * Merge mysql.com:/home/jimw/my/mysql-4.1-12723jimw@mysql.com2005-09-151-1/+1
| |\
| | * Fix shared memory connection handling on Windows. (Bug #12723)jimw@mysql.com2005-08-311-1/+1
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-09-121-0/+9
|\ \ \ | |/ /
| * | Fixes bug #5588. Additions after merge from 4.0.SergeyV@selena.2005-09-071-2/+2
| * | Merge selena.:H:/MYSQL/src/#05588-mysql-4.0SergeyV@selena.2005-09-071-0/+9
| |\ \ | | |/ | |/|
| | * Fixes bug #5588. vio_was_interrupted() function was added to detectSergeyV@selena.2005-08-301-0/+9
* | | Merge mysql.com:/home/bkroot/mysql-4.1lars@mysql.com2005-07-131-2/+2
|\ \ \ | |/ /
| * | Fixed some vio code that was using ___WIN__ instead of __WIN__reggie@linux.site2005-07-121-2/+2
* | | Merge mysql.com:/home/jimw/my/mysql-4.1-cleanjimw@mysql.com2005-06-201-0/+1
|\ \ \ | |/ /
| * | Fix Windows build warning and file missing from projects.jimw@mysql.com2005-06-081-0/+1
* | | Merge bk-internal.mysql.com:/users/rburnett/bug9721rburnett@bk-internal.mysql.com2005-05-061-3/+5
|\ \ \ | |/ /
| * | Bug #9721 net_write_timeout not used on Windows rburnett@bk-internal.mysql.com2005-05-061-6/+3
| * | Bug #9721 net_write_timeout not used on Windows rburnett@bk-internal.mysql.com2005-05-051-2/+7
* | | Porting of "buffered read" patch to 5.0 and post-review fixes.konstantin@mysql.com2005-03-061-0/+46
* | | Merge with 4.1monty@mysql.com2005-02-151-0/+12
|\ \ \ | |/ /
| * | Merge with 4.0monty@mysql.com2005-02-151-0/+12
| |\ \ | | |/
| | * Better bug fix for #5569: "Incorrect "Access Denied" error with SAME login DI...monty@mysql.com2005-02-151-0/+12
* | | 4.1 -> 5.0 mergemonty@mysql.com2005-02-031-1/+1
|\ \ \ | |/ /
| * | Merge fixes for #8248, #5569.jimw@mysql.com2005-02-021-1/+1
| |\ \ | | |/
| | * Always call vio_in_addr() so that thd->remote isjimw@mysql.com2005-01-251-1/+1
* | | Merge mysql.com:/home/kostja/work/mysql-4.1-5787konstantin@mysql.com2005-01-251-14/+20
|\ \ \ | |/ /
| * | A fix for Bug#5787 "mysql_stmt_prepare is upto 8 times slower":konstantin@mysql.com2005-01-251-14/+20
* | | manually mergedserg@sergbook.mysql.com2004-12-311-9/+33
|\ \ \ | |/ /
| * | fix indentationwax@kishkin.ru2004-12-231-5/+14
| * | BUG#6056 wax@kishkin.ru2004-12-141-8/+23
* | | Add 0x before pointers (to help with debugging)monty@mysql.com2004-12-181-7/+7
|/ /
* | Don't close already closed files in vio (not critical)monty@mysql.com2004-07-121-1/+3
* | Added missing timeout function for named pipes and shared memory (fixes core ...monty@mysql.com2003-12-151-0/+7
* | Portability fixes (for binary build)monty@mysql.com2003-12-011-2/+2
* | uninitialized variable on Windows fixedserg@serg.mylan2003-10-171-9/+8
* | merge with 4.0.15monty@narttu.mysql.fi2003-08-291-15/+15
|\ \ | |/
| * vio ssl structure renames (to get rid of ending _)monty@narttu.mysql.fi2003-08-271-13/+12