~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

Minor string fixes (mainly US English spelling and typos)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1287
1287
  */
1288
1288
  if (warn)
1289
1289
    push_warning(session, DRIZZLE_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
1290
 
                 "This MySQL server does not support any "
 
1290
                 "This Drizzle server does not support any "
1291
1291
                 "consistent-read capable storage engine");
1292
1292
  return 0;
1293
1293
}