← Back to team overview

linux-traipu team mailing list archive

Re: [Bug 811341] Re: `sys_replication`.`applier_state` lacks default values for originating_server_uuid and originating_commit_id

 

I'm traveling ATM. I can probably look at it late next week if Joe hasnt
been able to get to it.

Dave

Sent from my iPhone

On Jul 27, 2011, at 7:09 PM, Brian Aker <brian@xxxxxxxxxxx> wrote:

> Anybody got a patch? :)
> 
> -- 
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.net/bugs/811341
> 
> Title:
>   `sys_replication`.`applier_state` lacks default values for
>  originating_server_uuid and originating_commit_id
> 
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/drizzle/+bug/811341/+subscriptions

-- 
You received this bug notification because you are a member of UBUNTU -
AL - BR, which is subscribed to Drizzle.
https://bugs.launchpad.net/bugs/811341

Title:
   `sys_replication`.`applier_state` lacks default values for
  originating_server_uuid and originating_commit_id

Status in A Lightweight SQL Database for Cloud Infrastructure and Web Applications:
  Confirmed

Bug description:
  When the following runs:

  
  INSERT INTO `sys_replication`.`applier_state` (`master_id`, `last_applied_commit_id`, `status`) VALUES (1,0 , 'STOPPED')


  We get an error because there are no default values for
  originating_server_uuid and originating_commit_id in the
  sys_replication.applier_state table.

  What should the defaults be?

To manage notifications about this bug go to:
https://bugs.launchpad.net/drizzle/+bug/811341/+subscriptions


References