mariadb/innobase/btr
unknown 113c627851 InnoDB: Cleanup and after review fixes.
innobase/btr/btr0btr.c:
  Code formatting: add blank line before "goto", do not indent labels
innobase/btr/btr0cur.c:
  Code formatting: add blank line before "goto"
innobase/btr/btr0pcur.c:
  btr_pcur_restore_position(): Replace assertion on cursor->pos_state
  with if condition, to provide better diagnostics. Restore ut_a()
  assertions on cursor->old_rec and cursor->old_n_fields.
innobase/btr/btr0sea.c:
  btr_search_check_guess(): Declare prev_rec and next_rec closer
  to usage.  Add blank lines before goto statements.
2005-06-14 12:21:40 +03:00
..
btr0btr.c InnoDB: Cleanup and after review fixes. 2005-06-14 12:21:40 +03:00
btr0cur.c InnoDB: Cleanup and after review fixes. 2005-06-14 12:21:40 +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