~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleadmin.cc

  • Committer: Patrick Galbraith
  • Date: 2008-08-22 20:19:13 UTC
  • mfrom: (365.1.2 drizzle)
  • Revision ID: patg@radha.local-20080822201913-njjzdfrlihco6ap1
Merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
266
266
      }
267
267
      return 1;
268
268
    }
269
 
    if (wait != (uint) ~0)
 
269
    if (wait != UINT32_MAX)
270
270
      wait--;                           /* One less retry */
271
271
    if ((drizzle_errno(drizzle) != CR_CONN_HOST_ERROR) &&
272
272
        (drizzle_errno(drizzle) != CR_CONNECTION_ERROR))