~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Stewart Smith
  • Date: 2009-02-16 14:14:08 UTC
  • mto: This revision was merged to the branch mainline in revision 887.
  • Revision ID: stewart@flamingspork.com-20090216141408-uuhzpvpfxox2wxcu
remove an old type definition to do with query cache.

Show diffs side-by-side

added added

removed removed

Lines of Context:
550
550
 
551
551
#define HA_VARCHAR_PACKLENGTH(field_length) ((field_length) < 256 ? 1 :2)
552
552
 
553
 
/* invalidator function reference for Query Cache */
554
 
typedef void (* invalidator_by_filename)(const char * filename);
555
 
 
556
553
#endif /* DRIZZLE_SERVER_BASE_H */