1. 30 Jan, 2010 12 commits
  2. 28 Jan, 2010 1 commit
    • Alexander Nozdrin's avatar
      Make the following tests experimental: · 2423a7b6
      Alexander Nozdrin authored
        - main.outfile_loaddata @solaris due to Bug#46895
        - main.signal_demo3 @solaris due to Bug#47791
        - main.sp @solaris due to Bug#47791
        - rpl.rpl_slave_load_remove_tmpfile @windows due to Bug#50474
      2423a7b6
  3. 27 Jan, 2010 16 commits
    • Alexander Nozdrin's avatar
      Manual merge from mysql-trunk-merge. · d4e2209d
      Alexander Nozdrin authored
      Conflicts:
        - storage/archive/ha_archive.cc
      d4e2209d
    • Alexander Nozdrin's avatar
      Manual merge from mysql-trunk-merge. · 2f3d117a
      Alexander Nozdrin authored
      Conflicts:
        - mysql-test/extra/rpl_tests/rpl_mixing_engines.inc
        - sql/log.cc
        - sql/mysqld.cc
        - sql/set_var.cc
        - sql/sql_class.h
      2f3d117a
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk-merge. · 8c943025
      Alexander Nozdrin authored
      main.partition_innodb started to pass.
      8c943025
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk-merge. · f928e0b0
      Alexander Nozdrin authored
      f928e0b0
    • Alexander Nozdrin's avatar
      547269cf
    • Alexander Nozdrin's avatar
      Manual merge from mysql-trunk-merge. · cf97ed0c
      Alexander Nozdrin authored
      Conflicts:
        - sql/ha_partition.cc
        - sql/sql_partition.cc
      
      The following tests started to fail:
        - main.partition_innodb (a crash)
      cf97ed0c
    • Alexander Nozdrin's avatar
      Manual merge from mysql-trunk-merge. · ee7b8b77
      Alexander Nozdrin authored
      Conflicts:
        - sql/event_data_objects.cc
        - sql/events.cc
        - sql/mysql_priv.h
        - sql/repl_failsafe.cc
        - sql/sql_parse.cc
        - sql/sql_show.cc
        - sql/sql_view.cc
        - sql/table.cc
      ee7b8b77
    • Alexander Nozdrin's avatar
      Null-merge the following changeset from mysql-trunk-merge: · 34e9b3c7
      Alexander Nozdrin authored
      =========================================================
      revision-id: joro@sun.com-20100118155046-v6hvlyfmitcyep8p
      committer: Georgi Kodinov <joro@sun.com>
      branch nick: B45989-5.1-bugteam
      timestamp: Mon 2010-01-18 17:50:46 +0200
      message:
        Bug #45989 take 2 : memory leak after explain encounters an
        error in the query.
        
        Fixes a leak after materializing a GROUP BY subquery to a 
        temp table when the subquery has a blob column in the SELECT
        list.
        Fixed by correctly destructing temporary buffers after doing
        the conversion.
      =========================================================
      34e9b3c7
    • Alexander Nozdrin's avatar
      Manual merge from mysql-trunk-merge. · be53d298
      Alexander Nozdrin authored
      Conflicts:
        - sql/sql_partition.cc
      be53d298
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk-merge. · 992fc073
      Alexander Nozdrin authored
      992fc073
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk-merge. · 1100afe3
      Alexander Nozdrin authored
      1100afe3
    • Alexander Nozdrin's avatar
      Auto-merge from mysql-trunk-merge. · 7cd628cf
      Alexander Nozdrin authored
      7cd628cf
    • Magne Mahre's avatar
      WL#5182 Remove more deprecated 4.1/5.0 features · 35c6bb89
      Magne Mahre authored
            
      WL#5182 is a follow-up to WL#5154, deprecating a few more options
      and system variables.
      
      
      client/client_priv.h:
        The warning message has been changed to not include
        a specific version number in the text.
      client/mysql.cc:
        --no-tee is deprecated
      client/mysqldump.c:
        --all is deprecated
        -a now points to create-options
      mysql-test/r/mysqlbinlog.result:
        Warning text changed
      mysql-test/suite/rpl/r/rpl_row_mysqlbinlog.result:
        Warning text changed
      sql/mysql_priv.h:
        The warning message has been changed to not include
        a specific version number in the text.
      sql/mysqld.cc:
        --use-symbolic-links is deprecated
        -s now points to --symbolic-links
        --warnings is deprecated
        -W now points to --log-warnings
                
        myisam_max_extra_sort_file_size is deprecated
        record_buffer is deprecated
                
        --log-update is deprecated
        --sql-bin-update-same is deprecated
        --skip-locking is deprecated
        --skip-symlink is deprecated
        --enable-locking is deprecated
        --delay-key-write-for-all-tables is deprecated
      35c6bb89
    • Staale Smedseng's avatar
      Merging from 5.0-bugteam · 22be2783
      Staale Smedseng authored
      22be2783
    • Staale Smedseng's avatar
      Bug#50409 Solaris 8 compatibility broken by assumption about · 694d50c7
      Staale Smedseng authored
      printstack() being present
      
      When Bug#47391 was fixed, no assumption was made that support
      for Solaris 8 was needed. Solaris 8 lacks printstack(), and 
      the build breaks because of this.
      
      This patch adds a test for the presence of printstack() to
      configure.in for 5.0, and uses HAVE_PRINTSTACK to make
      decisions rather than the __sun define.
      694d50c7
    • unknown's avatar
      Bug #49191 rpl_get_master_version_and_clock failed on PB2: COM_REGISTER_SLAVE failed · c12c9780
      unknown authored
      The 'rpl_get_master_version_and_clock' test verifies if the slave I/O
      thread tries to reconnect to master when it tries to get the values of
      the UNIX_TIMESTAMP, SERVER_ID from master under network disconnection.
      So the master server is restarted for making the transient network
      disconnection, during the period the COM_REGISTER_SLAVE failures are
      produced in server log file when the slave I/O thread tries to
      register on master.
      
      To fix the problem, suppress COM_REGISTER_SLAVE failures in server log
      file by mtr suppression, because they are expected.
      
      
      mysql-test/suite/rpl/r/rpl_get_master_version_and_clock.result:
        Removed mtr.add_suppression("Get master clock failed with error: ")
        and mtr.add_suppression("Get master SERVER_ID failed with error: ").
        Because they are suppressed globally.
      c12c9780
  4. 26 Jan, 2010 3 commits
  5. 25 Jan, 2010 4 commits
  6. 24 Jan, 2010 1 commit
  7. 23 Jan, 2010 1 commit
  8. 22 Jan, 2010 2 commits