diff options
author | unknown <ingo/mydev@chilla.local> | 2006-07-24 10:53:26 +0200 |
---|---|---|
committer | unknown <ingo/mydev@chilla.local> | 2006-07-24 10:53:26 +0200 |
commit | 79ebad89c602368094aa506b69ec4c51f857f56e (patch) | |
tree | dc44aac23142449036f4bcee4b3d1c92c463f8a3 /storage | |
parent | 93528f288795c6d8efafeeeaf550b3f799b9cc38 (diff) | |
download | mariadb-git-79ebad89c602368094aa506b69ec4c51f857f56e.tar.gz |
After merge fix
Diffstat (limited to 'storage')
-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 1a2bb264ef9..d22d9372e0d 100644 --- a/storage/blackhole/ha_blackhole.cc +++ b/storage/blackhole/ha_blackhole.cc @@ -206,7 +206,7 @@ static int blackhole_init() blackhole_hton.state= SHOW_OPTION_YES; blackhole_hton.db_type= DB_TYPE_BLACKHOLE_DB; blackhole_hton.create= blackhole_create_handler; - blackhole_hton.flags= HTON_CAN_RECREATE | HTON_ALTER_CANNOT_CREATE; + blackhole_hton.flags= HTON_CAN_RECREATE; return 0; } |