WL#10128: Add defaults column to optimizer cost tables

Affects: Server-8.0   —   Status: Complete

WL#7276 added two tables, server_cost and engine_cost, to the mysql schema. 
These tables can be used to tune the cost constants that are used for the
optimizer cost model.  However, there is no way, except by reading code, to find
the default value for these cost constants.

This worklog will add a generated column that will show the default values for
the constants defined in the two tables.  Since a generated column is read-only,
one avoids any confusion around what it would imply if such a column was updated.

User Documentation
==================

* http://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html
* http://dev.mysql.com/doc/refman/8.0/en/cost-model.html