~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.cc

  • Committer: Brian Aker
  • Date: 2010-01-04 00:33:03 UTC
  • mfrom: (1259.3.7 remove-mydir)
  • Revision ID: brian@gaz-20100104003303-wkp8mbm5991kxro8
Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "config.h"
17
17
#include <drizzled/table.h>
18
 
#include "drizzled/internal/my_dir.h"
19
18
#include <drizzled/error.h>
20
19
#include "drizzled/internal/my_pthread.h"
21
20
 
97
96
         entry_iter != entries.end(); ++entry_iter)
98
97
    {
99
98
      drizzled::CachedDirectory::Entry *entry= *entry_iter;
100
 
      string *filename= &entry->filename;
 
99
      const string *filename= &entry->filename;
101
100
 
102
101
      assert(filename->size());
103
102