An error occurred fetching the project authors.
  1. 30 May, 2003 1 commit
  2. 28 May, 2003 1 commit
  3. 21 May, 2003 2 commits
    • monty@mashka.mysql.fi's avatar
      After merge fixes · 6aa8929c
      monty@mashka.mysql.fi authored
      Added initialization of all important global variables
      6aa8929c
    • bar@bar.mysql.r18.ru's avatar
      Some SHOW VARIABLES have been renamed: · 8d52377a
      bar@bar.mysql.r18.ru authored
      collation_client  -> character_set_client
      collation_results -> character_set_results
      character_set     -> character_set_server
      
      SET NAMES now doesn't start client->server conversion
      SET CHARACTER SET now starts both client->server and server->client conversion
      8d52377a
  4. 16 May, 2003 1 commit
  5. 15 May, 2003 1 commit
    • guilhem@mysql.com's avatar
      Scrum task 845. Thi is a behaviour change : · 4a0e0062
      guilhem@mysql.com authored
      now by default, FLUSH, OPTIMIZE, ANALYZE, REPAIR commands are written to the
      binlog, unless the new NO_WRITE_TO_BINLOG keyword was used :
      OPTIMIZE NO_WRITE_TO_BINLOG table t;
      
      Previously these commands were never written to the binlog, but there are
      2 reasons to change this :
      - the RENAME TABLE in MERGE table bug (#175) on slave
      - the possible "differently optimised queries may lead to different
      updates on the master and slave" bug, until we have automatic ORDER BY.
      
      FLUSH LOGS/SLAVE/MASTER/TABLES WITH READ LOCK are never written to the binlog.
      New test for the new logging behaviour.
      Other small change : reload_acl_and_cache() and reset_slave() don't send their errors themselves,
      this is more usual.
      4a0e0062
  6. 13 May, 2003 2 commits
  7. 02 May, 2003 1 commit
  8. 27 Apr, 2003 1 commit
  9. 26 Apr, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fix for -fbranch-probabilites (bug 268) · bf6cfd29
      monty@mashka.mysql.fi authored
      Fix for LEFT/RIGHT/MID with multi-byte-character sets (bug 314)
      Fix for new bison 1.875
      max_insert_delayed_threads and delayed_insert_timeout now works as documented (bug 211)
      Don't show port in SHOW PROCESSLIST for system threads
      Fix problem with ORDER BY being discarded for some DISTINCT queries (bug 275)
      Fixed bug with NATURAL LEFT JOIN, NATURAL RIGHT JOIN and RIGHT JOIN when
      using many joined tables (Bug 212)
      bf6cfd29
  10. 23 Apr, 2003 1 commit
  11. 22 Apr, 2003 1 commit
  12. 16 Apr, 2003 2 commits
  13. 15 Apr, 2003 1 commit
  14. 08 Apr, 2003 2 commits
  15. 07 Apr, 2003 1 commit
  16. 05 Apr, 2003 4 commits
  17. 04 Apr, 2003 1 commit
  18. 28 Mar, 2003 1 commit
  19. 27 Mar, 2003 2 commits
  20. 25 Mar, 2003 1 commit
  21. 21 Mar, 2003 3 commits
  22. 20 Mar, 2003 4 commits
  23. 18 Mar, 2003 4 commits
  24. 17 Mar, 2003 1 commit