~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/natural_join_column.cc

Merged build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/table_list.h>
23
23
#include <drizzled/session.h>
24
24
 
 
25
namespace drizzled
 
26
{
 
27
 
25
28
Natural_join_column::Natural_join_column(Field *field_param,
26
29
                                         TableList *tab)
27
30
{
67
70
                      table_ref->table->s->db.str));
68
71
  return table_ref->db;
69
72
}
 
73
 
 
74
} /* namespace drizzled */