~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/option.cc

  • Committer: Joe Daly
  • Date: 2010-05-27 02:59:16 UTC
  • mto: This revision was merged to the branch mainline in revision 1614.
  • Revision ID: skinny.moey@gmail.com-20100527025916-o4wieb1hxk2shq4u
add status_vars to scoreboard, initial pass

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);