~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to sql/sql_show.cc

  • Committer: Monty Taylor
  • Date: 2008-07-09 15:52:52 UTC
  • mto: (77.6.1 glibclient-merge)
  • mto: This revision was merged to the branch mainline in revision 112.
  • Revision ID: monty@inaugust.com-20080709155252-lnzmxxje1g40z3a7
Warning fixes. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1526
1526
      Repeat as necessary, if new var is again SHOW_FUNC
1527
1527
    */
1528
1528
    for (var=variables; var->type == SHOW_FUNC; var= &tmp)
1529
 
      ((mysql_show_var_func)(var->value))(thd, &tmp, buff);
 
1529
      ((mysql_show_var_func)((st_show_var_func_container)var->value)->func)(thd, &tmp, buff);
1530
1530
 
1531
1531
    SHOW_TYPE show_type=var->type;
1532
1532
    if (show_type == SHOW_ARRAY)