summaryrefslogtreecommitdiff
path: root/include/heap.h
diff options
context:
space:
mode:
authorjani@ua141d10.elisa.omakaista.fi <>2006-05-23 18:27:54 +0300
committerjani@ua141d10.elisa.omakaista.fi <>2006-05-23 18:27:54 +0300
commit8dabbe3441be612c2966cad36649302cc26837cf (patch)
tree9e1bff8ca2239c91bcfb477d4543523dd7a55392 /include/heap.h
parentfd2792cbe43d0672b6b02648be054205739fc7bc (diff)
downloadmariadb-git-8dabbe3441be612c2966cad36649302cc26837cf.tar.gz
Removed wrong ascii codes from source code.
Fixed core dump in --help
Diffstat (limited to 'include/heap.h')
-rw-r--r--include/heap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/heap.h b/include/heap.h
index 855cff117e2..4c003462a45 100644
--- a/include/heap.h
+++ b/include/heap.h
@@ -111,7 +111,7 @@ struct st_heap_info; /* For referense */
typedef struct st_hp_keydef /* Key definition with open */
{
- uint flag; /* HA_NOSAME | HA_NULL_PART_KEY */
+ uint flag; /* HA_NOSAME | HA_NULL_PART_KEY */
uint keysegs; /* Number of key-segment */
uint length; /* Length of key (automatic) */
uint8 algorithm; /* HASH / BTREE */