~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/index_hint.h

  • Committer: Brian Aker
  • Date: 2011-07-25 14:24:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2373.
  • Revision ID: brian@tangent.org-20110725142419-3vobv9u6k7jp4qej
Remove the typedef on lexkey

Show diffs side-by-side

added added

removed removed

Lines of Context:
66
66
    The index name. Empty (str=NULL) name represents an empty list
67
67
    USE INDEX () clause
68
68
  */
69
 
  LEX_STRING key_name;
 
69
  lex_string_t key_name;
70
70
 
71
71
  Index_hint (enum index_hint_type type_arg, index_clause_map clause_arg,
72
72
              char *str, uint32_t length) :