An error occurred fetching the project authors.
  1. 19 Aug, 2004 1 commit
  2. 13 Aug, 2004 1 commit
  3. 11 Aug, 2004 1 commit
  4. 10 Aug, 2004 1 commit
  5. 26 Jul, 2004 1 commit
  6. 08 Jul, 2004 1 commit
  7. 07 Jul, 2004 1 commit
  8. 02 Jul, 2004 1 commit
  9. 26 Jun, 2004 2 commits
  10. 24 Jun, 2004 2 commits
  11. 23 Jun, 2004 3 commits
  12. 22 Jun, 2004 1 commit
  13. 18 Jun, 2004 1 commit
  14. 07 Jun, 2004 1 commit
  15. 03 Jun, 2004 2 commits
    • guilhem@mysql.com's avatar
      Implementation of WL#1824 "Add replication of character set variables in 4.1", · 86e8ecc9
      guilhem@mysql.com authored
      by binlogging some SET ONE_SHOT CHARACTER_SETetc,
      which will be enough until we have it more compact and more complete in 5.0. With the present patch,
      replication will work ok between 4.1.3 master and slaves, as long as:
      - master and slave have the same GLOBAL.COLLATION_SERVER
      - COLLATION_DATABASE and CHARACTER_SET_DATABASE are not used
      - application does not use the fact that table is created with charset of the USEd db (BUG#2326).
      all of which are not too hard to fulfill. 
      ONE_SHOT is reserved for internal use of mysqlbinlog|mysql and works only for charsets,
      so we give error if used for non-charset vars.
      Fix for BUG#3875 "mysqlbinlog produces wrong ouput  if query uses
       variables containing quotes" and BUG#3943 "Queries with non-ASCII literals are not replicated
       properly after SET NAMES".
      Detecting that master and slave have different global charsets or server ids.
      86e8ecc9
    • paul@kite-hub.kitebird.com's avatar
      Fix skipp -> skip once and for all. · 2f0ca1ce
      paul@kite-hub.kitebird.com authored
      (Note: This affects only comments, not variable names.)
      2f0ca1ce
  16. 24 May, 2004 1 commit
  17. 21 May, 2004 2 commits
  18. 19 May, 2004 1 commit
    • pem@mysql.comhem.se's avatar
      Fixed BUG#3709: SELECT INTO 1 FROM DUAL not parsed as expected · ba749627
      pem@mysql.comhem.se authored
      Made the combination of INTO and FROM DUAL work, e.g.
      SELECT 1 INTO @x FROM DUAL.
      As a consequence, DUAL is made a reserved word. It would work to not have
      it reserved, but it was deemed to be confusing as a user defined table by
      the same name then must be qualified with a db (schema).
      ba749627
  19. 14 May, 2004 1 commit
  20. 11 May, 2004 2 commits
  21. 05 May, 2004 2 commits
  22. 30 Apr, 2004 1 commit
  23. 28 Apr, 2004 1 commit
  24. 21 Apr, 2004 1 commit
  25. 15 Apr, 2004 1 commit
  26. 07 Apr, 2004 1 commit
  27. 06 Apr, 2004 1 commit
  28. 05 Apr, 2004 3 commits
    • sergefp@mysql.com's avatar
      Many files: · a8386d01
      sergefp@mysql.com authored
        SQL Syntax for Prepared Statements (WL#1622)
      ps.test, ps.result:
        new file
      a8386d01
    • gluh@gluh.mysql.r18.ru's avatar
      WL1368: SHOW GRANTS FOR CURRENT USER · 8a4e6c64
      gluh@gluh.mysql.r18.ru authored
        'SHOW GRANTS' syntax is added 
        'SHOW GRANTS FOR CURRENT_USER' syntax is added
        'SHOW GRANTS FOR CURRENT_USER()' syntax is added
       CURRENT_USER without parens in expressions(SELECT CURRENT_USER;) 
      8a4e6c64
    • monty@mysql.com's avatar
      Fixed many compiler warnings · 42cf92ce
      monty@mysql.com authored
      Fixed bugs in group_concat with ORDER BY and DISTINCT (Bugs #2695, #3381 and #3319)
      Fixed crash when doing rollback in slave and the io thread catched up with the sql thread
      Set locked_in_memory properly
      42cf92ce
  29. 02 Apr, 2004 1 commit
    • dlenev@jabberwock.localdomain's avatar
      WL#1266 "Separate auto-set logic from TIMESTAMP type." · f6bff2e6
      dlenev@jabberwock.localdomain authored
      Final version of patch.
      
      Adds support for specifying of DEFAULT NOW() and/or ON UPDATE NOW()
      clauses for TIMESTAMP field definition.
      Current implementation allows only one such field per table and
      uses several unireg types for storing info about this properties of
      field. It should be replaced with better implementation when new
      .frm format is introduced.
      f6bff2e6
  30. 31 Mar, 2004 1 commit