1. 28 Oct, 2009 1 commit
  2. 27 Oct, 2009 5 commits
  3. 26 Oct, 2009 1 commit
  4. 25 Oct, 2009 1 commit
  5. 23 Oct, 2009 10 commits
  6. 22 Oct, 2009 18 commits
    • Luis Soares's avatar
      post-merge fixes: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-merge · ea858f18
      Luis Soares authored
      rpl.rpl_heartbeat_basic and rpl.rpl_cross_version set as experimental.
      ea858f18
    • Luis Soares's avatar
      manual merge: mysql-5.1-rep+2-delivery1 --> mysql-5.1-rpl-merge · 58e2fde0
      Luis Soares authored
      Conflicts
      =========
      
      Text conflict in .bzr-mysql/default.conf
      Text conflict in libmysqld/CMakeLists.txt
      Text conflict in libmysqld/Makefile.am
      Text conflict in mysql-test/collections/default.experimental
      Text conflict in mysql-test/extra/rpl_tests/rpl_row_sp006.test
      Text conflict in mysql-test/suite/binlog/r/binlog_tmp_table.result
      Text conflict in mysql-test/suite/rpl/r/rpl_loaddata.result
      Text conflict in mysql-test/suite/rpl/r/rpl_loaddata_fatal.result
      Text conflict in mysql-test/suite/rpl/r/rpl_row_create_table.result
      Text conflict in mysql-test/suite/rpl/r/rpl_row_sp006_InnoDB.result
      Text conflict in mysql-test/suite/rpl/r/rpl_stm_log.result
      Text conflict in mysql-test/suite/rpl_ndb/r/rpl_ndb_circular_simplex.result
      Text conflict in mysql-test/suite/rpl_ndb/r/rpl_ndb_sp006.result
      Text conflict in mysql-test/t/mysqlbinlog.test
      Text conflict in sql/CMakeLists.txt
      Text conflict in sql/Makefile.am
      Text conflict in sql/log_event_old.cc
      Text conflict in sql/rpl_rli.cc
      Text conflict in sql/slave.cc
      Text conflict in sql/sql_binlog.cc
      Text conflict in sql/sql_lex.h
      21 conflicts encountered.
      
      NOTE
      ====
       mysql-5.1-rpl-merge has been made a mirror of mysql-next-mr:
       - "mysql-5.1-rpl-merge$ bzr pull ../mysql-next-mr"
      
       This is the first cset (merge/...) committed after pulling 
       from mysql-next-mr.
      58e2fde0
    • Alexander Nozdrin's avatar
      Automerge from mysql-next-mr. · 08ecfb9a
      Alexander Nozdrin authored
      08ecfb9a
    • Alexander Nozdrin's avatar
      Merge from mysql-trunk. · 2f5413eb
      Alexander Nozdrin authored
      2f5413eb
    • Alexander Nozdrin's avatar
      Fix default.conf. · 4b8eb989
      Alexander Nozdrin authored
      4b8eb989
    • Alexander Nozdrin's avatar
      40c0ae81
    • Alexander Nozdrin's avatar
      Fix build failure on Linux. · 9d7d67d4
      Alexander Nozdrin authored
      9d7d67d4
    • Alexander Nozdrin's avatar
      Automerge from mysql-next-mr-runtime. · 4be6228c
      Alexander Nozdrin authored
      4be6228c
    • Alexander Nozdrin's avatar
      Backporting a patch for Bug#43138. That patch had been already backported · 67dbff68
      Alexander Nozdrin authored
      to 5.1 partially. This patch brings what was left to mysql-next-mr.
      
      Original revisions in 6.0:
      ------------------------------------------------------------
      revno: 2617.31.26
      committer: Alexander Nozdrin <alik@sun.com>
      branch nick: 6.0-rt-bug43138.3
      timestamp: Thu 2009-04-30 19:31:30 +0400
      message:
        Fix for Bug#43138: DROP DATABASE failure does not clean up message list.
        
        The problem was that the high-level function mysql_rm_db() invoked
        low-level mysql_rm_table_part2(), which reported low-level error
        (Unknown table) if SE refused to delete a table. Also when
        mysql_rm_table_part2() reported an error, it didn't add corresponding
        warning into the list (because it is used from other places where such
        behaviour is required).
        
        The fix is to
          1. Remove no_warnings_for_error usage from sql_table.cc
          2. Improve internal error handler support in THD, so that
             a stack of error handlers is allowed.
          3. Create an internal error handler (Drop_table_error_handler)
             to silence useless warnings.
          4. Use the handler in DROP DATABASE and DROP TABLE statements.
      ------------------------------------------------------------
      revno: 2617.69.38
      committer: Alexander Nozdrin <alik@sun.com>
      branch nick: mysql-next-bugfixing-bug37431
      timestamp: Mon 2009-08-24 21:52:09 +0400
      message:
        A test case for Bug#37431 (DROP TABLE does not report errors correctly).
      ------------------------------------------------------------
      revno: 2617.31.29
      committer: Dmitry Lenev <dlenev@mysql.com>
      branch nick: mysql-6.0-runtime
      timestamp: Fri 2009-05-01 17:37:34 +0400
      message:
        Follow-up for fix for bug "Bug#43138: DROP DATABASE failure
        does not clean up message list".
        
        Fixed drop.test failure under non-debug server by moving part
        of test dependent on debug-only feature to separate .test file,
        which won't be run for non-debug versions of server.
      ------------------------------------------------------------
      revno: 2617.45.17
      committer: Sergei Golubchik <serg@mysql.com>
      branch nick: 6.0-maria
      timestamp: Wed 2009-05-13 20:08:58 +0200
      message:
        followup for bug#43138
        if delete fails with a permission denied error, we want to show it
      ------------------------------------------------------------
      
      The patch was backported to 5.1 in scope of Bug#42364 by
      the following revision:
      ------------------------------------------------------------
      revno: 2497.975.3
      committer: Sergey Glukhov <Sergey.Glukhov@sun.com>
      branch nick: mysql-5.1-bugteam
      timestamp: Fri 2009-07-03 13:22:06 +0500
      message:
        Bug#42364 SHOW ERRORS returns empty resultset after dropping non existent table
        enabled message storing into error message list
        for 'drop table' command
      ------------------------------------------------------------
      67dbff68
    • Alexander Nozdrin's avatar
      Backporting patches for Bug#38347 (ALTER ROUTINE privilege · 09195da3
      Alexander Nozdrin authored
      allows SHOW CREATE TABLE) from 6.0. Original revisions:
      ------------------------------------------------------------
      revno: 2617.31.8
      committer: Alexander Nozdrin <alik@sun.com>
      branch nick: 6.0-rt-bug38347
      timestamp: Thu 2009-03-26 09:08:24 +0300
      message:
        Patch for Bug#38347: ALTER ROUTINE privilege allows SHOW CREATE TABLE.
        
        If a user has any of the following privileges for a table (or the database
        if the table), he should be able to issue SHOW CREATE TABLE for the table:
          - CREATE
          - DROP
          - ALTER
          - DELETE
          - INDEX
          - INSERT
          - SELECT
          - UPDATE
          - TRIGGER
          - REFERENCES
          - GRANT OPTION
          - CREATE VIEW
          - SHOW VIEW
        
        Any other privilege (even SUPER) should not allow SHOW CREATE TABLE.
      ------------------------------------------------------------
      revno: 2617.31.11
      committer: Alexander Nozdrin <alik@sun.com>
      branch nick: 6.0-rt
      timestamp: Fri 2009-03-27 21:36:34 +0300
      message:
        Additional patch for Bug#38347 (ALTER ROUTINE privilege
        allows SHOW CREATE TABLE).
        
        The problem was that information_schema.test,
        information_schema_parameters.test and information_schema_routines.test
        failed with the first patch. That happened due to limitation in check_access():
        it allows only SELECT_ACL privilege for INFORMATION_SCHEMA tables.
        
        The patch is to request only SELECT_ACL privilege for INFORMATION_SCHEMA tables.
      ------------------------------------------------------------
      09195da3
    • Konstantin Osipov's avatar
      Merge with next-mr-runtime. · 11f8ddc7
      Konstantin Osipov authored
      11f8ddc7
    • Bjorn Munch's avatar
      null upmerge from trunk-mtr · 2f0c4678
      Bjorn Munch authored
      2f0c4678
    • Bjorn Munch's avatar
      new merge from next-mr · 23e557d4
      Bjorn Munch authored
      23e557d4
    • Bjorn Munch's avatar
      null merge from 5.1 · 8aee8bd2
      Bjorn Munch authored
      8aee8bd2
    • Bjorn Munch's avatar
      new merge from trunk · 6756d64b
      Bjorn Munch authored
      6756d64b
    • Alexander Nozdrin's avatar
      Merge from mysql-trunk-merge. · 7e30baaa
      Alexander Nozdrin authored
      7e30baaa
    • Alexander Nozdrin's avatar
      8d953ece
    • Alexander Nozdrin's avatar
      Disable the test in mysql-trunk because of Bug#46931 · c0718f03
      Alexander Nozdrin authored
      instead of making it experimental.
      c0718f03
  7. 21 Oct, 2009 4 commits
    • Konstantin Osipov's avatar
      Backport of revno 2630.28.10, 2630.28.31, 2630.28.26, 2630.33.1, · d4632dff
      Konstantin Osipov authored
      2630.39.1, 2630.28.29, 2630.34.3, 2630.34.2, 2630.34.1, 2630.29.29,
      2630.29.28, 2630.31.1, 2630.28.13, 2630.28.10, 2617.23.14 and
      some other minor revisions.
      
      This patch implements: 
      
      WL#4264 "Backup: Stabilize Service Interface" -- all the
      server prerequisites except si_objects.{h,cc} themselves (they can
      be just copied over, when needed).
      
      WL#4435: Support OUT-parameters in prepared statements.
      
      (and all issues in the initial patches for these two
      tasks, that were discovered in pushbuild and during testing).
      
      Bug#39519: mysql_stmt_close() should flush all data
      associated with the statement.
      
      After execution of a prepared statement, send OUT parameters of the invoked
      stored procedure, if any, to the client.
      
      When using the binary protocol, send the parameters in an additional result
      set over the wire.  When using the text protocol, assign out parameters to
      the user variables from the CALL(@var1, @var2, ...) specification.
      
      The following refactoring has been made:
        - Protocol::send_fields() was renamed to Protocol::send_result_set_metadata();
        - A new Protocol::send_result_set_row() was introduced to incapsulate
          common functionality for sending row data.
        - Signature of Protocol::prepare_for_send() was changed: this operation
          does not need a list of items, the number of items is fully sufficient.
      
      The following backward incompatible changes have been made:
        - CLIENT_MULTI_RESULTS is now enabled by default in the client;
        - CLIENT_PS_MULTI_RESUTLS is now enabled by default in the client.
      d4632dff
    • Alexander Nozdrin's avatar
      1ea4a9f3
    • Alexander Barkov's avatar
    • Alexander Barkov's avatar
      344ddc85