~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_table.cc

  • Committer: Monty Taylor
  • Date: 2008-10-16 06:33:57 UTC
  • mfrom: (511.2.2 more-warnings)
  • mto: This revision was merged to the branch mainline in revision 521.
  • Revision ID: monty@inaugust.com-20081016063357-vz18dqzdxh2l4nni
Merged in more warnings again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2701
2701
          const char *err_msg= thd->main_da.message();
2702
2702
          if (!thd->vio_ok())
2703
2703
          {
2704
 
            sql_print_error(err_msg);
 
2704
            sql_print_error("%s",err_msg);
2705
2705
          }
2706
2706
          else
2707
2707
          {