diff options
author | mats@kindahl-laptop.dnsalias.net <> | 2007-06-12 22:02:46 +0200 |
---|---|---|
committer | mats@kindahl-laptop.dnsalias.net <> | 2007-06-12 22:02:46 +0200 |
commit | ec58bfb28a1f6bf817554722c5f98bab290bfa66 (patch) | |
tree | e252590c0287c7b25e8b7d291290be7d7a77d932 /storage/heap | |
parent | 964369b58cbfb1267056f12933b580373005d143 (diff) | |
parent | 526a0cecda05e4028a9197239b39df01d03a45ee (diff) | |
download | mariadb-git-ec58bfb28a1f6bf817554722c5f98bab290bfa66.tar.gz |
Merge kindahl-laptop.dnsalias.net:/home/bkroot/mysql-5.1-rpl
into kindahl-laptop.dnsalias.net:/home/bk/b23051-mysql-5.1-rpl
Diffstat (limited to 'storage/heap')
-rw-r--r-- | storage/heap/ha_heap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/heap/ha_heap.h b/storage/heap/ha_heap.h index a2d531fc515..476efc83666 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); } |