• unknown's avatar
    Add extra ordered index in when UNIQUE and PRIMARY KEY are specified. · 0f0635ec
    unknown authored
    Extra ordered indexes are created primarily 
    to support partial key scan/read and range scans of hash indexes.
    I.e. the ordered index are used instead of the hash indexes for 
    these queries.
    
    
    sql/ha_ndbcluster.cc:
      Add creation and use of extra ordered indexes on pk and unique indexes.
    sql/ha_ndbcluster.h:
      Added new functions for creating extra ordered indexes
    0f0635ec
ha_ndbcluster.h 6.51 KB