~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/client.h

  • Committer: Lee Bieber
  • Date: 2011-01-25 04:52:24 UTC
  • mfrom: (2109.1.5 drizzle-build)
  • Revision ID: kalebral@gmail.com-20110125045224-0o3bg8zdy5vktvl7
Merge Brian - more catalogs update

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    return false;
110
110
  }
111
111
 
 
112
  virtual  catalog::Instance::shared_ptr catalog()
 
113
  {
 
114
    return catalog::local();
 
115
  }
 
116
 
112
117
  /**
113
118
   * Read command from client.
114
119
   */