1. 14 Apr, 2009 1 commit
  2. 11 Apr, 2009 1 commit
  3. 02 Apr, 2009 5 commits
  4. 01 Apr, 2009 16 commits
  5. 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
  6. 30 Mar, 2009 8 commits
  7. 27 Mar, 2009 2 commits
    • Kristofer Pettersson's avatar
      Bug#40127 Multiple table DELETE IGNORE hangs on foreign key constraint violation · a20bc967
      Kristofer Pettersson authored
                on 5.0            
      The server crashes on an assert in net_end_statement indicating that the
      Diagnostics area wasn't set properly during execution.
      This happened on a multi table DELETE operation using the IGNORE keyword.
      The keyword is suppose to allow for execution to continue on a best effort
      despite some non-fatal errors. Instead execution stopped and no client
      response was sent which would have led to a protocol error if it hadn't been
      for the assert.
      This patch corrects this issue by checking for the existence of an IGNORE
      option before setting an error state during row-by-row delete iteration.
      
      
      mysql-test/r/innodb_mysql.result:
        * Added test case for bug40127
      mysql-test/t/innodb_mysql.test:
        * Added test case for bug40127
      sql/sql_delete.cc:
        * IGNORE option wasn't implemented in multi_delete::send_data
          and multi_delete::do_deletes
      a20bc967
    • Georgi Kodinov's avatar
      merged tree name change · 7092e7a6
      Georgi Kodinov authored
      7092e7a6