diff options
author | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-09-11 20:56:22 +0200 |
---|---|---|
committer | Joerg Bruehe <joerg.bruehe@oracle.com> | 2012-09-11 20:56:22 +0200 |
commit | c0a1b2c8915556be516b4bfea30e01fa792c7943 (patch) | |
tree | 94c7070e460fe6d2189ab33d08eaa5337363da3f /config | |
parent | 95f6e19187f85f9c4962301fb5d62cd74dea1431 (diff) | |
download | mariadb-git-c0a1b2c8915556be516b4bfea30e01fa792c7943.tar.gz |
Backport this change from MySQL 5.5 to 5.1:
Bug #14181049: MYSQL_INSTALL_DB.PL CREATES EMPTY SYSTEM TABLES FOR MYSQL
The script is different from what's used on unixes.
It was not playing the table insertion script (mysql_system_tables_data.sql),
although it was checking for the presence of this script.
Fixed by re-enabling the lookup for this file and replaying it at bootstrap
time. Note that on the Unixes "SELECT @@hostname" does return a fully qualified
name, whereas on Windows it returns only a hostname.
So by default we're filtering records in the mysql.user table until we ensure
this is fixed.
The change was coded in 5.5 by Georgi Kodinov <Georgi.Kodinov@Oracle.com>
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions