← Back to team overview

maria-developers team mailing list archive

bzr commit into MariaDB 5.1, with Maria 1.5:maria branch (knielsen:2788)

 

#At lp:maria

 2788 knielsen@xxxxxxxxxxxxxxx	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




Follow ups