An error occurred fetching the project authors.
  1. 27 Nov, 2007 1 commit
  2. 23 Nov, 2007 3 commits
  3. 21 Nov, 2007 1 commit
  4. 20 Nov, 2007 2 commits
  5. 02 Nov, 2007 1 commit
  6. 30 Oct, 2007 1 commit
  7. 15 Oct, 2007 1 commit
    • gkodinov/kgeorge@magare.gmz's avatar
      Bug #27099: system_mysql fail in pushbuild windows · ba03c12b
      gkodinov/kgeorge@magare.gmz authored
      On Windows the debug log was doing freopen () instead of
      fflush() and that was slowing the logging down that much 
      that some tests timed out.
      Fixed by replacing the freopen() with an syncing-to-disk
      flag to fopen() and fflush().
      Also increased the timeout of the tests running with --debug
      on windows : seems to slow down as much as valgrind on linux.
      ba03c12b
  8. 05 Oct, 2007 3 commits
  9. 04 Oct, 2007 1 commit
    • jperkin@production.mysql.com's avatar
      Restore creation of test databases and the anonymous user which · 5c0c5921
      jperkin@production.mysql.com authored
      were accidentally removed during a previous rototill of this
      code.  Fixes bug#27692.
        
      While it can be argued we should strive to provide a 'secure by
      default' installation, this happens to be the setup currently
      documented in the manual as the default, so defer changes that
      improve security out of the box to a co-ordinated effort later
      on.
        
      For now, make a note about the test databases and anonymous user
      in mysql_install_db and recommend that mysql_secure_installation
      be ran for users wishing to remove these defaults.
      
      [..re-commit of previously lost change..]
      5c0c5921
  10. 21 Sep, 2007 1 commit
  11. 29 Aug, 2007 2 commits
  12. 28 Aug, 2007 1 commit
  13. 24 Aug, 2007 1 commit
  14. 20 Aug, 2007 1 commit
  15. 16 Aug, 2007 1 commit
    • monty@mysql.com/narttu.mysql.fi's avatar
      Fixed errors found by pushbuild: · 9b6b53f0
      monty@mysql.com/narttu.mysql.fi authored
      Fixed failing func_misc test for embedded server
      Added casts to avoid compiler warnings
      Removed Table_locks_immediate as it's depending on log file cacheing
      Changed type of get_time() to avoid warnings
      Removed testing if purger master logs succeded as this is not deterministic
      9b6b53f0
  16. 14 Aug, 2007 3 commits
  17. 13 Aug, 2007 1 commit
  18. 05 Aug, 2007 1 commit
  19. 03 Aug, 2007 4 commits
  20. 01 Aug, 2007 1 commit
  21. 24 Jul, 2007 1 commit
    • antony@pcg5ppc.xiphis.org's avatar
      Bug#25714 · 6b38c5b7
      antony@pcg5ppc.xiphis.org authored
        "getGeneratedKeys() does not work with FEDERATED table"
        mysql_insert() expected the storage engine to update the row data
        during the write_row() operation with the value of the new auto-
        increment field. The field must be updated when only one row has
        been inserted as mysql_insert() would ignore the thd->last_insert.
        This patch implements HA_STATUS_AUTO support in ha_federated::info()
        and ensures that ha_federated::write_row() does update the row's
        auto-increment value.
        The test case was written in C as the protocol's 'id' value is
        accessible through libmysqlclient and not via SQL statements.
        mysql-test-run.pl was extended to enable running the test binary.
      6b38c5b7
  22. 29 Jun, 2007 1 commit
  23. 27 Jun, 2007 1 commit
  24. 26 Jun, 2007 1 commit
  25. 20 Jun, 2007 1 commit
  26. 13 Jun, 2007 1 commit
  27. 08 Jun, 2007 2 commits
  28. 01 Jun, 2007 1 commit