An error occurred fetching the project authors.
  1. 11 Sep, 2012 1 commit
    • Joerg Bruehe's avatar
      Backport this change from MySQL 5.5 to 5.1: · 575a64c4
      Joerg Bruehe authored
        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>
      575a64c4
  2. 06 Sep, 2011 1 commit
  3. 28 Dec, 2007 1 commit
    • unknown's avatar
      make_win_bin_dist CMakeLists.txt resolveip.c Makefile.am: · 471437fd
      unknown authored
        Better Windows support in the scripts directory
      mysql_config.pl.in, mysql_install_db.pl.in:
        New Perl version of Unix shell script, mainly for Windows
      Many files in scripts directory:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      
      
      extra/CMakeLists.txt:
        Added target for executable "resolveip"
      extra/resolveip.c:
        Exclude Unix specific headers when compiling on Windows
      scripts/CMakeLists.txt:
        On Windows, filter Perl scripts and change name from ".sh" to ".pl"
        
          mysql_convert_table_format.sh  mysql_explain_log.sh
          mysql_secure_installation.sh   mysql_tableinfo.sh
          mysqld_multi.sh                mysqldumpslow.sh
          mysqlhotcopy.sh
        
        Do the same for the new Windows specific Perl versions of shell scripts
        
          mysql_config.pl.in             mysql_install_db.pl.in
        
        In CMake, set reasonable values for 'CFLAGS', 'prefix', 'datadir' and so on.
      scripts/Makefile.am:
        Include "mysql_config.pl.in" and "mysql_install_db.pl.in" in the source TAR
      scripts/make_win_bin_dist:
        Only include explicitly listed scripts from the "scripts" directory
      scripts/mysql_convert_table_format.sh:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      scripts/mysql_explain_log.sh:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      scripts/mysql_tableinfo.sh:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      scripts/mysqld_multi.sh:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      scripts/mysqldumpslow.sh:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      scripts/mysqlhotcopy.sh:
        Use default Perl location "#!/usr/bin/perl" instead of the build host path
      scripts/mysql_config.pl.in:
        New Perl version of Unix shell script, mainly for Windows
      scripts/mysql_install_db.pl.in:
        New Perl version of Unix shell script, mainly for Windows
      471437fd