1. 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
  2. 16 Sep, 2004 19 commits
  3. 15 Sep, 2004 19 commits