~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_methods.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-06-27 16:33:55 UTC
  • mfrom: (1067.3.1 full-i-s-plugin)
  • mto: This revision was merged to the branch mainline in revision 1079.
  • Revision ID: osullivan.padraig@gmail.com-20090627163355-iyclbhr9901qlmjh
Extracted the CHARACTER_SET table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
/**
27
27
 * @class
 
28
 *   CharSetISMethods
 
29
 * @brief
 
30
 *   Class which implements any methods that the 
 
31
 *   CHARACTER_SET I_S table needs besides the default
 
32
 *   methods.
 
33
 */
 
34
class CharSetISMethods : public InfoSchemaMethods
 
35
{
 
36
public:
 
37
  virtual int fillTable(Session *session, 
 
38
                        TableList *tables,
 
39
                        COND *cond);
 
40
  virtual int oldFormat(Session *session, InfoSchemaTable *schema_table) const;
 
41
};
 
42
 
 
43
/**
 
44
 * @class
28
45
 *   ProcessListISMethods
29
46
 * @brief
30
47
 *   Class which implements any methods that the PROCESSLIST