~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-08-07 14:14:58 UTC
  • mfrom: (1112 staging)
  • mto: (1115.3.4 captain)
  • mto: This revision was merged to the branch mainline in revision 1117.
  • Revision ID: osullivan.padraig@gmail.com-20090807141458-qrc3don58s304ore
MergeĀ fromĀ trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
535
535
    status|= STATUS_NULL_ROW;
536
536
    memset(null_flags, 255, s->null_bytes);
537
537
  }
 
538
 
 
539
  bool rename_temporary_table(const char *db, const char *table_name);
 
540
  void free_io_cache();
 
541
  void filesort_free_buffers(bool full= false);
 
542
  void intern_close_table();
538
543
};
539
544
 
540
545
Table *create_virtual_tmp_table(Session *session, List<CreateField> &field_list);