~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/collations.h

merge latest changes from data_dictionary branch

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_COLLATIONS_H
22
 
#define PLUGIN_DATA_ENGINE_COLLATIONS_H
23
 
 
24
 
#include "drizzled/plugin/table_function.h"
25
 
#include "drizzled/field.h"
 
21
#ifndef PLUGIN_COLLATION_DICTIONARY_COLLATIONS_H
 
22
#define PLUGIN_COLLATION_DICTIONARY_COLLATIONS_H
26
23
 
27
24
class CollationsTool : public drizzled::plugin::TableFunction
28
25
{
49
46
 
50
47
};
51
48
 
52
 
#endif // PLUGIN_DATA_ENGINE_COLLATIONS_H
 
49
#endif // PLUGIN_COLLATION_DICTIONARY_COLLATIONS_H