summaryrefslogtreecommitdiff
path: root/storage/blackhole
diff options
context:
space:
mode:
authormats@kindahl-laptop.dnsalias.net <>2007-06-12 22:02:46 +0200
committermats@kindahl-laptop.dnsalias.net <>2007-06-12 22:02:46 +0200
commitec58bfb28a1f6bf817554722c5f98bab290bfa66 (patch)
treee252590c0287c7b25e8b7d291290be7d7a77d932 /storage/blackhole
parent964369b58cbfb1267056f12933b580373005d143 (diff)
parent526a0cecda05e4028a9197239b39df01d03a45ee (diff)
downloadmariadb-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/blackhole')
-rw-r--r--storage/blackhole/ha_blackhole.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/storage/blackhole/ha_blackhole.h b/storage/blackhole/ha_blackhole.h
index 1fd4df7ea78..034dbea789f 100644
--- a/storage/blackhole/ha_blackhole.h
+++ b/storage/blackhole/ha_blackhole.h
@@ -53,6 +53,7 @@ public:
ulonglong table_flags() const
{
return(HA_NULL_IN_KEY | HA_CAN_FULLTEXT | HA_CAN_SQL_HANDLER |
+ HA_BINLOG_STMT_CAPABLE |
HA_CAN_INDEX_BLOBS | HA_AUTO_PART_KEY |
HA_FILE_BASED | HA_CAN_GEOMETRY | HA_CAN_INSERT_DELAYED);
}