~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/plugin/info_schema_table.h

Some carnage. I'm sure it'll need fixed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
209
209
 * @brief 
210
210
 *   Represents an I_S table.
211
211
 */
212
 
class InfoSchemaTable
 
212
class InfoSchemaTable : public Plugin
213
213
{
214
214
public:
215
215
 
224
224
                  uint32_t req_object,
225
225
                  InfoSchemaMethods *in_methods)
226
226
    :
 
227
      Plugin(tab_name),
227
228
      table_name(tab_name),
228
229
      hidden(in_hidden),
229
230
      is_opt_possible(in_opt_possible),