1. 30 Mar, 2006 2 commits
    • unknown's avatar
      Merge rurik.mysql.com:/home/igor/dev/mysql-5.0-0 · 0f3a620b
      unknown authored
      into  rurik.mysql.com:/home/igor/dev/mysql-5.1-0
      
      
      mysql-test/r/loaddata.result:
        Auto merged
      mysql-test/r/ndb_read_multi_range.result:
        Auto merged
      mysql-test/t/innodb.test:
        Auto merged
      mysql-test/t/loaddata.test:
        Auto merged
      mysql-test/t/ndb_read_multi_range.test:
        Auto merged
      sql/field.cc:
        Auto merged
      sql/ha_ndbcluster.cc:
        Auto merged
      sql/sql_load.cc:
        Auto merged
      sql/sql_prepare.cc:
        Auto merged
      sql/sql_select.cc:
        Auto merged
      storage/ndb/tools/Makefile.am:
        Auto merged
      0f3a620b
    • unknown's avatar
      Fixed bug #18279: crash in the cases when on conditions are moved · 9a02fede
      unknown authored
      out of a nested join to the on conditions for the nest.
      The bug happened due to:
      1. The function simplify_joins could change on expressions for nested joins.
         Yet modified on expressions were not saved in prep_on_expr.
      2. On expressions were not restored for nested joins in 
         reinit_stmt_before_use.
      
      
      mysql-test/r/join_nested.result:
        Added a test case for bug #18279.
      mysql-test/t/join_nested.test:
        Added a test case for bug #18279.
      sql/sql_prepare.cc:
        Fixed bug #18279.
        On expressions were not restored for nested joins in 
        reinit_stmt_before_use.
      sql/sql_select.cc:
        Fixed bug #18279.
        The function simplify_joins could change on expressions for nested joins.
        Yet modified on expressions were not saved in prep_on_expr.
      9a02fede
  2. 29 Mar, 2006 31 commits
  3. 28 Mar, 2006 7 commits