Skip to content
  • Gopal Shankar's avatar
    4523f3be
    WL#9814 Implement INFORMATION_SCHEMA system views for FILES/PARTITIONS · 4523f3be
    Gopal Shankar authored
    There is multiple use of class name
    dd::Info_schema::MDL_deadlock_error_handler in two translation
    units (table_stats.cc and tablespace_stats.cc). This is not
    caught by usual compilation options and even by pb2 builds. The
    problem was seen with the linker option -flto. This patch
    combines both of implementation into class
    Info_schema_error_handler and moved to translation unit
    error_handler.cc.
    4523f3be
    WL#9814 Implement INFORMATION_SCHEMA system views for FILES/PARTITIONS
    Gopal Shankar authored
    There is multiple use of class name
    dd::Info_schema::MDL_deadlock_error_handler in two translation
    units (table_stats.cc and tablespace_stats.cc). This is not
    caught by usual compilation options and even by pb2 builds. The
    problem was seen with the linker option -flto. This patch
    combines both of implementation into class
    Info_schema_error_handler and moved to translation unit
    error_handler.cc.
Loading