~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/myisam.h

Removed sizeof(long) sizeof(long long) checks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
  This means that clearing of high keys is ignored, setting one high key
70
70
  sets all high keys.
71
71
*/
72
 
#define MI_KEYMAP_BITS      (8 * SIZEOF_LONG_LONG)
 
72
#define MI_KEYMAP_BITS      (64)
73
73
#define MI_KEYMAP_HIGH_MASK (1UL << (MI_KEYMAP_BITS - 1))
74
74
#define mi_get_mask_all_keys_active(_keys_) \
75
75
                            (((_keys_) < MI_KEYMAP_BITS) ? \