~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to storage/falcon/PageInventoryPage.cpp

  • Committer: Alexander Nozdrin
  • Date: 2009-04-24 10:04:14 UTC
  • mfrom: (2651.1.45 mysql-6.0)
  • Revision ID: alik@sun.com-20090424100414-92m55kfywauveb56
PullĀ fromĀ 6.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
281
281
                                                                case PAGE_btree:
282
282
                                                                        {
283
283
                                                                        IndexPage *ipg = (IndexPage*) page;
284
 
                                                                        validation->warning("orphan index page %d/%d, level %d, parent %d, prior %d, next %d", 
 
284
                                                                        validation->warning("orphan index page %d/%d, level %d, next %d", 
285
285
                                                                                                        pageNumber,  tableSpaceId,
286
286
                                                                                                        ipg->level, 
287
 
                                                                                                        ipg->parentPage, 
288
 
                                                                                                        ipg->priorPage, 
289
287
                                                                                                        ipg->nextPage);
290
288
                                                                        }
291
289
                                                                        break;