• unknown's avatar
    BUG #15133 "unique index with nullable value not accepted in federated table" · fe4d656d
    unknown authored
    Added HA_NULL_IN_KEY to table flags to allow for nullable unique indexes
    and added test to verify
    
    ha_federated.h:
      BUG #15133 "unique index with nullable value not accepted in federated table"
      added HA_NULL_IN_KEY to table flags to allow for nullable unique indexes
    federated.test:
      BUG #15133 "unique index with nullable value not accepted in federated table"
      New test to show that nullable unique indexes work
    federated.result:
      BUG #15133 "unique index with nullable value not accepted in federated table"
      New results for new test
    
    
    sql/ha_federated.h:
      BUG #15133 "unique index with nullable value not accepted in federated table"
      added HA_NULL_IN_KEY to table flags to allow for nullable unique indexes
    mysql-test/t/federated.test:
      BUG #15133 "unique index with nullable value not accepted in federated table"
      New test to show that nullable unique indexes work
    mysql-test/r/federated.result:
      BUG #15133 "unique index with nullable value not accepted in federated table"
      New results for new test
    fe4d656d
federated.test 66.9 KB