~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Brian Aker
  • Date: 2009-04-05 19:53:29 UTC
  • mfrom: (971.3.11 eday-dev)
  • Revision ID: brian@tangent.org-20090405195329-k2vpiwhlri9oaedq
MergeĀ fromĀ Eric.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2644
2644
        if (session->is_error())
2645
2645
        {
2646
2646
          const char *err_msg= session->main_da.message();
2647
 
          if (!session->drizzleclient_vio_ok())
 
2647
          if (!session->protocol->io_ok())
2648
2648
          {
2649
2649
            errmsg_printf(ERRMSG_LVL_ERROR, "%s", err_msg);
2650
2650
          }