~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/show.cc

  • Committer: Brian Aker
  • Date: 2009-01-18 01:49:40 UTC
  • Revision ID: brian@gir-3.local-20090118014940-co9651fk7hla6gqg
Removed unused session param from list_open_tables()

Show diffs side-by-side

added added

removed removed

Lines of Context:
3507
3507
  Table *table= tables->table;
3508
3508
  const CHARSET_INFO * const cs= system_charset_info;
3509
3509
  OPEN_TableList *open_list;
3510
 
  if (!(open_list=list_open_tables(session,session->lex->select_lex.db, wild))
 
3510
  if (!(open_list=list_open_tables(session->lex->select_lex.db, wild))
3511
3511
            && session->is_fatal_error)
3512
3512
    return(1);
3513
3513