-
```
What steps will reproduce the problem?
1. Select two MySQL servers for master/slave replication and issue 'set global
autocommit=0' on both.
2. Install master/slave replication using tpm or tun…
-
```
What steps will reproduce the problem?
1. Configure master backups using a hot backup method like file system
snapshots or a transactional dump.
2. Run a backup on a master that is under load. …
-
Hello~
I am doing a university project, and using thoros' code. Thoro's project is not active and stop to develop, so I always find nowhere to communicate and solve problems, it confused me for a lo…
-
```
What steps will reproduce the problem?
1. Execute `trepctl reset` on a master.
What is the expected output?
a. trepsvc.log contains detailed message about what has happened.
b. Warning is print…
-
```
There are several scripts whose usage is either redundant or questionable.
They should be removed from the ./bin directory, as they may confuse users.
* trepstart
* trepstop
* treprelay
* trepsig…
-
```
1. To which tool/application/daemon will this feature apply?
'./trepctl online' options.
2. Describe the feature in general
We would really like a simple way to:
a. Start the slave with a back…
-
```
1. To which tool/application/daemon will this feature apply?
'./trepctl online' options.
2. Describe the feature in general
We would really like a simple way to:
a. Start the slave with a back…
-
```
What steps will reproduce the problem?
1. Configure master backups using a hot backup method like file system
snapshots or a transactional dump.
2. Run a backup on a master that is under load. …
-
```
What steps will reproduce the problem?
1. Select two MySQL servers for master/slave replication and issue 'set global
autocommit=0' on both.
2. Install master/slave replication using tpm or tun…
-
The idea is to create a separate interface `IRepliable { replyTo: ICanTell }` which would be implemented by messages that are expected to wait for response from actor processing the message. This way…