~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/table_function_container.cc

  • Committer: Brian Aker
  • Date: 2010-08-03 19:56:06 UTC
  • mfrom: (1680.2.7 drizzle)
  • Revision ID: brian@gaz-20100803195606-wfu9eyrs9tu1uphd
Merge Monty/Brian (intltool optional,  Tabe Fucntions do case insensitive
comparisons)

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
    if (predicate.length())
53
53
    {
54
 
      if (not predicate.compare(tool->getSchemaHome()))
 
54
      if (boost::iequals(predicate, tool->getSchemaHome()))
55
55
      {
56
56
        set_of_names.insert(tool->getTableLabel());
57
57
      }