mariadb/innobase/buf
unknown 369da8f539 InnoDB: Replace for loops with memset() where possible.
innobase/btr/btr0cur.c:
  Replace for loop with memset()
innobase/buf/buf0buf.c:
  buf_print(): Remove for loop for initializing counts[].
  Similar to index_ids[], the elements of this array will
  be initialized when they are allocated, i.e., counts[n_found++] = 1.
innobase/os/os0file.c:
  Replace for loop with memset()
innobase/page/page0page.c:
  Replace for loop with memset()
innobase/trx/trx0rec.c:
  Replace for loop with memset()
2005-06-22 12:36:24 +03:00
..
buf0buf.c InnoDB: Replace for loops with memset() where possible. 2005-06-22 12:36:24 +03:00
buf0flu.c InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
buf0lru.c InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
buf0rea.c InnoDB: Remove unreachable debug code from non-debug builds. 2005-06-15 12:50:27 +03:00
Makefile.am - Fixed bug in "make DESTDIR=<dir> install" - the InnoDB static 2003-04-10 20:03:52 +02:00
makefilewin Added Innobase to source distribution 2001-02-17 14:19:19 +02:00