An error occurred fetching the project authors.
- 20 Jul, 2004 1 commit
-
-
serg@serg.mylan authored
-
- 17 Jul, 2004 1 commit
-
-
guilhem@mysql.com authored
BUG#4506 "mysqlbinlog --position --read-from-remote-server has wrong "# at" lines", BUG#4553 "Multi-table DROP TABLE replicates improperly for nonexistent table" with a test file. It was not possible to add a test for BUG#4506 as in the test suite we must use --short-form which does not display the "# at" lines.
-
- 21 Jun, 2004 1 commit
-
-
monty@mysql.com authored
Return NULL if a time argument is given to date_add(). (Warning will be shown after Dimitri's timezone patch is pushed)
-
- 11 Jun, 2004 1 commit
-
-
bell@sanja.is.com.ua authored
-
- 05 Jan, 2003 1 commit
-
-
monty@mashka.mysql.fi authored
Cleaned up test; Removed wrong DROP TABLE commands and use standard table and database names. changed store_warning() -> push_warning_print()
-
- 24 Oct, 2002 1 commit
-
-
nick@mysql.com authored
-
- 08 Aug, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Lots of code fixes to the replication code (especially the binary logging 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
-
- 28 Sep, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for quiet increased line buffer size client/mysqltest.c fixed memory leak added query logging to result file added error message logging to result file added enable_query_log/disable_query_log mysql-test/mysql-test-run.sh converted tests to use mysqlmanager Updated test results
-
- 27 Dec, 2000 1 commit
-
-
monty@donna.mysql.com authored
Fixed test results. Added mysqld variable 'have_isam'
-
- 07 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 25 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
send_file() is more stack-friendly - changed large static buffer to alloc_root() fixed my_b_seek() to work with WRITE_CACHE test case to make sure the slave starts correctly after being stopped truncated words file so the replication tests will take less time
-
- 18 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bugs in delayed insert replication and when slave loses connection after Int_var but before Query public test suite now tests replication code as well
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-