mariadb/innobase/btr
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
..
btr0btr.c InnoDB: Cleanup and after review fixes. 2005-06-14 12:21:40 +03:00
btr0cur.c InnoDB: Replace for loops with memset() where possible. 2005-06-22 12:36:24 +03:00
btr0pcur.c InnoDB: Cleanup and after review fixes. 2005-06-14 12:21:40 +03:00
btr0sea.c InnoDB: Cleanup and after review fixes. 2005-06-14 12:21:40 +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