← Back to team overview

linux-traipu team mailing list archive

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

 

Public bug reported:

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 ;

** Affects: drizzle
     Importance: Undecided
     Assignee: Daniel Nichter (daniel-nichter)
         Status: In Progress

** Changed in: drizzle
     Assignee: (unassigned) => Daniel Nichter (daniel-nichter)

** Changed in: drizzle
       Status: New => In Progress

-- 
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:
  In Progress

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


Follow ups

References