1. 25 Mar, 2008 6 commits
  2. 24 Mar, 2008 2 commits
  3. 23 Mar, 2008 5 commits
  4. 21 Mar, 2008 4 commits
  5. 19 Mar, 2008 10 commits
  6. 18 Mar, 2008 1 commit
  7. 14 Mar, 2008 2 commits
    • gshchepa/uchum@host.loc's avatar
      Fixed bug #34763. · cf90fb55
      gshchepa/uchum@host.loc authored
      Queries like:
      
        SELECT ROW(1, 2) IN (SELECT t1.a, 2)
          FROM t1 GROUP BY t1.a
      
      or 
      
        SELECT ROW(1, 2) IN (SELECT t1.a, 2 FROM t2)
          FROM t1 GROUP BY t1.a
      
      lead to assertion failure in the
      Item_in_subselect::row_value_transformer method in debugging
      build, or to unexpected error message in release build:
      
        ERROR 1247 (42S22): Reference '<list ref>' not supported (forward
                            reference in item list)
      
      Unexpected error message and assertion failure have been
      eliminated.
      cf90fb55
    • gluh@mysql.com/eagle.(none)'s avatar
      Bug#35108 SELECT FROM REFERENTIAL_CONSTRAINTS crashes · 2f719d02
      gluh@mysql.com/eagle.(none) authored
      referenced_key_name field can be uninitialized in the case when
      referenced table is dropped.
      Added codition which allows to handle this situation.
      2f719d02
  8. 13 Mar, 2008 2 commits
  9. 12 Mar, 2008 8 commits