~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/collation_dictionary/plugin.ini

  • Committer: Olaf van der Spek
  • Date: 2011-07-05 11:15:32 UTC
  • mto: This revision was merged to the branch mainline in revision 2367.
  • Revision ID: olafvdspek@gmail.com-20110705111532-zod5hduzwcqe01ea
Use boost::to_lower

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[plugin]
 
2
title=Character And Collation Dictionary
 
3
description=Dictionary plugins for character set and collation system.
 
4
load_by_default=yes
 
5
sources=
 
6
  character_sets.cc
 
7
  collations.cc
 
8
  dictionary.cc
 
9
headers= 
 
10
  character_sets.h
 
11
  collations.h
 
12
  dictionary.h
 
13
static=yes