An error occurred fetching the project authors.
  1. 11 Dec, 2006 1 commit
  2. 16 Nov, 2006 1 commit
  3. 30 Aug, 2006 1 commit
    • aelkin/elkin@andrepl.dsl.inet.fi's avatar
      Changes made according to HLD/LLD. · 7be4bc4e
      aelkin/elkin@andrepl.dsl.inet.fi authored
         The following is an excerption from the WL.
            
         1. Change so that MIXED is default format
            1.1 to change the default for command line --binlog-format
            1.2 to alter global_system_variables.binlog_format calculation
                basing on command line --binlog-format parameter and 
                its default.
         2. Change test suite so that more testing is done by MIXED format.
            2.1 to check if there are test cases requiring --binlog-foramt=statement via
                `source include/have_binlog_format_statement.inc' and affected by 
                altering the latter to be "mixed".
            2.2 to check the content of such vulnerable cases to find if
                extending to the mixed does not modify results. In that case simply
                substitute source arguments as explained.
            2.3 if a test in mixed mode deals with features triggering
                row-binlogging then if necessary we can switch explicitly
                to statement mode or create another test to run with 
                non-recommended STATEMENT mode
         
                Particullarily, extracting INSERT DELAYED 
                binlogging subtest for statement mode is performed, and 
                the snippet is moved into a separate test file.
                Note that since now all three modes verify this use case
                through 3 different tests.
         
         No changes in item 3 of HLD appeared to be needed.
      7be4bc4e
  4. 01 Jun, 2006 1 commit
  5. 18 May, 2006 1 commit
  6. 15 May, 2006 1 commit
  7. 17 Apr, 2006 1 commit
  8. 15 Feb, 2006 1 commit
    • brian@zim.tangent.org's avatar
      This patch adds a new field to the meta file for tracking flushes (this is... · d5643042
      brian@zim.tangent.org authored
      This patch adds a new field to the meta file for tracking flushes (this is being kept to later do stats and determine how often the compression buffer is being foiled). This should keep things all nice an compatible between versions.
      Also added a flush table test as well. Found one possible bug in OPTIMIZE TABLE which has never been reported, but I think it would be possible on a file system that ran out of disk.
      d5643042
  9. 08 Feb, 2006 1 commit
  10. 13 Jan, 2006 1 commit
  11. 11 Jan, 2006 1 commit
  12. 10 Jan, 2006 1 commit
  13. 26 Oct, 2005 1 commit
  14. 18 Oct, 2005 1 commit
  15. 30 Aug, 2005 1 commit
  16. 29 Aug, 2005 1 commit
  17. 28 Jul, 2005 1 commit
  18. 11 Jul, 2005 1 commit
  19. 07 May, 2005 1 commit
  20. 27 Apr, 2005 1 commit
  21. 26 Apr, 2005 1 commit
  22. 26 Jan, 2005 1 commit
  23. 09 Dec, 2004 1 commit
  24. 30 Nov, 2004 1 commit
  25. 21 Sep, 2004 1 commit
  26. 25 May, 2004 1 commit
  27. 22 Jan, 2004 1 commit
  28. 10 Dec, 2003 1 commit
  29. 30 Oct, 2003 1 commit
  30. 16 Sep, 2003 1 commit
  31. 25 Jul, 2003 1 commit
  32. 26 Jun, 2003 1 commit
  33. 13 Mar, 2003 1 commit
  34. 11 Mar, 2003 1 commit
  35. 07 Mar, 2003 1 commit
  36. 05 Jan, 2003 1 commit
  37. 13 Dec, 2002 1 commit
  38. 04 Dec, 2002 1 commit
  39. 15 Oct, 2002 1 commit
  40. 12 Oct, 2002 1 commit
    • pem@mysql.com's avatar
      Task 430: Allowing braces in joins by simply removing them. · 8bd61c3f
      pem@mysql.com authored
      This is a simple fix, allowing a join_table_list in the right reduction of a
      normal_join sequence, instead of just a join_table. This makes things like
      "t1, (t2 left join t3)" work, but it also allows "join" and "cross join" instead
      of ",".
      
      This should fix the bug reported as:
        Subject: ODBC SQL syntax issue 
        From: Ivan Vazharov 
        Date: Mon, 30 Sep 2002 12:02:42 +0200 
      8bd61c3f