Multi DB problem with wp_1_options (non existent in WP3.2.1) for VIP1 blog

Pro
  • 56 points
    Serious WPMU DEV-ster
    I'm new here
    hwong

    Member  —  10th October 2011 (7 months ago)         

    Multi DB problem with wp_1_options (non existent in WP3.2.1) for VIP1 blog

    Basically, there's no way to move wp_options from global db to vip1 since there's no 1 to add to
    add_vip_blog(1, 'vip1');

    Can anyone help with this fix? Would like to have wp_options into vip1 db

    Secondly, in future, can we have add_global_table separate into a db itself?
    e.g. global1 db
    global2 db

    add_global1_table
    add_global2_table

    Thanks.

    Hwong