mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
After merge fix
This commit is contained in:
parent
93528f2887
commit
79ebad89c6
2 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue