~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/iocache.cc

  • Committer: Olaf van der Spek
  • Date: 2011-08-13 16:39:27 UTC
  • mto: This revision was merged to the branch mainline in revision 2407.
  • Revision ID: olafvdspek@gmail.com-20110813163927-luksv0xydcqmi5pz
Refactor iocache

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
 
74
74
void io_cache_st::close_cached_file()
75
75
{
76
 
  if (my_b_inited(this))
 
76
  if (inited())
77
77
  {
78
78
    int _file= file;
79
79
    file= -1;                           /* Don't flush data */