~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_function_container.cc

updating

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  {
38
38
    return NULL;
39
39
  }
40
 
  return (*iter).second;
 
40
  return iter->second;
41
41
}
42
42
 
43
43
void TableFunctionContainer::getNames(const string &predicate,