~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-06-21 22:22:05 UTC
  • mto: (1076.2.5 info-schema-plugin)
  • mto: This revision was merged to the branch mainline in revision 1079.
  • Revision ID: osullivan.padraig@gmail.com-20090621222205-c2dhg8n0z3a5kwhf
Extracted the CHARACTER_SET I_S table into the I_S plugin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include "drizzled/info_schema.h"
25
25
 
26
26
/**
 
27
 * Create the various volumns for the CHARACTER_SET I_S table and add them
 
28
 * to the std::vector of columns for the CHARACTER_SET table.
 
29
 *
 
30
 * @param[out] cols vector to add columns to
 
31
 */
 
32
void createCharSetColumns(std::vector<const ColumnInfo *>& cols);
 
33
 
 
34
/**
27
35
 * Create the various volumns for the PROCESSLIST I_S table and add them
28
36
 * to the std::vector of columns for the PROCESSLIST table.
29
37
 *