• Sergey Vojtovich's avatar
    BUG#52821 - plugin_ftparser.h and plugin_audit.h are · 8c05b085
    Sergey Vojtovich authored
                not tested by ABI check
    
    plugin_audit.h and plugin_ftparser.h are now subject
    for ABI check. plugin.h is now tested implicitly.
    
    Also fixed broken ABI check cmake rules.
    
    Makefile.am:
      plugin_audit.h and plugin_ftparser.h are now subject
      for ABI check. plugin.h is now tested implicitly.
    cmake/abi_check.cmake:
      plugin_audit.h and plugin_ftparser.h are now subject
      for ABI check. plugin.h is now tested implicitly.
      
      Also fixed broken ABI check rules: -DMYSQL_ABI_CHECK is
      compiler (not cmake) definition, incorrect definitions
      were passed to do_abi_check.cmake for abi_check_all rule.
    cmake/do_abi_check.cmake:
      Inform sources that we do ABI check.
    include/mysql/plugin.h.pp:
      plugin.h is now tested implicitly.
    include/mysql/plugin_audit.h.pp:
      plugin_audit.h is now subject for ABI check.
    include/mysql/plugin_ftparser.h.pp:
      plugin_ftparser.h is now subject for ABI check.
    8c05b085
plugin_ftparser.h.pp 5.5 KB