• unknown's avatar
    btr0cur.c: · 55f66ee9
    unknown authored
      Fix a major bug in InnoDB query estimator for queries of type SELECT ... WHERE col < x and SELECT ... WHERE col > x; MySQL could pick a table scan though the result set was only a few rows in a big table
    
    
    innobase/btr/btr0cur.c:
      Fix a major bug in InnoDB query estimator for queries of type SELECT ... WHERE col < x and SELECT ... WHERE col > x; MySQL could pick a table scan though the result set was only a few rows in a big table
    55f66ee9
btr0cur.c 93.1 KB