~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/join_cache.h

  • Committer: Brian Aker
  • Date: 2010-09-10 16:41:50 UTC
  • mto: (1759.2.1 build)
  • mto: This revision was merged to the branch mainline in revision 1762.
  • Revision ID: brian@tangent.org-20100910164150-grktr2kjfgvk4iw2
This add a couple of utility table functions to be used with testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
struct CacheField {
34
34
  /*
35
35
    Where source data is located (i.e. this points to somewhere in
36
 
    tableX->record[0])
 
36
    tableX->getInsertRecord())
37
37
  */
38
38
  unsigned char *str;
39
39
  uint32_t length; /* Length of data at *str, in bytes */