~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mystrings/m_ctype.h

  • 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:
316
316
  MY_COLLATION_HANDLER *coll;
317
317
  
318
318
} CHARSET_INFO;
319
 
#define ILLEGAL_CHARSET_INFO_NUMBER (~0U)
 
319
#define ILLEGAL_CHARSET_INFO_NUMBER (UINT32_MAX)
320
320
 
321
321
 
322
322
extern CHARSET_INFO my_charset_bin;