~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/character_sets.h

Additional plugins.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
19
19
 */
20
20
 
21
 
#ifndef PLUGIN_DATA_ENGINE_CHARACTER_SETS_H
22
 
#define PLUGIN_DATA_ENGINE_CHARACTER_SETS_H
23
 
 
24
 
#include "drizzled/plugin/table_function.h"
25
 
#include "drizzled/field.h"
 
21
#ifndef PLUGIN_COLLATION_DICTIONARY_CHARACTER_SETS_H
 
22
#define PLUGIN_COLLATION_DICTIONARY_CHARACTER_SETS_H
26
23
 
27
24
class CharacterSetsTool : public drizzled::plugin::TableFunction
28
25
{
48
45
  }
49
46
};
50
47
 
51
 
#endif /* PLUGIN_DATA_ENGINE_CHARACTER_SETS_H */
 
48
#endif /* PLUGIN_COLLATION_DICTIONARY_CHARACTER_SETS_H */