~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/collations.cc

Fix interface (we no longer need Fields passed around).

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
  cl= all_charsets;
44
44
}
45
45
 
46
 
bool CollationsTool::Generator::populate(Field **)
 
46
bool CollationsTool::Generator::populate()
47
47
{
48
48
  for (; cs < all_charsets+255 ; cs++)
49
49
  {