~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/records.cc

  • Committer: Monty Taylor
  • Date: 2008-10-23 03:41:40 UTC
  • Revision ID: monty@inaugust.com-20081023034140-wta4fqcl5nx86bou
Moved error.h into just the files that need it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
  Functions for easy reading of records, possible through a cache
22
22
*/
23
23
#include <drizzled/server_includes.h>
 
24
#include <drizzled/error.h>
24
25
 
25
26
static int rr_quick(READ_RECORD *info);
26
27
int rr_sequential(READ_RECORD *info);