You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, MySQL will automatically restart replication when a server comes up, if replication was enabled before it was shutdown. For example, if a MySQL server is started, the replication source is configured, and then start replica; is called, the server will automatically start up replication the next time it is started (assuming stop replica; is not called first). Dolt should implement this same behavior.
The text was updated successfully, but these errors were encountered:
By default, MySQL will automatically restart replication when a server comes up, if replication was enabled before it was shutdown. For example, if a MySQL server is started, the replication source is configured, and then
start replica;
is called, the server will automatically start up replication the next time it is started (assumingstop replica;
is not called first). Dolt should implement this same behavior.The text was updated successfully, but these errors were encountered: