BUG#23225: Slow query log: setting slow_query_log_file writes to
wrong file
After execution of SET GLOBAL SLOW_QUERY_LOG_FILE=...; slow query log
data would go into the general log file.
The problem was in the bogus cut-n-paste in the code.
sql/set_var.cc:
Fix cut-n-paste bug.