1. 27 Mar, 2008 2 commits
  2. 26 Mar, 2008 2 commits
    • gshchepa/uchum@host.loc's avatar
      Merge host.loc:/home/uchum/work/5.0-opt-35193 · 792074bf
      gshchepa/uchum@host.loc authored
      into  host.loc:/home/uchum/work/5.0-opt
      792074bf
    • gshchepa/uchum@host.loc's avatar
      Fixed bug #35193. · 2dcec449
      gshchepa/uchum@host.loc authored
      View definition as SELECT ... FROM DUAL WHERE ... has
      valid syntax, but use of such view in SELECT or
      SHOW CREATE VIEW syntax causes unexpected syntax error.
      
      Server omits FROM DUAL clause when storing view body
      string in a .frm file for further evaluation.
      However, syntax of SELECT-witout-FROM query is more
      restrictive than SELECT FROM DUAL syntax, and doesn't
      allow the WHERE clause.
      
      NOTE: this syntax difference is not documented.
      
      
      View registration procedure has been modified to
      preserve original structure of view's body.
      2dcec449
  3. 25 Mar, 2008 3 commits
  4. 24 Mar, 2008 1 commit
  5. 23 Mar, 2008 1 commit
  6. 21 Mar, 2008 2 commits
  7. 19 Mar, 2008 5 commits
  8. 18 Mar, 2008 1 commit
  9. 17 Mar, 2008 2 commits
  10. 14 Mar, 2008 3 commits
    • davi@mysql.com/endora.local's avatar
      Bug#35103 mysql_client_test::test_bug29948 causes sporadic failures · f23e3fd0
      davi@mysql.com/endora.local authored
      The problem was that the COM_STMT_SEND_LONG_DATA was sending a response
      packet if the prepared statement wasn't found in the server (due to
      reconnection). The commands COM_STMT_SEND_LONG_DATA and COM_STMT_CLOSE
      should not send any packets, even error packets should not be sent since
      they are not expected by the client API.
      
      The solution is to clear generated during the execution of the aforementioned
      commands and to skip resend of prepared statement commands. Another fix is
      that if the connection breaks during the send of prepared statement command,
      the command is not sent again since the prepared statement is no longer in the
      server.
      f23e3fd0
    • 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
    • mkindahl@dl145h.mysql.com's avatar
      Merge dl145h.mysql.com:/data0/mkindahl/mysql-5.0 · 6a4c4b18
      mkindahl@dl145h.mysql.com authored
      into  dl145h.mysql.com:/data0/mkindahl/mysql-5.0-rpl
      6a4c4b18
  11. 13 Mar, 2008 1 commit
  12. 12 Mar, 2008 5 commits
  13. 11 Mar, 2008 1 commit
  14. 10 Mar, 2008 2 commits
  15. 08 Mar, 2008 1 commit
  16. 07 Mar, 2008 4 commits
  17. 06 Mar, 2008 4 commits