Description:
When initializing a new installation using mysqld --initialize the output of the command refers to mysql_install_db and bootstrap despite these being deprecated and no longer use.
How to repeat:
$ ./mysql/bin/mysqld --defaults-file=etc/my.cnf --initialize
2015-03-10T23:45:13.259092Z 0 [Warning] TIMESTAMP with implicit DEFAULT value is deprecated. Please use --explicit_defaults_for_timestamp server option (see documentation for more details).
2015-03-10T23:45:24.034092Z 0 [Warning] InnoDB: New log files created, LSN=49319
2015-03-10T23:45:25.154377Z 0 [Warning] InnoDB: Creating foreign key constraint system tables.
2015-03-10T23:45:25.256804Z 0 [Warning] Bootstrap mode disables GTIDs. Bootstrap mode should only be used by mysql_install_db which initializes the MySQL data directory and creates system tables.
2015-03-10T23:45:25.305487Z 0 [Warning] Failed to setup SSL
2015-03-10T23:45:25.305577Z 0 [Warning] SSL error: SSL context is not usable without certificate and private key
2015-03-10T23:45:25.306668Z 1 [Warning] A temporary password is generated for root@localhost: sLZ5ItHbq9)r