~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/select_result.h

  • Committer: Olaf van der Spek
  • Date: 2011-03-23 23:52:54 UTC
  • mto: This revision was merged to the branch mainline in revision 2251.
  • Revision ID: olafvdspek@gmail.com-20110323235254-g3q0c1feajno7edr
 Remove const_reference and reference from identifier::Table

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
#include <drizzled/current_session.h>
24
24
 
25
 
namespace drizzled {
 
25
namespace drizzled
 
26
{
 
27
 
 
28
class Join;
 
29
class Select_Lex_Unit;
26
30
 
27
31
class select_result :public memory::SqlAlloc {
28
32
protected: