~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_engine/information_engine.h

  • Committer: Brian Aker
  • Date: 2009-12-01 02:39:03 UTC
  • mfrom: (1234.1.4 push)
  • Revision ID: brian@gaz-20091201023903-1id5z7xnup695jaq
Merge of Brian + Jay test fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    pthread_mutex_destroy(&mutex);
48
48
  }
49
49
 
50
 
  uint64_t table_flags() const
51
 
  {
52
 
    return 0;
53
 
  }
54
 
 
55
 
  class Share 
 
50
  class Share
56
51
  {
57
52
  private:
58
53
    uint32_t count;