summaryrefslogtreecommitdiff
path: root/sql/sql_repl.h
Commit message (Collapse)AuthorAgeFilesLines
* fixed redundant repetition of use db in mysqlbinlogsasha@mysql.sashanet.com2001-04-241-0/+3
| | | | | added support for virtual master ( replicating from a directory with binlogs) test case for backup/restore with virtual master
* sql/mysqld.ccsasha@mysql.sashanet.com2000-12-081-0/+2
| | | | | | | | 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
* laptop commit, syncing with the repostitory. Fixed some bad bugs in replicationsasha@laptop.slkc.uswest.net2000-11-111-4/+2
|
* fixed --skip-slave-thread bugsasha@mysql.sashanet.com2000-10-261-1/+4
| | | | | | added PURGE MASTER LOGS TO and SHOW MASTER LOGS fixed the output of SHOW MASTER STATUS updated docs
* added sql_repl.* officially - fixing an oops - forgot to actually addsasha@mysql.sashanet.com2000-10-011-0/+21
it earlier