1. 14 Apr, 2009 5 commits
  2. 13 Apr, 2009 2 commits
  3. 11 Apr, 2009 1 commit
  4. 02 Apr, 2009 5 commits
  5. 01 Apr, 2009 16 commits
  6. 31 Mar, 2009 7 commits
    • Ignacio Galarza's avatar
    • Ignacio Galarza's avatar
      Bug#29248 - MyISAMchk & MyISAMpack failing with * wildcard on Windows platform · f8acc70a
      Ignacio Galarza authored
      - Link against setargv.obj for wild-card expansion.
      f8acc70a
    • Joerg Bruehe's avatar
      Handle the two part version number of cluster builds · d6e40e10
      Joerg Bruehe authored
      (general server part + NDB part)
      automatically when creating a binary package,
      include only the NDBpart in the package (file) name.
      
      scripts/make_binary_distribution.sh:
        The "version" string of a cluster build contains information
        about both the general server part and the NDB part.
        This is intentional, but it isn't suitable for the package file name.
        
        When packaging a binary build, the script now detects whether
        it is dealing with a cluster build or not.
        If it is a cluster build, the script now removes the server part
        from the version number, leaving the NDB part.
        
        Example:  "5.1.31-ndb-6.4.2"  ->  "6.4.2"
        so packages are named like
                  "mysql-cluster-gpl-6.4.2-linux-i686-glibc23.tar.gz"
      d6e40e10
    • Daniel Fischer's avatar
      Bug#34521, removed a bunch of deprecated options from template my.cnf files. · af8393a6
      Daniel Fischer authored
      Merged from 5.0 version of this patch:
      - Removed entire isamchk section. Support for ISAM tables was removed in 5.0.
      - Replaced key_buffer with key_buffer_size (correct spelling).
      - Removed skip-bdb, as BDB is no longer included in 5.0 and above.
      - Removed commented-out bdb_cache_size and bdb_max_lock for the same reason.
      - Removed commented-out innodb_log_arch_dir, deprecated in 5.0.24.
      - Removed myisam_max_extra_sort_file_size, deprecated in 5.0.6. 
      - Removed log_long_format, deprecated in 4.1.
      - Replaced default_table_type with default-storage-engine.
      New in 5.1:
      - Replaced table_cache with table_open_cache.
      - Removed skip-federated, should have been in 5.0 only.
      - Replaced log_slow_queries with slow_query_log, deprecated in 5.1.29.
      af8393a6
    • Staale Smedseng's avatar
      Bug #39852 bug in mysql_setpermission · ab958ee0
      Staale Smedseng authored
      mysql_setpermission is modified to honor the $db 
      variable as suggested when doing a REVOKE ALL for 
      menu option 7.
      ab958ee0
    • Daniel Fischer's avatar
      Bug#34521, removed a bunch of deprecated options from template my.cnf files: · c07354b5
      Daniel Fischer authored
      - Removed entire isamchk section. Support for ISAM tables was removed in 5.0.
      - Replaced key_buffer with key_buffer_size (correct spelling).
      - Removed skip-bdb, as BDB is no longer included in 5.0 and above.
      - Removed commented-out bdb_cache_size and bdb_max_lock for the same reason.
      - Removed commented-out innodb_log_arch_dir, deprecated in 5.0.24.
      - Removed myisam_max_extra_sort_file_size, deprecated in 5.0.6. 
      - Removed log_long_format, deprecated in 4.1.
      - Replaced default_table_type with default-storage-engine.
      c07354b5
    • Bernt M. Johnsen's avatar
      c517fc2b
  7. 30 Mar, 2009 4 commits