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

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/key_column_usage.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:
29
29
 
30
30
  class Generator : public InformationSchema::Generator 
31
31
  {
32
 
    const drizzled::message::Table *table_message;
 
32
    drizzled::message::table::shared_ptr table_message;
33
33
    drizzled::generator::AllTables generator;
34
34
    int32_t index_iterator;
35
35
    int32_t index_part_iterator;