~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/ha_myisam.cc

  • Committer: Brian Aker
  • Date: 2008-10-15 06:44:44 UTC
  • mfrom: (512.1.21 drizzle-stew)
  • Revision ID: brian@tangent.org-20081015064444-p5ccnpyz558oaquy
Merging Stewart's work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
 
68
68
  if (!thd->vio_ok())
69
69
  {
70
 
    sql_print_error(msgbuf);
 
70
    sql_print_error("%s",msgbuf);
71
71
    return;
72
72
  }
73
73