~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.cc

  • Committer: Brian Aker
  • Date: 2008-12-17 23:37:33 UTC
  • mfrom: (685.1.41 devel)
  • Revision ID: brian@tangent.org-20081217233733-ra30lk7ju04k7re9
Merge from Monty

Show diffs side-by-side

added added

removed removed

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