~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Stewart Smith
  • Date: 2008-12-19 00:35:10 UTC
  • mfrom: (717 testable)
  • mto: This revision was merged to the branch mainline in revision 719.
  • Revision ID: stewart@flamingspork.com-20081219003510-bsc6gf7gq7kdg183
merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1279
1279
  */
1280
1280
  if (warn)
1281
1281
    push_warning(session, DRIZZLE_ERROR::WARN_LEVEL_WARN, ER_UNKNOWN_ERROR,
1282
 
                 "This MySQL server does not support any "
 
1282
                 "This Drizzle server does not support any "
1283
1283
                 "consistent-read capable storage engine");
1284
1284
  return 0;
1285
1285
}