~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to libdrizzle/sql_common.h

  • Committer: Monty Taylor
  • Date: 2008-08-15 20:20:33 UTC
  • Revision ID: monty@inaugust.com-20080815202033-hw2b8jnh563j7iv3
More mysys/mystrings removal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#ifdef  __cplusplus
29
29
extern "C" {
30
30
#endif
 
31
#include <mystrings/m_ctype.h>
31
32
 
32
33
extern CHARSET_INFO *default_client_charset_info;
33
34
DRIZZLE_FIELD *unpack_fields(DRIZZLE_DATA *data, MEM_ROOT *alloc, uint fields,