~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/info_schema/info_schema_columns.h

  • Committer: Padraig O'Sullivan
  • Date: 2009-07-01 03:36:14 UTC
  • mto: This revision was merged to the branch mainline in revision 1084.
  • Revision ID: osullivan.padraig@gmail.com-20090701033614-6lu9ioqua0l0mjgg
Extracted the STATISTICS table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
bool createSchemataColumns(std::vector<const ColumnInfo *>& cols);
122
122
 
123
123
/**
 
124
 * Create the various volumns for the STATISTICS I_S table 
 
125
 * and add them to the std::vector of columns for this table.
 
126
 *
 
127
 * @param[out] cols vector to add columns to
 
128
 * @return false on success; true on failure
 
129
 */
 
130
bool createStatsColumns(std::vector<const ColumnInfo *>& cols);
 
131
 
 
132
/**
124
133
 * Create the various volumns for the TABLE_CONSTRAINTS I_S table 
125
134
 * and add them to the std::vector of columns for this table.
126
135
 *