3669 Vasil Dimov 2011-12-21
Fix some debug printouts in row0sel.cc
modified:
storage/innobase/row/row0sel.cc
3668 Andrei Elkin 2011-12-21
BUG#12964649
fixing post-push valgrind issue: in case MTS worker cant start its private queue dynarray left undestroyed.
modified:
sql/rpl_slave.cc
=== modified file 'storage/innobase/row/row0sel.cc'
--- a/storage/innobase/row/row0sel.cc revid:andrei.elkin@stripped
+++ b/storage/innobase/row/row0sel.cc revid:vasil.dimov@stripped
@@ -4208,10 +4208,12 @@ rec_loop:
#ifdef UNIV_SEARCH_DEBUG
/*
fputs("Using ", stderr);
- dict_index_name_print(stderr, index);
+ dict_index_name_print(stderr, trx, index);
fprintf(stderr, " cnt %lu ; Page no %lu\n", cnt,
page_get_page_no(page_align(rec)));
- rec_print(rec);
+ rec_print(stderr, rec, index);
+ printf("delete-mark: %lu\n",
+ rec_get_deleted_flag(rec, page_rec_is_comp(rec)));
*/
#endif /* UNIV_SEARCH_DEBUG */
@@ -4392,8 +4394,10 @@ wrong_offs:
btr_pcur_store_position(pcur, &mtr);
err = DB_RECORD_NOT_FOUND;
- /* ut_print_name(stderr, index->name);
- fputs(" record not found 3\n", stderr); */
+#if 0
+ ut_print_name(stderr, trx, FALSE, index->name);
+ fputs(" record not found 3\n", stderr);
+#endif
goto normal_return;
}
@@ -4431,8 +4435,10 @@ wrong_offs:
btr_pcur_store_position(pcur, &mtr);
err = DB_RECORD_NOT_FOUND;
- /* ut_print_name(stderr, index->name);
- fputs(" record not found 4\n", stderr); */
+#if 0
+ ut_print_name(stderr, trx, FALSE, index->name);
+ fputs(" record not found 4\n", stderr);
+#endif
goto normal_return;
}
No bundle (reason: useless for push emails).
| Thread |
|---|
| • bzr push into mysql-trunk branch (vasil.dimov:3668 to 3669) | vasil.dimov | 21 Dec |