• Sergey Vojtovich's avatar
    MDEV-5220 - [PATCH] MariaDB 10.0.4 doesn't compile without perfschema · 1da6d688
    Sergey Vojtovich authored
    Fixed the following compilation errors and test failures:
    - maria SE: "stage_waiting_for_a_resource" wasn't declared w/o PFS
    - sql_repl.h: PSI_mutex_key is not available in non-PFS builds
    - mysqld.cc: pfs_param is not available in non-PFS builds
    - mysqld.cc: init_show_explain_psi_keys() is not available in non-PFS builds
    - mysqld.cc: call net_before_header_psi, net_after_header_psi even if PFS
      is not available so that thread enters stage_init at proper time. Fixes
      sp-threads and a few tests in funcs_1.
    - myisam_file_io.opt: added missing loose prefix
    1da6d688
mysqld.cc 318 KB