#At lp:maria 2788 [email protected] 2010-01-04 Fix wrong db_type for OQGraph hton. modified: storage/oqgraph/ha_oqgraph.cc
=== modified file 'storage/oqgraph/ha_oqgraph.cc' --- a/storage/oqgraph/ha_oqgraph.cc 2010-01-04 08:27:50 +0000 +++ b/storage/oqgraph/ha_oqgraph.cc 2010-01-04 13:32:42 +0000 @@ -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 _______________________________________________ Mailing list: https://launchpad.net/~maria-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-developers More help : https://help.launchpad.net/ListHelp

