~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/data_engine/character_sets.cc

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

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
  cs= all_charsets;
40
40
}
41
41
 
42
 
bool CharacterSetsTool::Generator::populate(Field **)
 
42
bool CharacterSetsTool::Generator::populate()
43
43
{
44
44
  for (; cs < all_charsets+255 ; cs++)
45
45
  {