~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_methods.cc

  • Committer: Eric Day
  • Date: 2009-10-31 21:53:33 UTC
  • mfrom: (1200 staging)
  • mto: This revision was merged to the branch mainline in revision 1202.
  • Revision ID: eday@oddments.org-20091031215333-j94bjoanwmi68p6f
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1104
1104
    char option_buff[400],*ptr;
1105
1105
    Table *show_table= tables->table;
1106
1106
    TableShare *share= show_table->s;
1107
 
    handler *file= show_table->file;
 
1107
    Cursor *file= show_table->file;
1108
1108
    drizzled::plugin::StorageEngine *tmp_db_type= share->db_type();
1109
1109
 
1110
1110
    if (share->tmp_table == SYSTEM_TMP_TABLE)