1. 05 Nov, 2007 2 commits
  2. 03 Nov, 2007 1 commit
  3. 28 Sep, 2007 1 commit
  4. 24 Sep, 2007 2 commits
  5. 20 Sep, 2007 2 commits
  6. 14 Sep, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #31001: ORDER BY DESC in InnoDB not working · dc028202
      gkodinov/kgeorge@magare.gmz authored
      The optimizer sets index traversal in reverse order only if there are 
      used key parts that are not compared to a constant.
      However using the primary key as an ORDER BY suffix rendered the check
      incomplete : going in reverse order must still be used even if 
      all the parts of the secondary key are compared to a constant.
      
      Fixed by relaxing the check and set reverse traversal even when all
      the secondary index keyparts are compared to a const.
      Also account for the case when all the primary keys are compared to a
      constant.
      dc028202
  7. 13 Sep, 2007 3 commits
  8. 12 Sep, 2007 1 commit
  9. 09 Sep, 2007 1 commit
    • antony@pcg5ppc.xiphis.org's avatar
      Bug#30919 · 89f88eab
      antony@pcg5ppc.xiphis.org authored
        "Rows not deleted from innodb partitioned tables if --innodb_autoinc_lock_mode=0"
      
        Due to a previous bugfix which initializes a previously uninitialized
        variable, ha_partition::get_auto_increment() may fail to operate
        correctly when the storage engine reports that it is only reserving
        one value and one or more partitions have a different 'next-value'.
        Currently, only affects Innodb's new-style auto-increment code which
        reserves larger blocks of values and has less inter-thread contention.
      89f88eab
  10. 08 Sep, 2007 2 commits
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      perform explicit cleanup · 5558f69d
      add missing opt file
      5558f69d
    • acurtis/antony@xiphis.org/ltamd64.xiphis.org's avatar
      Bug#30907 · d8d199c4
        "Regression: "--innodb_autoinc_lock_mode=0" (off) not same as older releases"
      Bug#28430
        "Failure in replication of innodb partitioned tables on row/mixed format"
      Bug#30888
        "Innodb table + stored procedure + row deletion = server crash"
      
        Apply Oracle patch from Sunny
        Include tests cases by Omer
        Ensure that innobase_read_and_init_auto performs table autoinc lock when lock_mode = 0
        No need for "if" guard around row_unlock_table_autoinc_for_mysql() because
        it already performs same check.
        Make autoinc_lock_mode variable read-only for duration of running mysqld process.
      d8d199c4
  11. 07 Sep, 2007 3 commits
  12. 01 Sep, 2007 1 commit
  13. 31 Aug, 2007 1 commit
  14. 30 Aug, 2007 1 commit
  15. 29 Aug, 2007 5 commits
  16. 28 Aug, 2007 8 commits
  17. 27 Aug, 2007 5 commits
    • rafal@quant.(none)'s avatar
      Merge quant.(none):/ext/mysql/bkroot/mysql-5.1-target-5.1.22 · 0924d086
      rafal@quant.(none) authored
      into  quant.(none):/ext/mysql/bk/mysql-5.1-bug21842-5.1.22-merge
      0924d086
    • tsmith@ramayana.hindu.god's avatar
      Bug #30389: connection_id() always return 0 in embedded server · 2c44def1
      tsmith@ramayana.hindu.god authored
        
      Initialize thd->variables.pseudo_thread_id when a new embedded
      thd is created.
      2c44def1
    • tsmith@ramayana.hindu.god's avatar
      Merge tsmith@bk-internal.mysql.com:/home/bk/mysql-5.1-target-5.1.22 · c0fd0922
      tsmith@ramayana.hindu.god authored
      into  ramayana.hindu.god:/home/tsmith/m/bk/51-target22-X
      c0fd0922
    • tsmith@ramayana.hindu.god's avatar
      Bug #30412 and Bug #30413 · 7dbef328
      tsmith@ramayana.hindu.god authored
      Update some tests in the "parts" suite, so they're skipped if the
      requisite plugins are not present in the mysqld.
      7dbef328
    • tsmith@ramayana.hindu.god's avatar
      Fixes for the following bugs: · 220cd12f
      tsmith@ramayana.hindu.god authored
      Bug #30316: Some "parts" tests fail because the server uses "--secure-file-priv"
      Bug #30341: Test suite "parts" needs to be adapted to the new rules disallowing many functio
      Bug #30408: Suite "parts" needs bug numbers updated
      Bug #30411: Suite "parts" needs bug numbers updated: ER_UNIQUE_KEY_NEED_ALL_FIELDS_IN_PF
      Bug #30576: part_supported_sql_func_innodb.test tries to LOAD DATA outside of var dir
      Bug #30581: partition_value tests use disallowed CAST() function
      
      Included are some general fixes to allow the "parts" test suite to be run
      successfully.  This includes disabling a few tests or parts of tests,
      cleaning up the test cases and their results, etc.  Basically, these tests
      have not been run for some time, and had suffered some bit rot.
      
      The bugs were fixed as a single changeset, because in some ways they depend
      on each other.  I couldn't be sure I'd updated all the error codes (for
      bugs 30408 and 30411) without also adapting to the new allowed functions
      rules (bug 30341), and vice versa.
      220cd12f