An error occurred fetching the project authors.
- 09 Sep, 2004 1 commit
-
-
brian@brian-akers-computer.local authored
-
- 18 Jan, 2004 1 commit
-
-
guilhem@mysql.com authored
I remove the --old-rpl-compat which produces broken binlogs readable neither by 4.0 nor by 3.23. This option is a leftover of the early replication of 4.0.0, when it was still partly compatible with 3.23. I explained this to the user in the bug report.
-
- 04 Jul, 2003 1 commit
-
-
monty@narttu.mysql.fi authored
Added MAX_PASSWORD_LENGTH. This increased master-slave passwords to 32 bytes (Bug #766) Fixed server crash on purge master logs or show master logs when binlog is off. (Bug #733)
-
- 05 Mar, 2003 1 commit
-
-
Sinisa@sinisa.nasamreza.org authored
-
- 07 Nov, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Let MySQL 4.0 read 4.1 .frm files without 4.1 specific extensions New variables @@rand_seed1 and @@rand_seed2 (used by replication) DROP TEMPORARY TABLE
-
- 05 Sep, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Fixed that GRANT ... REQUIRE options are not forgot when doing new GRANT Changed fn_ext to point at first '.' after directory. FLUSH LOGS removed numerical extension for all future update logs. Fixed the mysqld --help reports right values for --datadir and --bind-address --log-binary=a.b.c now properly strips of .b.c Fix that one can DROP UDF functions that was not loaded at startup Made AND optional in REQUIRE Added REQUIRE NONE
-
- 22 Aug, 2002 1 commit
-
-
monty@hundin.mysql.fi authored
Changed option variables to my_bool (to avoid bugs in my_getopt()) Added new thread specific mutex LOCK_delete to be able to free LOCK_thread_count early. Changed usage of LOCK_thread_count -> LOCK_status for statistics variables
-
- 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
-
- 23 Jul, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
Made a some new buffers thread specific and changeable. Resize of key_buffer. AUTO_COMMIT -> AUTOCOMMIT Fixed mutex bug in DROP DATABASE Fixed bug when using auto_increment as second part of a key where first part could include NULL. Split handler->extra() to extra() and extra_opt() to be able to support thread specific buffers. Don't write message to error log when slave reconnects becasue of timeout. Fixed possible update problem when using DELETE/UPDATE on small tables (In some cases we used index even if table scanning would be better) A lot of minior code cleanups
-
- 11 Jun, 2002 1 commit
-
-
monty@mashka.mysql.fi authored
(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.
-
- 29 May, 2002 1 commit
-
-
jani@hynda.(none) authored
-
- 20 Jan, 2002 1 commit
-
-
sasha@mysql.sashanet.com authored
first pull, merge,test, and get it to work. The main change is the new replication code - now we have two slave threads SQL thread and I/O thread. I have also re-written a lot of the code to prepare for multi-master implementation. I also documented IO_CACHE quite extensively and to some extend, THD class.
-
- 23 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
on a signal
-
- 11 Nov, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
moved fail-safe replication routines from sql_repl.cc to repl_failsafe.cc write start event only in the first log
-
- 23 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
removal of duplicate code in mf_iocache.cc work on failsafe replication work on SEQ_READ_APPEND io cache
-
- 12 Oct, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed bug in master - unregister slaves when they disconnect
-
- 03 Aug, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
Stop event and bugs the test suite could not catch Did some big restructuring of binlog event classes - most important change is that now each event class has exec_event method and one does not need to modify slave core code to add a new event. Slave code is now much smaller and easier to read
-
- 04 Jul, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 29 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added debugging options to master to behave sporadically, and a test case to make sure the slave can deal with it
-
- 21 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed log sequence bugs fixed bugs in handling Slave event added test case with SHOW BINLOG EVENTS have not fixed all the bugs - found some that are also in 3.23, will fix them there first, then do pull and cleanup will not push this changeset
-
- 02 Jun, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
cleanup of register_slave_on_master()
-
- 31 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
info on how to connect to the slave for the clients that connect to the master, but would like to know where the slaves are
-
- 29 May, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 24 Apr, 2001 1 commit
-
-
sasha@mysql.sashanet.com authored
added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master
-
- 08 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
fixed auto set of server id sql/sql_repl.cc do not allow slave to replicate if master id was not supplied sql/sql_repl.h fix for server_id
-
- 11 Nov, 2000 1 commit
-
-
sasha@laptop.slkc.uswest.net authored
-
- 27 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs
-
- 02 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
it earlier
-