~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_table.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
#include <drizzled/join_table.h>
23
23
#include <drizzled/field/blob.h>
24
24
 
 
25
namespace drizzled
 
26
{
25
27
 
26
28
void JoinTable::readCachedRecord()
27
29
{
68
70
  }
69
71
  this->cache.pos=pos;
70
72
}
 
73
 
 
74
} /* namespace drizzled */