~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/tmp_table_param.h

  • Committer: Brian Aker
  • Date: 2011-03-28 02:46:21 UTC
  • Revision ID: brian@tangent.org-20110328024621-wtkdtlvdplqm0ybf
Shift CHARSET_INFO to charset_info_st

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  /* If >0 convert all blob fields to varchar(convert_blob_length) */
73
73
  uint32_t  convert_blob_length;
74
74
 
75
 
  const CHARSET_INFO *table_charset;
 
75
  const charset_info_st *table_charset;
76
76
 
77
77
  Tmp_Table_Param() :
78
78
    keyinfo(0),