~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/sql_base.cc

  • Committer: Monty Taylor
  • Date: 2009-10-13 06:22:10 UTC
  • mfrom: (1182 staging)
  • mto: This revision was merged to the branch mainline in revision 1184.
  • Revision ID: mordred@inaugust.com-20091013062210-iwnwwcdamjdvlx1m
Merged up with build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
  unsigned char *table_cache_key(const unsigned char *record,
69
69
                                 size_t *length,
70
70
                                 bool );
71
 
  unsigned char *table_def_key(const unsigned char *record,
72
 
                               size_t *length,
73
 
                               bool );
74
71
}
75
72
 
76
73