diff options
author | acurtis@xiphis.org <> | 2006-05-12 08:50:31 -0700 |
---|---|---|
committer | acurtis@xiphis.org <> | 2006-05-12 08:50:31 -0700 |
commit | 9ba0ac95798ce2c5637bfc6d8a7894beb880017c (patch) | |
tree | c121f9008dc34c930ea0ddea7f5aa7820c8cd84a /storage/blackhole/ha_blackhole.cc | |
parent | 9f5c15cfa8cef7769818928b71438ec59584d70c (diff) | |
parent | 22b6b4cbd6160049684a0e0b6961a15646ceddce (diff) | |
download | mariadb-git-9ba0ac95798ce2c5637bfc6d8a7894beb880017c.tar.gz |
manual merge bug#10952
Diffstat (limited to 'storage/blackhole/ha_blackhole.cc')
-rw-r--r-- | storage/blackhole/ha_blackhole.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/blackhole/ha_blackhole.cc b/storage/blackhole/ha_blackhole.cc index e9fd1c2319d..098e44f39ee 100644 --- a/storage/blackhole/ha_blackhole.cc +++ b/storage/blackhole/ha_blackhole.cc @@ -67,7 +67,7 @@ handlerton blackhole_hton= { NULL, /* Alter table flags */ NULL, /* Alter Tablespace */ NULL, /* Fill FILES table */ - HTON_CAN_RECREATE, + HTON_CAN_RECREATE | HTON_ALTER_CANNOT_CREATE, NULL, /* binlog_func */ NULL, /* binlog_log_query */ NULL /* release_temporary_latches */ |