~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/base.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
/**
23
23
 * @TODO Name this file something better and split it out if necessary.
24
 
 * base.h isn't descriptive, especially compared to global.h
25
24
 *
26
25
 * @TODO Convert HA_XXX defines into enums and/or bitmaps
27
26
 */
28
27
 
29
 
#ifndef DRIZZLE_SERVER_BASE_H
30
 
#define DRIZZLE_SERVER_BASE_H
 
28
#ifndef DRIZZLED_BASE_H
 
29
#define DRIZZLED_BASE_H
31
30
 
32
31
#define CHSIZE_USED
33
32
 
530
529
 
531
530
#define HA_VARCHAR_PACKLENGTH(field_length) ((field_length) < 256 ? 1 :2)
532
531
 
533
 
#endif /* DRIZZLE_SERVER_BASE_H */
 
532
#endif /* DRIZZLED_BASE_H */