~drizzle-developers/ubuntu/karmic/drizzle/ppa

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_table_status.h

  • Committer: Monty Taylor
  • Date: 2010-11-24 18:44:57 UTC
  • mfrom: (1308.1.31 trunk)
  • Revision ID: mordred@inaugust.com-20101124184457-qd6jvoe2wgnvl3yq
Tags: 2010.11.04-0ubuntu1~karmic1
* New upstream release.
* Turn off -Werror for packaging builds. (Closes: #602662)

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
    std::string schema_predicate;
34
34
    std::vector<drizzled::Table *> table_list;
35
35
    std::vector<drizzled::Table *>::iterator table_list_iterator;
 
36
    boost::mutex::scoped_lock scopedLock;
36
37
 
37
38
    void fill();
38
39