You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Jørgen Løland (JIRA)" <ji...@apache.org> on 2007/11/08 13:56:50 UTC

[jira] Updated: (DERBY-3189) Replication: Add connection url command options for starting and stopping master

     [ https://issues.apache.org/jira/browse/DERBY-3189?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jørgen Løland updated DERBY-3189:
---------------------------------

          Component/s: JDBC
          Description: 
Add commands to start and stop the replication master using properties or connection url. Example:

'jdbc:derby:<host><masterdb>;startMaster=true';
'jdbc:derby:<host><masterdb>;stopMaster=true';

Connection url options that must be recognized:
startMaster=true
stopMaster=true
slaveHost=<host> (required)
slavePort=<port> (optional, defaults to 8001)

See functional specification on Derby-2872 for further details.
    Affects Version/s: 10.4.0.0

> Replication: Add connection url command options for starting and stopping master
> --------------------------------------------------------------------------------
>
>                 Key: DERBY-3189
>                 URL: https://issues.apache.org/jira/browse/DERBY-3189
>             Project: Derby
>          Issue Type: Sub-task
>          Components: JDBC
>    Affects Versions: 10.4.0.0
>            Reporter: Jørgen Løland
>            Assignee: Jørgen Løland
>
> Add commands to start and stop the replication master using properties or connection url. Example:
> 'jdbc:derby:<host><masterdb>;startMaster=true';
> 'jdbc:derby:<host><masterdb>;stopMaster=true';
> Connection url options that must be recognized:
> startMaster=true
> stopMaster=true
> slaveHost=<host> (required)
> slavePort=<port> (optional, defaults to 8001)
> See functional specification on Derby-2872 for further details.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.