~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/information_schema_dictionary/columns.cc

  • Committer: Monty Taylor
  • Date: 2010-07-09 14:21:13 UTC
  • Revision ID: mordred@inaugust.com-20100709142113-ejzlmdt9ct092bjb
Fixed an osx build warning/failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
  generator(getSession()),
58
58
  field_iterator(0)
59
59
{
60
 
  while (not (table_message= generator));
 
60
  while (not (table_message= generator))
 
61
  { };
61
62
}
62
63
 
63
64
bool Columns::Generator::populate()