~percona-core/percona-server/5.5

« back to all changes in this revision

Viewing changes to Percona-Server/storage/innobase/ibuf/ibuf0ibuf.c

  • Committer: Laurynas Biveinis
  • Date: 2013-09-06 13:24:59 UTC
  • mfrom: (558.8.3 5.5)
  • Revision ID: laurynas.biveinis@percona.com-20130906132459-jfaquw8dbwluzbsl
MergeĀ lp:~akopytov/percona-server/ahi-fixes-5.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#include "btr0cur.h"
49
49
#include "btr0pcur.h"
50
50
#include "btr0btr.h"
 
51
#include "btr0sea.h"
51
52
#include "row0upd.h"
52
53
#include "sync0sync.h"
53
54
#include "dict0boot.h"
631
632
        dict_mem_index_add_field(index, "DUMMY_COLUMN", 0);
632
633
 
633
634
        index->id = DICT_IBUF_ID_MIN + IBUF_SPACE_ID;
 
635
        btr_search_index_init(index);
634
636
 
635
637
        error = dict_index_add_to_cache(table, index,
636
638
                                        FSP_IBUF_TREE_ROOT_PAGE_NO, FALSE);