• unknown's avatar
    InnoDB: Improve performance by about 10% by removing implicit · ab654ae9
    unknown authored
    memcpy() calls, by not initializing the offsets_[] arrays.
    InnoDB: Remove a Microsoft compiler warning in page0page.c.
    
    
    innobase/btr/btr0btr.c:
      Only initialize the first element of offsets_[]
    innobase/btr/btr0cur.c:
      Only initialize the first element of offsets_[]
    innobase/btr/btr0sea.c:
      Only initialize the first element of offsets_[]
    innobase/lock/lock0lock.c:
      Only initialize the first element of offsets_[]
    innobase/page/page0cur.c:
      Only initialize the first element of offsets_[]
    innobase/page/page0page.c:
      page_validate(): Silence a warning about unsigned/signed comparison.
      Other places: Only initialize the first element of offsets_[].
    innobase/rem/rem0rec.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0ins.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0mysql.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0purge.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0row.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0sel.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0undo.c:
      Only initialize the first element of offsets_[]
    innobase/row/row0upd.c:
      Only initialize the first element of offsets_[]
    innobase/trx/trx0rec.c:
      Only initialize the first element of offsets_[]
    ab654ae9
row0ins.c 61.4 KB