| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
slave will skip the first SQL_SLAVE_SKIP_COUNTER events on start -
this is needed to recover from broken replication when the next log
event(s) should just be skipped.
Rotate binlogs when max_binlog_size is reached
|
|\
| |
| |
| | |
manual mode
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
rpl000001.result BitKeeper file /home/sasha/src/bk/mysql/mysql-test/r/rpl000001.result
ignore Added BitKeeper/tmp/bkr3sAHD to the ignore list
slave.h MASTER_POS_WAIT
lex.h MASTER_POS_WAIT
slave.cc MASTER_POS_WAIT, do automagic restart on debugging abort, skip rotate events in
slave.cc debug abort count
sql_repl.cc announce the log name at the start of the log with a fake rotate event
item_create.h MASTER_POS_WAIT
item_func.cc MASTER_POS_WAIT
item_func.h MASTER_POS_WAIT
sql_class.h enter_cond(), exit_cond() helper inliners
item_create.cc added MASTER_POS_WAIT
mysql-test-run.sh speed improvement fixes
rpl000007.test sync
rpl000003.test sleep -> sync
rpl000004.test sleep -> sync, fixed clean up bug
rpl000014.test sync
rpl000009.test sync
rpl000013.test sync
rpl000001.test sleep -> sync
rpl000008.test sync
rpl000006.test sync on cleanup
rpl000011.test sync
rpl000012.test sync
rpl000005.test sleep -> sync
rpl000010.test sync
rpl000015.test sync
rpl000002.test sleep -> sync
rpl000014.result we now know the master log name as soon as we connect
mysql.cc added optional agrument to --wait
mysqltest.c added save_master_pos and sync_with_master commands
|
|/
|
|
|
| |
Added keyword MEDIUM to CHECK TABLE
New benchmarks results for Linux-alpha
|
|
|
|
| |
for the code.
|
|\ |
|
| | |
|
|/
|
|
|
|
| |
added PURGE MASTER LOGS TO and SHOW MASTER LOGS
fixed the output of SHOW MASTER STATUS
updated docs
|
| |
|
| |
|
|
|
|
|
| |
It makes SHOW CREATE TABLE to quote table and column names.
This is ON by default !
|
|
|
|
| |
reading from FIFO, fixes for FULLTEXT, @@IDENTITY
|
|\ |
|
| | |
|
|/
|
|
|
| |
RESTORE TABLE FROM 'directory'
log on slave when it connects to the master
|
|
|
|
| |
lex.h MRG_MyISAM == MERGE (for SHOW CREATE to work)
|
|
|
|
|
|
| |
**************** !!! NOTE EVERYBODY: SYNTAX CHANGED !!! ********************
There's no COLLECTIONs now, full-text indexes can be created via the word
FULLTEXT, which should be used like UNIQUE.
|
|
|
|
|
| |
Added more status to the MyISAM files to avoid checking files that
has already been checked.
|
| |
|
|
|