~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/show_dictionary/show_create_table.h

  • Committer: Brian Aker
  • Date: 2010-11-10 05:50:26 UTC
  • mfrom: (1910.2.15 merge)
  • mto: This revision was merged to the branch mainline in revision 1922.
  • Revision ID: brian@tangent.org-20101110055026-shjlsd5jeumje2vt
Merge in tree for shared_ptr work.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
  class Generator : public show_dictionary::Show::Generator 
30
30
  {
31
31
    bool is_primed;
32
 
    drizzled::message::Table table_message;
 
32
    drizzled::message::TablePtr table_message;
33
33
 
34
34
  public:
35
35
    Generator(drizzled::Field **arg);