~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/option.cc

  • Committer: Brian Aker
  • Date: 2010-05-15 01:19:45 UTC
  • Revision ID: brian@gaz-20100515011945-uxhf94vi0tzm0vq6
Rename of KEY to KeyInfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
195
195
            }
196
196
          }
197
197
          opt_str= check_struct_option(cur_arg, key_name);
198
 
          optend= strrchr(opt_str, '=');
 
198
          optend= strchr(opt_str, '=');
199
199
          if (optend != NULL)
200
200
          {
201
201
            length= (uint32_t) (optend - opt_str);