An error occurred fetching the project authors.
- 28 Dec, 2000 1 commit
-
-
tim@cane.mysql.fi authored
ha_berkeley. A few smaller bug fixes.
-
- 08 Dec, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
updated test suite to always test if slave obeys stop/start commands
-
- 22 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
cleanup - remove unneeded daeamon restarts sql/log_event.cc fixed bug - do not confuse confused slaves even further if they try to read less than LOG_EVENT_HEADER_LEN before the end of file sql/mysqlbinlog.cc give error if constructor fails sql/mysqld.cc --disconnect-slave-event-count for replication debugging sql/slave.cc --disconnect-slave-event-count cleanup to remove unneeded sleeps when things go wrong - sleep only when we have to sql/slave.h --disconnect-slave-event-count test cases for ALTER TABLE ORDER BY and replication offset off by 22 confusion mystery bug (both pass)
-
- 17 Nov, 2000 2 commits
-
-
sasha@mysql.sashanet.com authored
replication test suite
-
monty@narttu.mysql.fi authored
-
- 16 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
make -j 2 mysys/my_open.c my_umask is better than 0 - we do not want 0000 files when my_open() is called with O_CREAT sql/log.cc fixed up IO_CACHE to make replication work, not fully yet sql/log_event.cc fixed up IO_CACHE
-
- 15 Nov, 2000 1 commit
-
-
monty@narttu.mysql.fi authored
-
- 14 Nov, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
this file needs to be deleted sql/log_event.cc fixed warnings sql/log_event.h fixed () #define bug sql/mysqlbinlog.cc fixed length argument - was supposed to be one less sql/mysqld.cc replicate-do/ignore-table now works, wild does not yet sql/mysql_priv.h updating argument to add_table_to_list() -- needed for replicate-do/ignore table sql/slave.cc changes fore replicate-do/ignore-table close the socket before going to sleep sleeping after error bad event was being freed too early sql/slave.h changes for replicate-do/ignore-table sql/sql_class.cc slave_thread variable to THD sql/sql_class.h added slave_thread to THD, fixed bug in end_time() sql/sql_parse.cc updating argument to add_tables_to_list() sql/sql_table.cc fixed bug in mysql_rm_table() sql/sql_yacc.yy fixed up add_table_to_list() calls to accept updating argument sql/table.h added updating to TABLE_LIST
-
- 11 Nov, 2000 1 commit
-
-
sasha@laptop.slkc.uswest.net authored
-
- 14 Oct, 2000 1 commit
-
-
monty@donna.mysql.com authored
a lot of portability issues.
-
- 10 Oct, 2000 1 commit
-
-
monty@tik.mysql.com authored
-
- 05 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
Added magic number to binlog sql/log_event.cc distinquish bogus data from truncated logs sql/log_event.h added magic number added LOG_READ_TRUNC error sql/mysqlbinlog.cc fixed to handle magic number added O_BINARY to my_fopen sql/mysqld.cc added code for replicate-rewrite-db sql/slave.cc replicate-rewrite-db O_BINARY handle magic sql/sql_class.h added i_string_pair class sql/sql_repl.cc added magic better error messages support-files/magic added magic for binlog Added test case for replication of queries with error
-
- 04 Oct, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
added error_code to query event, and checking to see if we get the expected error on the slave removed obsolete code from slave.cc
-
- 29 Sep, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
sql_repl.* will push this one, since the replication code now works
-
- 28 Sep, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
added server id, mostly working added --skip-slave-start, working added --replicate-rewrite-db - just in the cmd line parses, currently noop
-
- 23 Aug, 2000 1 commit
-
-
sasha@mysql.sashanet.com authored
-
- 31 Jul, 2000 1 commit
-
-
bk@work.mysql.com authored
-