~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/check_constraints.h

  • Committer: Monty Taylor
  • Date: 2010-07-11 17:57:33 UTC
  • mfrom: (1657.1.3 build)
  • Revision ID: mordred@inaugust.com-20100711175733-4avg0pa7h2c8cb1s
Merged in Brian's I_S changes and fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#ifndef PLUGIN_INFORMATION_SCHEMA_DICTIONARY_CHECK_CONSTRAINTS_H
22
22
#define PLUGIN_INFORMATION_SCHEMA_DICTIONARY_CHECK_CONSTRAINTS_H
23
23
 
 
24
/*
 
25
  @note if implemented this should only provide information based on the current user.
 
26
*/
 
27
 
24
28
class CheckConstraints : public InformationSchema
25
29
{
26
30
public: