WL#8326: Make NO_AUTO_CREATE_USER sql_mode behavior the default in 5.7

Status: Complete

This work changes the default of sql_mode to include "NO_AUTO_CREATE_USER" (was: not included).

This is to prevent the GRANT statement from automatically creating new user accounts unless authentication information is specified.