summaryrefslogtreecommitdiff
path: root/vio/vio.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed that enable-reads-from-master and repl-parse-query works in option files.monty@hundin.mysql.fi2002-04-291-1/+1
| | | | | Fixed slowdown problem on win98 Fixed syntax for ALTER TABLE .. RENAME
* Update copyrightmonty@hundin.mysql.fi2001-12-061-4/+4
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* Removed unused code in VIOtonu@volk.internalnet2001-11-021-2/+0
|
* One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-091-12/+0
| | | | | | 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-081-17/+1
|
* Changed to use my_global.hmonty@hundin.mysql.fi2001-09-141-1/+1
| | | | | Fixed problem with LIKE with latin1_de Added parsing support of UNSIGNED LONG LONG
* 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-051-29/+29
|/ | | | | | 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-311-10/+11
|
* viotcpip.c BitKeeper file /home/tonu/bk/mysql-4.0/vio/viotcpip.ctonu@x3.internalnet2001-05-201-0/+151
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