1. 25 Sep, 2004 2 commits
    • unknown's avatar
      some comments added · 40c12fa8
      unknown authored
      40c12fa8
    • unknown's avatar
      postreview fixes (BUG#5618 & BUG#5590) · 4038218b
      unknown authored
      
      sql/field.cc:
        fixed compatibility fields type detection
      sql/item.cc:
        fixed compatibility fields detection with using standard method for all fields, also some bugs are fixed
      sql/sql_derived.cc:
        some cleanup
      4038218b
  2. 17 Sep, 2004 2 commits
    • unknown's avatar
      fixed error handling if creating derived table failed · 580f12cc
      unknown authored
      single row subquery always can return NULL (no rows found) (BUG#5590)
      
      
      mysql-test/r/subselect.result:
        maybe_null flag returning by subquwery for temporary table creation
      mysql-test/t/subselect.test:
        maybe_null flag returning by subquwery for temporary table creation
      sql/item.cc:
        storing maybe_null in type holder
      sql/item_subselect.cc:
        single row subquery always can return NULL (no rows found)
      sql/sql_derived.cc:
        fixed error handling if creating derived table failed
      580f12cc
    • unknown's avatar
      Do not try use fields examples is expression and fiend used or SET/ENUM field... · f177c76f
      unknown authored
      Do not try use fields examples is expression and fiend used or SET/ENUM field used in types merging procedure (BUG#5618)
      
      
      mysql-test/r/union.result:
        merging ENUM and SET fields in one UNION
      mysql-test/t/union.test:
        merging ENUM and SET fields in one UNION
      f177c76f
  3. 16 Sep, 2004 19 commits
  4. 15 Sep, 2004 17 commits