summaryrefslogtreecommitdiff
path: root/mysql-test/t/rpl_mystery22.test
Commit message (Collapse)AuthorAgeFilesLines
* altered syntax from SLAVE START|STOP to START|STOP SLAVEnick@mysql.com2002-10-241-9/+5
|
* Portability fixes.monty@mashka.mysql.fi2002-09-111-1/+1
| | | | | | | Improve mysql-test to be more robust. Fix that GRANT doesn't delete SSL options Change innobase_flush_log_at_trx_commit to uint. Don't rotate logs if we read a rotate log entry from the master.
* Lots of code fixes to the replication code (especially the binary logging ↵monty@mashka.mysql.fi2002-08-081-2/+1
| | | | | | | | | | | | | | | | | | 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
* Fixed bad merge and fixed some wrong test casesmonty@hundin.mysql.fi2001-07-191-0/+1
|
* fixed mysterious offset confusion bugsasha@mysql.sashanet.com2001-07-181-0/+43
added a test case for it - took some creative work to figure out how to make it happen at will updated the manual