~percona-core/percona-server/5.5

« back to all changes in this revision

Viewing changes to Percona-Server/storage/innobase/dict/dict0load.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:
33
33
 
34
34
#include "btr0pcur.h"
35
35
#include "btr0btr.h"
 
36
#include "btr0sea.h"
36
37
#include "page0page.h"
37
38
#include "mach0data.h"
38
39
#include "dict0dict.h"
1432
1433
 
1433
1434
        (*index)->id = id;
1434
1435
        (*index)->page = mach_read_from_4(field);
 
1436
        btr_search_index_init(*index);
1435
1437
        ut_ad((*index)->page);
1436
1438
 
1437
1439
        return(NULL);