Merge mysql-5.1 to mysql-5.5.

This commit is contained in:
Marko Mäkelä 2012-03-08 17:12:42 +02:00
commit 26ab3d1258

View file

@ -337,10 +337,9 @@ btr_pcur_restore_position_func(
case BTR_PCUR_BEFORE:
mode = PAGE_CUR_L;
break;
#ifdef UNIV_DEBUG
default:
ut_error;
#endif /* UNIV_DEBUG */
mode = 0;
}
btr_pcur_open_with_no_init_func(index, tuple, mode, latch_mode,