summaryrefslogtreecommitdiff
path: root/storage/heap
diff options
context:
space:
mode:
authorlars/lthalmann@dl145j.mysql.com <>2007-06-18 09:42:22 +0200
committerlars/lthalmann@dl145j.mysql.com <>2007-06-18 09:42:22 +0200
commitae52876fd04e17bb922759b09ce45e2ecc0e0df0 (patch)
tree5d72c9e47c88d4643b3354241a81f22fda24a3ad /storage/heap
parent7013c96fdf097fa9dc283936b832b3c66df6ac15 (diff)
parent43d419e9a917b316cf1773d82cfaa6dc380574db (diff)
downloadmariadb-git-ae52876fd04e17bb922759b09ce45e2ecc0e0df0.tar.gz
Merge mysql.com:/nfsdisk1/lars/bkroot/mysql-5.1-new-rpl
into mysql.com:/nfsdisk1/lars/MERGE/mysql-5.1-merge
Diffstat (limited to 'storage/heap')
-rw-r--r--storage/heap/ha_heap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/ha_heap.h b/storage/heap/ha_heap.h
index c93a33b524b..f41c710716d 100644
--- a/storage/heap/ha_heap.h
+++ b/storage/heap/ha_heap.h
@@ -48,6 +48,7 @@ public:
ulonglong table_flags() const
{
return (HA_FAST_KEY_READ | HA_NO_BLOBS | HA_NULL_IN_KEY |
+ HA_BINLOG_ROW_CAPABLE | HA_BINLOG_STMT_CAPABLE |
HA_REC_NOT_IN_SEQ | HA_CAN_INSERT_DELAYED | HA_NO_TRANSACTIONS |
HA_HAS_RECORDS | HA_STATS_RECORDS_IS_EXACT);
}