~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 21:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 1020.
  • Revision ID: brian@gaz-20090514211719-r7q4pe39t4pd8lyg
Merge (also removes session from show variables).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1403
1403
      Repeat as necessary, if new var is again SHOW_FUNC
1404
1404
    */
1405
1405
    for (var=variables; var->type == SHOW_FUNC; var= &tmp)
1406
 
      ((mysql_show_var_func)((st_show_var_func_container *)var->value)->func)(session, &tmp, buff);
 
1406
      ((mysql_show_var_func)((st_show_var_func_container *)var->value)->func)(&tmp, buff);
1407
1407
 
1408
1408
    SHOW_TYPE show_type=var->type;
1409
1409
    if (show_type == SHOW_ARRAY)