~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_connect.cc

Finished first pass at Protocol cleanup, still some things to remove but they are a bit more involved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
 
93
93
    session->prepareForQueries();
94
94
 
95
 
    while (!session->protocol->have_error() &&
 
95
    while (!session->protocol->haveError() &&
96
96
           !(session->killed == Session::KILL_CONNECTION))
97
97
    {
98
98
      if (! session->executeStatement())