~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/blackhole/ha_blackhole.cc

  • Committer: Joe Daly
  • Date: 2010-01-06 02:36:05 UTC
  • mfrom: (1259.4.2 staging)
  • mto: This revision was merged to the branch mainline in revision 1267.
  • Revision ID: skinny.moey@gmail.com-20100106023605-0cn3mqsrkhbq3ja0
merge trunk

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