• unknown's avatar
    fix compilation failure on serg's box: we shouldn't · 8b9e392e
    unknown authored
    use USE_PRAGMA_INTERFACE before include of my_global.h,
    where it is defined
    
    
    server-tools/instance-manager/command.h:
      don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
    server-tools/instance-manager/listener.h:
      don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
    server-tools/instance-manager/mysql_connection.h:
      don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
    server-tools/instance-manager/options.h:
      don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
    server-tools/instance-manager/thread_registry.cc:
      fix register
    server-tools/instance-manager/thread_registry.h:
      don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
    server-tools/instance-manager/user_map.h:
      don't use USE_PRAGMA_INTERFACE before my_global.h, where it is defined
    8b9e392e
mysql_connection.h 1.66 KB