~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/handler.h

  • Committer: Brian Aker
  • Date: 2008-08-07 16:29:49 UTC
  • mfrom: (264.1.20 codestyle)
  • Revision ID: brian@tangent.org-20080807162949-7o8eyjgdn8ms3n1a
Merge from Monty.

Show diffs side-by-side

added added

removed removed

Lines of Context:
753
753
 
754
754
typedef struct st_ha_create_information
755
755
{
756
 
  CHARSET_INFO *table_charset, *default_table_charset;
 
756
  const CHARSET_INFO *table_charset, *default_table_charset;
757
757
  LEX_STRING connect_string;
758
758
  LEX_STRING comment;
759
759
  const char *data_file_name, *index_file_name;