~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/error_injection.h

  • Committer: Brian Aker
  • Date: 2009-02-21 00:18:15 UTC
  • Revision ID: brian@tangent.org-20090221001815-x20e8h71e984lvs1
Completion (?) of uint conversion.

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
check_and_unset_inject_value(int value)
59
59
{
60
60
  Session *session= current_session;
61
 
  if (session->error_inject_value == (uint)value)
 
61
  if (session->error_inject_value == (uint32_t)value)
62
62
  {
63
63
    session->error_inject_value= 0;
64
64
    return 1;