An error occurred fetching the project authors.
  1. 05 Jul, 2007 1 commit
  2. 07 Jun, 2007 1 commit
  3. 21 May, 2007 1 commit
  4. 21 Dec, 2006 1 commit
  5. 19 Dec, 2006 1 commit
  6. 24 Apr, 2006 1 commit
  7. 24 Jan, 2006 1 commit
  8. 28 Jul, 2005 1 commit
  9. 15 Jul, 2005 1 commit
  10. 24 Feb, 2005 1 commit
  11. 23 Feb, 2005 1 commit
  12. 22 Feb, 2005 2 commits
  13. 21 Feb, 2005 1 commit
  14. 25 Jan, 2005 1 commit
  15. 12 Nov, 2004 1 commit
  16. 20 Oct, 2004 1 commit
  17. 24 Aug, 2004 1 commit
  18. 15 Jul, 2004 1 commit
    • monty@mysql.com's avatar
      After merge fixes · 5b3c418b
      monty@mysql.com authored
      Note: The following tests fails
      - fulltext (Sergei has promised to fix)
      - rpl_charset (Guilhem should fix)
      - rpl_timezone (Dimitray has promised to fix)
      
      Sanja needs to check out the calling of close_thread_tables() in sp_head.cc
      5b3c418b
  19. 10 May, 2004 1 commit
  20. 19 Dec, 2003 1 commit
    • guilhem@gbichot2's avatar
      This is the final commit for Worklog tasks: · df3b1a54
      guilhem@gbichot2 authored
         * A more dynamic binlog format which allows small changes (1064)
         * Log session variables in Query_log_event (1063)
      It contains a few bugfixes (which I made when running the testsuite).
      I carefully updated the results of the testsuite (i.e. I checked for every one,
      if the difference between .reject and .result could be explained).
      Apparently mysql-test-run --manager is broken in 4.1 and 5.0 currently,
      so I could neither run the few tests which require --manager, nor check
      that they pass nor modify their .result. But for builds, we don't run
      with --manager.
      Apart from --manager, the full testsuite passes, with Valgrind too (no errors).
      I'm going to push in the next minutes. Remains: update the manual.
      Note: by chance I saw that (in 4.1, in 5.0) rpl_get_lock fails when run alone;
      this is normal at it makes assumptions on thread ids. I will fix this one day
      in 4.1.
      df3b1a54
  21. 16 Dec, 2003 1 commit
  22. 19 Nov, 2003 1 commit
  23. 09 Oct, 2003 1 commit
  24. 08 Oct, 2003 1 commit
    • guilhem@gbichot2's avatar
      Final push for WL#1098: · c0075fa6
      guilhem@gbichot2 authored
      "Add a column "Timestamp_of_last_master_event_executed" in SHOW SLAVE STATUS".
      Finally this is adding
      - Slave_IO_State (a copy of the State column of SHOW PROCESSLIST for the I/O thread,
      so that the users, most of the time, has enough info with only SHOW SLAVE STATUS).
      - Seconds_behind_master. When the slave connects to the master it does SELECT UNIX_TIMESTAMP()
      on the master, computes the absolute difference between the master's and the slave's clock.
      It records the timestamp of the last event executed by the SQL thread, and does a
      small computation to find the number of seconds by which the slave is late.
      c0075fa6
  25. 12 Jul, 2003 1 commit
    • guilhem@gbichot2's avatar
      Added SHOW MASTER LOGS as synonym for SHOW BINARY LOGS. · 3110561e
      guilhem@gbichot2 authored
      Added PURGE BINARY LOGS as synonym for PURGE MASTER LOGS.
      Removed PURGE LOGS (now PURGE MASTER LOGS).
      Added SHOW BDB LOGS as synonym for SHOW LOGS.
      Note: tests key_cache.test hanged, rpl_log_pos.test, rpl_rotate_logs.test failed for me.
      For the second and third one I guess this will disappear after merging 4.0.
      3110561e
  26. 17 Jun, 2003 2 commits
  27. 18 Mar, 2003 1 commit
  28. 11 Mar, 2003 1 commit
  29. 28 Jan, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes for Netware · 689578a0
      monty@mashka.mysql.fi authored
      Call pthread_mutex_destroy() on not used mutex.
      Changed comments in .h and .c files from // -> /* */
      Added detection of mutex on which one didn't call pthread_mutex_destroy()
      Fixed bug in create_tmp_field() which causes a memory overrun in queries that uses "ORDER BY constant_expression"
      Added optimisation for ORDER BY NULL
      689578a0
  30. 05 Jan, 2003 1 commit
  31. 16 Nov, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Small improvement to alloc_root · 1a96948e
      monty@mashka.mysql.fi authored
      Add support for LIMIT # OFFSET #
      Changed lock handling:  Now all locks should be stored in TABLE_LIST instead of passed to functions.
      Don't call query_cache_invalidate() twice in some cases
      mysql_change_user() now clears states to be equal to close + connect.
      Fixed a bug with multi-table-update and multi-table-delete when used with LOCK TABLES
      Fixed a bug with replicate-do and UPDATE
      1a96948e
  32. 29 Oct, 2002 1 commit
  33. 25 Oct, 2002 1 commit
  34. 24 Oct, 2002 1 commit
  35. 22 Sep, 2002 1 commit
  36. 11 Sep, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Portability fixes. · f3a186c9
      monty@mashka.mysql.fi authored
      Improve mysql-test to be more robust.
      Fix that GRANT doesn't delete SSL options
      Change innobase_flush_log_at_trx_commit to uint.
      Don't rotate logs if we read a rotate log entry from the master.
      f3a186c9
  37. 24 Aug, 2002 1 commit
  38. 23 Aug, 2002 1 commit