summaryrefslogtreecommitdiff
path: root/vio/viosocket.c
Commit message (Collapse)AuthorAgeFilesLines
* Lots of code fixes to the replication code (especially the binary logging ↵monty@mashka.mysql.fi2002-08-081-2/+6
| | | | | | | | | | | | | | | | | | and index log file handling) Fixed bugs in my last changeset that made MySQL hard to compile. Added mutex around some data that could cause table cache corruptions when using OPTIMIZE TABLE / REPAIR TABLE or automatic repair of MyISAM tables. Added mutex around some data in the slave start/stop code that could cause THD linked list corruptions Extended my_chsize() to allow one to specify a filler character. Extend vio_blocking to return the old state (This made some usage of this function much simpler) Added testing for some functions that they caller have got the required mutexes before calling the function. Use setrlimit() to ensure that we can write core file if one specifies --core-file. Added --slave-compressed-protocol Made 2 the minimum length for ft_min_word_len Added variables foreign_key_checks & unique_checks. Less logging from replication code (if not started with --log-warnings) Changed that SHOW INNODB STATUS requre the SUPER privilege More DBUG statements and a lot of new code comments
* Big code cleanup/review before 4.0.2 release.monty@mashka.mysql.fi2002-06-111-4/+4
| | | | | (All commit emails since 4.0.1 checked) This had to be done now, before the 4.1 tree changes to much, to make it easy to propagate bug fixes to the 4.1 tree.
* Fixed that enable-reads-from-master and repl-parse-query works in option files.monty@hundin.mysql.fi2002-04-291-2/+2
| | | | | Fixed slowdown problem on win98 Fixed syntax for ALTER TABLE .. RENAME
* Update copyrightmonty@hundin.mysql.fi2001-12-061-15/+14
| | | | Fixed memory leak on shutdown (Affects the embedded version & MyODBC)
* One should not only have to include my_net.h to work with sockets.monty@hundin.mysql.fi2001-10-091-27/+2
| | | | | | 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-16/+16
|
* SSL compiles and works as far as can see. Continue testing..tonu@volk.internalnet2001-09-301-1/+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
* OpenSSL worktonu@x153.internalnet2001-08-301-0/+3
|
* Symlinking of tables should not work.monty@hundin.mysql.fi2001-06-051-6/+4
| | | | | | 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-0/+352