Commit 26ab3d12 authored by Marko Mäkelä's avatar Marko Mäkelä

Merge mysql-5.1 to mysql-5.5.

parents 9747c33b 6e6ba865
...@@ -337,10 +337,9 @@ btr_pcur_restore_position_func( ...@@ -337,10 +337,9 @@ btr_pcur_restore_position_func(
case BTR_PCUR_BEFORE: case BTR_PCUR_BEFORE:
mode = PAGE_CUR_L; mode = PAGE_CUR_L;
break; break;
#ifdef UNIV_DEBUG
default: default:
ut_error; ut_error;
#endif /* UNIV_DEBUG */ mode = 0;
} }
btr_pcur_open_with_no_init_func(index, tuple, mode, latch_mode, btr_pcur_open_with_no_init_func(index, tuple, mode, latch_mode,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment