WL#8159: Include Sys Schema in MySQL 5.7

Affects: Server-5.7   —   Status: Complete

The MySQL sys schema project (https://github.com/MarkLeith/mysql-sys) has become 
increasingly popular within our user base over the last year. 

Many DBAs/Developers within our user base say that it brings some needed 
simplicity for configuring and querying the Performance Schema. A recent blog
post illustrates this:
http://www.percona.com/blog/2014/11/20/sys-schema-mysql-5-6-5-7/

Given this, there has been a lot of call for us to integrate the sys schema
within MySQL by default, so that all users can benefit both from the simplicity
of the use case driven objects, whilst also helping to bring the full power of 
Performance Schema more easily to their hands.

MySQL Workbench took the first step here, and now installs the sys schema at the 
click of a button, then uses it for reporting:

http://mysqlworkbench.org/2014/03/mysql-workbench-6-1-performance-schema-reports/

This worklog is to integrate the sys schema within MySQL fully, so that it is 
installed by default, and added on upgrade appropriately.

This fixes BUG#71207 - Please, add MySQL sys schema to the official MySQL server 
distribution.