summaryrefslogtreecommitdiff
path: root/vio
Commit message (Collapse)AuthorAgeFilesLines
* fix to make the compile work with --with-other-libcsasha@mysql.sashanet.com2002-03-301-4/+4
|
* Update copyrightmonty@hundin.mysql.fi2001-12-068-65/+119
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Removed unused code in VIOtonu@volk.internalnet2001-11-022-25/+1
|
* SSL fixes.tonu@volk.internalnet2001-11-011-2/+2
|
* type fixtonu@volk.internalnet2001-10-091-1/+1
|
* One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-093-70/+9
| | | | | | This wrapper noew will include all the necessary, system specific files, which makes all normal source files much easier to write and maintain. Portability fixes.
* Portability fixes + a couple of bug fixes introduced by last push.monty@hundin.mysql.fi2001-10-082-33/+17
|
* SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-306-130/+61
|
* Fix to get pstack included in distributionmonty@hundin.mysql.fi2001-09-181-0/+0
| | | | Fix to get libmysqld examples to be included in distribution
* mergemonty@hundin.mysql.fi2001-09-141-0/+0
|\
| * re-wrote section about foreign keyssasha@mysql.sashanet.com2001-09-131-0/+0
| |
* | Changed to use my_global.hmonty@hundin.mysql.fi2001-09-149-8/+8
|/ | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* DH stuff added to OpenSSLtonu@x153.internalnet2001-09-011-0/+52
|
* OpenSSL worktonu@x153.internalnet2001-08-301-0/+3
|
* fixed compile errorsasha@mysql.sashanet.com2001-08-271-0/+0
|
* OpenSSL changestonu@x153.internalnet2001-08-272-79/+135
|
* Some warning fixes and some SSL testprograms check-intonu@x153.internalnet2001-08-263-67/+235
|
* Warning fixestonu@x153.internalnet2001-08-231-4/+10
|
* Some new files added for SSL stufftonu@x153.internalnet2001-08-222-0/+194
|
* Cleanupsmonty@hundin.mysql.fi2001-08-131-18/+22
|
* OpenSSL fixes. Should not affect anything else.tonu@x153.internalnet2001-07-245-134/+250
|
* Fixed compile-time warningstonu@hundin.mysql.fi2001-06-082-23/+25
|
* mergemonty@hundin.mysql.fi2001-06-051-0/+10
|\
| * vio.c Vio code bugfixtonu@hundin.mysql.fi2001-06-051-1/+11
| | | | | | | | violite.h Code cleanup
* | Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-052-35/+33
|/ | | | | | Fixed error number handling bug in mysqltest. Fixed that error number from insert delayed is reported correctly. merged new vio code with old violite code.
* Support for VIO librarytonu@hundin.mysql.fi2001-05-315-57/+53
|
* viotcpip.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viotcpip.ctonu@x3.internalnet2001-05-204-0/+1136
| | | | | | viosslfactories.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viosslfactories.c viossl.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viossl.c vio.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/vio.c
* .del-vio-global.h~c261412c01b2f4 Delete: vio/vio-global.htonu@x3.internalnet2001-05-2022-1780/+0
| | | | | | | | | | | | | | | | | | | | | | | | .del-viotypes.h~f5a38e7326bd50f3 Delete: vio/viotypes.h .del-violite.h~58d2942a52ea7a83 Delete: vio/violite.h .del-VioSSLFactoriesFd.h~1d63ae149a63f85 Delete: vio/VioSSLFactoriesFd.h .del-VioPipe.cc~12cf83b9a2f48f6c Delete: vio/VioPipe.cc .del-VioSSLAcceptorFd.cc~4c828f3688ed74ec Delete: vio/VioSSLAcceptorFd.cc .del-VioSSL.cc~6e85340b11fa42a8 Delete: vio/VioSSL.cc .del-VioSSLFactoriesFd.cc~89f6bf5073937947 Delete: vio/VioSSLFactoriesFd.cc .del-vioelitexx.cc~3eaba70da792a7fc Delete: vio/vioelitexx.cc .del-version.cc~7237acf12bed4a97 Delete: vio/version.cc .del-VioSocket.cc~71c615783f29b5e1 Delete: vio/VioSocket.cc .del-VioSSL.h~70d367b7ec8cac3e Delete: vio/VioSSL.h .del-VioPipe.h~21cebbe61a1da546 Delete: vio/VioPipe.h .del-VioFd.h~8294293a88c7b4b8 Delete: vio/VioFd.h .del-VioFd.cc~6e444647affef63b Delete: vio/VioFd.cc .del-VioConnectorFd.h~58bc11cdc885b951 Delete: vio/VioConnectorFd.h .del-VioAcceptorFd.cc~a5a08947a31f88de Delete: vio/VioAcceptorFd.cc .del-VioConnectorFd.cc~ddbd7821c43c83a2 Delete: vio/VioConnectorFd.cc .del-VioAcceptorFd.h~7f9c4358477ba9a3 Delete: vio/VioAcceptorFd.h .del-Vio.cc~60737ce02ab2bc25 Delete: vio/Vio.cc .del-Vio.h~f4416b2949647602 Delete: vio/Vio.h .del-VioSocket.h~a26d535bd5a1a6 Delete: vio/VioSocket.h
* New vio filemonty@donna.mysql.com2000-11-291-0/+8
|
* Fixed bug in 'drop table'monty@donna.mysql.com2000-11-296-0/+373
| | | | Portability fixes
* Fixed some reported bugsmonty@donna.mysql.com2000-11-184-7/+7
|
* Updated benchmark and results for PostgreSQL 7.0.2monty@donna.mysql.com2000-08-181-2/+3
| | | | | Added more status to the MyISAM files to avoid checking files that has already been checked.
* Fixed for Ia64 + delayed key creation + a lot of small bug fixesmonty@donna.mysql.com2000-08-153-6/+0
|
* Import changesetbk@work.mysql.com2000-07-3127-0/+2062