• jonas@perch.ndb.mysql.com's avatar
    ndb - bug#22838 · 11b4ac47
    jonas@perch.ndb.mysql.com authored
        when doing create unique index which mysql will silently converts to PK, ndb is not informed
        so table will be useless.
      
        change so that we never do online add index wo/ primary key.
        this is not good, but it's better than a useless table
    11b4ac47
ha_ndbcluster.cc 311 KB