1. 04 Apr, 2008 2 commits
  2. 03 Apr, 2008 1 commit
  3. 02 Apr, 2008 1 commit
  4. 31 Mar, 2008 1 commit
    • mleich@five.local.lan's avatar
      Fix for · 89ddc0aa
      mleich@five.local.lan authored
         Bug#35335 funcs_1: Some tests fail within load_file during
                            pushbuild runs
         Solution: 1. Move files with input data used in load_file, 
                      load data etc. 
                      from suite/funcs_1/<whatever>
                      to std_data
                   2. Use for testsuite funcs_1 the server option
                      --secure-file-priv=<MYSQLTEST_VARDIR>
                   3. Outfiles have to be stored under MYSQLTEST_VARDIR 
      + changes according to WL#4304 Cleanup in funcs_1 tests
        - backport of fixes/improvements made in 5.1 to 5.0
          The differences between scripts in 5.0 and 5.1 cause
          much additional and annoying work during any upmerge.
        - replace error numbers with names
        - improved comments
        - improved formatting
        - Unify storage engine names so that result files for
          storage engine variants do not differ (some tests)
        - remove a script no more used (tests are done in other scripts)
      89ddc0aa
  5. 27 Mar, 2008 4 commits
  6. 26 Mar, 2008 4 commits
  7. 25 Mar, 2008 3 commits
  8. 22 Mar, 2008 2 commits
  9. 20 Mar, 2008 3 commits
  10. 19 Mar, 2008 10 commits
  11. 18 Mar, 2008 2 commits
  12. 17 Mar, 2008 3 commits
  13. 15 Mar, 2008 1 commit
  14. 14 Mar, 2008 3 commits
    • antony@pcg5ppc.xiphis.org's avatar
      Merge acurtis@bk-internal.mysql.com:/home/bk/mysql-5.0-engines · 0b4da8a3
      antony@pcg5ppc.xiphis.org authored
      into  pcg5ppc.xiphis.org:/Network/Servers/anubis.xiphis.org/home/antony/work/merge.20080307/mysql-5.0
      0b4da8a3
    • 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
    • istruewing@stella.local's avatar
      Post-merge fix · 26ed736a
      istruewing@stella.local authored
      26ed736a