Commit 7a3163cf authored by unknown's avatar unknown

Fix wrong db_type for OQGraph hton.

parent 83ff50db
......@@ -139,7 +139,7 @@ static bool oqgraph_init()
}
#if MYSQL_VERSION_ID >= 50100
hton->state= SHOW_OPTION_YES;
hton->db_type= DB_TYPE_DEFAULT;
hton->db_type= DB_TYPE_AUTOASSIGN;
hton->create= oqgraph_create_handler;
hton->flags= HTON_NO_FLAGS;
#endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment