~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.h

  • Committer: Brian Aker
  • Date: 2010-05-18 20:28:28 UTC
  • mto: This revision was merged to the branch mainline in revision 1540.
  • Revision ID: brian@gaz-20100518202828-rbstjiyauygl6a42
MoreĀ RRĀ encapsulation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
175
175
                            Table *table,
176
176
                            bool print_error, 
177
177
                            uint32_t idx);
 
178
  bool init_rr_cache();
178
179
};
179
180
 
180
181
} /* namespace drizzled */