~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

Merged from Andrew.

Show diffs side-by-side

added added

removed removed

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