Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 697980 | Differences between
and this patch

Collapse All | Expand All

(-)mysql/storage/innobase/handler/i_s.cc (-5 / +5 lines)
Lines 7536-7547 Link Here
7536
    STRUCT_FLD(descr, "InnoDB CHANGED_PAGES table"),
7536
    STRUCT_FLD(descr, "InnoDB CHANGED_PAGES table"),
7537
    STRUCT_FLD(license, PLUGIN_LICENSE_GPL),
7537
    STRUCT_FLD(license, PLUGIN_LICENSE_GPL),
7538
    STRUCT_FLD(init, i_s_innodb_changed_pages_init),
7538
    STRUCT_FLD(init, i_s_innodb_changed_pages_init),
7539
    NULL,
7539
    STRUCT_FLD(deinit, i_s_common_deinit),
7540
    STRUCT_FLD(deinit, i_s_common_deinit),
7540
    nullptr,
7541
    STRUCT_FLD(version, 0x0100),
7541
    STRUCT_FLD(version, 0x0100 /* 1.0 */),
7542
    STRUCT_FLD(status_vars, NULL),
7542
    STRUCT_FLD(status_vars, nullptr),
7543
    STRUCT_FLD(system_vars, NULL),
7543
    STRUCT_FLD(system_vars, nullptr),
7544
    STRUCT_FLD(__reserved1, NULL),
7544
    STRUCT_FLD(__reserved1, nullptr),
7545
    STRUCT_FLD(flags, 0UL),
7545
    STRUCT_FLD(flags, 0UL),
7546
};
7546
};
7547
7547

Return to bug 697980