~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzletest.cc

  • Committer: Mark Atwood
  • Date: 2011-06-27 19:01:37 UTC
  • mfrom: (2318.6.90 refactor16)
  • Revision ID: me@mark.atwood.name-20110627190137-iflt3vku0kw77l8a
mergeĀ lp:~olafvdspek/drizzle/refactor17

Show diffs side-by-side

added added

removed removed

Lines of Context:
4101
4101
    *command_ptr= q_lines[parser.current_line];
4102
4102
    return(0);
4103
4103
  }
4104
 
  if (!(*command_ptr= command= new st_command))
4105
 
    die("command construction failed");
 
4104
  *command_ptr= command= new st_command;
4106
4105
  q_lines.push_back(command);
4107
4106
  command->type= Q_UNKNOWN;
4108
4107