~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_parse.cc

  • Committer: Brian Aker
  • Date: 2009-05-14 16:46:36 UTC
  • mto: This revision was merged to the branch mainline in revision 1016.
  • Revision ID: brian@gaz-20090514164636-ipl0u2inw8nr7ueb
Remove dead session calls.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2000
2000
  if (!ptr->derived && !my_strcasecmp(system_charset_info, ptr->db,
2001
2001
                                      INFORMATION_SCHEMA_NAME.c_str()))
2002
2002
  {
2003
 
    InfoSchemaTable *schema_table= find_schema_table(session, ptr->table_name);
 
2003
    InfoSchemaTable *schema_table= find_schema_table(ptr->table_name);
2004
2004
    if (!schema_table ||
2005
2005
        (schema_table->hidden &&
2006
2006
         ((sql_command_flags[lex->sql_command].test(CF_BIT_STATUS_COMMAND)) == 0 ||