• unknown's avatar
    row0mysql.c: · ff2c115b
    unknown authored
      Remove parameter from call to btr_search_validate().
    buf0buf.c:
      Initialize member "index" of buf_block_t.
    buf0buf.h:
      Add member "index" to buf_block_t.
    btr0sea.h:
      Remove parameter of btr_search_validate()
    btr0sea.c:
      Make use of the added member "index" of buf_block_t.
    
    
    innobase/btr/btr0sea.c:
      Make use of the added member "index" of buf_block_t.
    innobase/include/btr0sea.h:
      Remove parameter of btr_search_validate()
    innobase/include/buf0buf.h:
      Add member "index" to buf_block_t.
    innobase/buf/buf0buf.c:
      Initialize member "index" of buf_block_t.
    innobase/row/row0mysql.c:
      Remove parameter from call to btr_search_validate().
    ff2c115b
btr0sea.h 8.43 KB