summaryrefslogtreecommitdiff
path: root/repl-tests
Commit message (Collapse)AuthorAgeFilesLines
* repl-tests/test-repl-ts/repl-timestamp.master.rejectsasha@mysql.sashanet.com2000-11-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* sql/slave.ccsasha@mysql.sashanet.com2000-11-031-0/+2
| | | | | | | | | | | mutex now initialized in the constructor sql/sql_class.h intialize MASTER_INFO mutex in the constructor sql/sql_repl.cc fixed typo in error message if the user does not specify offset in CHANGE MASTER TO, set it to skip magic number repl-tests/test-repl-ts/repl-timestamp.master.reject New BitKeeper file ``repl-tests/test-repl-ts/repl-timestamp.master.reject''
* run.test mysql-test -> mysqltestmwagner@evoq.home.mwagner.org2000-10-103-3/+3
| | | | | | | | | run-all-tests mysql-test -> mysqltest README mysql-test -> mysqltest Makefile.am Retargetted mysql-test to mysqltest. .del-mysql-test.c Delete: client/mysql-test.c mysql-test-run Added program definitions. mysqltest.c BitKeeper file /home/mwagner/work/bk/mysql/client/mysqltest.c
* Docs/manual.texisasha@mysql.sashanet.com2000-10-082-0/+14
| | | | | | | | | | | | | | | | | | | | | replication updates sql/opt_range.h fixed compiler warning sql/slave.cc fixed handling of long usernames fixed insert_id + query log event processing atomicity in the case of slave death fix edcharset coversion to not be global to all threads sql/sql_class.h fix to make insert_id event and the subsequent query event be still processed atomically if slave dies in the middle sql/sql_select.cc temp fix to make it compile repl-tests/test-auto-inc/run.test@1.1 New BitKeeper file ``repl-tests/test-auto-inc/run.test'' repl-tests/test-auto-inc/x.master@1.1 New BitKeeper file ``repl-tests/test-auto-inc/x.master''
* sql/log.ccsasha@mysql.sashanet.com2000-10-052-0/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Need to commit to be able to pull to be able to push to fix an oopssasha@mysql.sashanet.com2000-10-012-2/+2
|
* bug fixes in server-id, moved replication functionality tosasha@mysql.sashanet.com2000-09-291-0/+8
| | | | sql_repl.* will push this one, since the replication code now works
* fixed up mysql-test, added README for replication tests, and addedsasha@mysql.sashanet.com2000-09-182-0/+21
| | | | run-all-tests for replication
* added sleep to allow time for replication to the alter table testsasha@mysql.sashanet.com2000-08-071-1/+2
|
* fixed coredump in UDFsasha@mysql.sashanet.com2000-08-072-0/+15
| | | | | added Monty's patch for alter table and LAST_INSERT_ID() added a test case for replication of ALTER TABLE on a table with auto_increment
* Import changesetbk@work.mysql.com2000-07-3111-0/+76