~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_table.cc

  • Committer: vjsamuel1990 at gmail
  • Date: 2011-02-04 19:50:47 UTC
  • mto: This revision was merged to the branch mainline in revision 2147.
  • Revision ID: vjsamuel1990@gmail.com-20110204195047-ovd8784opsxh774m
Merge change nested_join_st to NestedJoin

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
namespace drizzled
27
27
{
28
28
 
29
 
int JoinTable::join_read_const_table(optimizer::Position *pos)
 
29
int JoinTable::joinReadConstTable(optimizer::Position *pos)
30
30
{
31
31
  int error;
32
32
  Table *Table= this->table;