~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/heap/hp_update.c

  • Committer: Brian Aker
  • Date: 2008-08-09 06:11:42 UTC
  • Revision ID: brian@tangent.org-20080809061142-7i6whlhyf7t2d27z
Removed my_bool from heap engine.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
{
22
22
  HP_KEYDEF *keydef, *end, *p_lastinx;
23
23
  uchar *pos;
24
 
  my_bool auto_key_changed= 0;
 
24
  bool auto_key_changed= 0;
25
25
  HP_SHARE *share= info->s;
26
26
  uint old_length, new_length;
27
27
  uint old_chunk_count, new_chunk_count;