← Back to team overview

linux-traipu team mailing list archive

[Bug 916567] Re: Syntax error in drizzled/daemon.cc

 

** Changed in: drizzle
    Milestone: None => 2012-01-31

** Changed in: drizzle
       Status: Fix Committed => Fix Released

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

Title:
  Syntax error in drizzled/daemon.cc

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

Bug description:
  Trunk r2491 has drizzled/daemon.cc with this syntax error:

  void daemon_is_ready()
  {
    int fd;
    ssize_t wbytes;
    while ((wbytes= write(parent_pipe_fds[1], "\0", sizeof("\0"))) == 0);
    {

  The while() on line 77 ends with ;

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


References