~jaypipes/drizzle/transaction_log

« back to all changes in this revision

Viewing changes to mysys/mf_cache.cc

  • Committer: Jay Pipes
  • Date: 2009-12-22 03:07:38 UTC
  • mfrom: (1143.14.85 build)
  • Revision ID: jpipes@serialcoder-20091222030738-gnb0vyg77fmkt4cj
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
{
70
70
  if (my_b_inited(cache))
71
71
  {
72
 
    File file=cache->file;
 
72
    int file=cache->file;
73
73
    cache->file= -1;                            /* Don't flush data */
74
74
    (void) end_io_cache(cache);
75
75
    if (file >= 0)