1. 27 Jun, 2007 2 commits
    • msvensson@pilot.(none)'s avatar
      Merge bk-internal:/home/bk/mysql-5.1-maint · cc8cccc7
      msvensson@pilot.(none) authored
      into  pilot.(none):/data/msvensson/mysql/mysql-5.1-new-maint
      cc8cccc7
    • tnurnberg@sin.intern.azundris.com's avatar
      Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0-maint · 31e98955
      tnurnberg@sin.intern.azundris.com authored
      into  mysql.com:/home/ram/work/b29079/b29079.5.0
      ---
      Bug #22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
      
      fix binlog-writing so that end_log_pos is given correctly even
      within transactions for both SHOW BINLOG and SHOW MASTER STATUS,
      that is as absolute values (from log start) rather than relative
      values (from transaction's start).
      ---
      Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
      into  sin.intern.azundris.com:/home/tnurnberg/22540/50-22540
      ---
      Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
      
      end_log_pos data within a transaction are relative to
      the start of the transaction rather than absolute.
      we fix those groups in situ before writing the log out.
      
      additional comments and handling for groups with very
      large single events, as suggested by Guilhem.
      ---
      Merge bk-internal.mysql.com:/home/bk/mysql-5.0-maint
      into  amd64.(none):/src/bug24732/my50-bug24732
      ---
      Merge maint1.mysql.com:/data/localhome/tsmith/bk/50
      into  maint1.mysql.com:/data/localhome/tsmith/bk/maint/50
      ---
      Bug#22540: Incorrect value in column End_log_pos of SHOW BINLOG EVENTS using InnoDB
       
      end_log_pos data within a transaction are relative to
      the start of the transaction rather than absolute.
      we fix those groups in situ before writing the log out.
       
      additional comments and handling for groups with very
      large single events, as suggested by Guilhem.
      ---
      Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.0-maint
      into  sin.intern.azundris.com:/home/tnurnberg/22540/50-22540
      ---
      Merge tnurnberg@bk-internal.mysql.com:/home/bk/mysql-5.1-maint
      into  sin.intern.azundris.com:/home/tnurnberg/22540/51-22540
      ---
      Merge sin.intern.azundris.com:/home/tnurnberg/22540/50-22540
      into  sin.intern.azundris.com:/home/tnurnberg/22540/51-22540
      31e98955
  2. 26 Jun, 2007 8 commits
  3. 25 Jun, 2007 12 commits
  4. 24 Jun, 2007 4 commits
    • gshchepa/uchum@gleb.loc's avatar
      Merge gleb.loc:/home/uchum/work/bk/5.1 · a1ebc859
      gshchepa/uchum@gleb.loc authored
      into  gleb.loc:/home/uchum/work/bk/5.1-opt
      a1ebc859
    • igor@olga.mysql.com's avatar
      Merge olga.mysql.com:/home/igor/mysql-5.0-opt · da416060
      igor@olga.mysql.com authored
      into  olga.mysql.com:/home/igor/dev-opt/mysql-5.0-opt-bug25602
      da416060
    • gshchepa/uchum@gleb.loc's avatar
      Merge gleb.loc:/home/uchum/work/bk/5.0 · 684d0ced
      gshchepa/uchum@gleb.loc authored
      into  gleb.loc:/home/uchum/work/bk/5.0-opt
      684d0ced
    • igor@olga.mysql.com's avatar
      Fixed bug #25602. A query with DISTINCT in the select list to which · 59b9077c
      igor@olga.mysql.com authored
      the loose scan optimization for grouping queries was applied returned 
      a wrong result set when the query was used with the SQL_BIG_RESULT
      option.
      
      The SQL_BIG_RESULT option forces to use sorting algorithm for grouping
      queries instead of employing a suitable index. The current loose scan
      optimization is applied only for one table queries when the suitable
      index is covering. It does not make sense to use sort algorithm in this
      case. However the create_sort_index function does not take into account
      the possible choice of the loose scan to implement the DISTINCT operator
      which makes sorting unnecessary. Moreover the current implementation of
      the loose scan for queries with distinct assumes that sorting will
      never happen. Thus in this case create_sort_index should not call
      the function filesort.
      59b9077c
  5. 23 Jun, 2007 8 commits
  6. 22 Jun, 2007 6 commits