An error occurred fetching the project authors.
  1. 11 Feb, 2004 1 commit
  2. 09 Feb, 2004 1 commit
    • monty@mysql.com's avatar
      Added --compact to mysqlbinlog · 06432eac
      monty@mysql.com authored
      Fixed output from mysqlbinlog when using --skip-comments
      Fixed warnings from valgrind
      Fixed ref_length when used with HEAP tables
      More efficent need_conversion()
      Fixed error handling in UPDATE with not updateable tables
      Fixed bug in null handling in CAST to signed/unsigned
      06432eac
  3. 02 Feb, 2004 1 commit
  4. 28 Jan, 2004 1 commit
  5. 27 Jan, 2004 1 commit
    • pem@mysql.comhem.se's avatar
      WL#1447: Remove the UDF/function lookup in lex. · a8f0a8be
      pem@mysql.comhem.se authored
      Moved the UDF and stored procedure lookup from sql_lex.cc to sql_yacc.yy.
      This will improve performance (since we don't have to check for stored
      functions in the lexer all the time), and make it possible to implement
      db qualified SPs.
      a8f0a8be
  6. 26 Jan, 2004 2 commits
  7. 23 Jan, 2004 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 215a65b1
      hf@deer.(none) authored
      wl #1163 (Make spatial code optional)
      Patch I cleaned with Serg & Monty's suggestions
      215a65b1
  8. 22 Jan, 2004 1 commit
  9. 18 Jan, 2004 1 commit
  10. 15 Jan, 2004 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · 6dcda515
      hf@deer.(none) authored
      WL#1163 (Making spatial code optional)
      Pack of changes to do in sql/ code.
      6dcda515
  11. 14 Jan, 2004 2 commits
  12. 08 Jan, 2004 1 commit
  13. 04 Jan, 2004 1 commit
  14. 30 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for prepared statements · bfe134b8
      hf@deer.(none) authored
      Here i added Item_*::cleanup() functions,
      removed a lot of ~Item_*'s,
      added code to restore order_list and group_list
      bfe134b8
  15. 19 Dec, 2003 3 commits
  16. 17 Dec, 2003 1 commit
  17. 15 Dec, 2003 1 commit
  18. 13 Dec, 2003 1 commit
  19. 12 Dec, 2003 1 commit
    • pem@mysql.comhem.se's avatar
      In order to make ALTER PROCEDURE|FUNCTION work correctly, and in general to · 7a20e528
      pem@mysql.comhem.se authored
      make characteristics (and SHOW) work right, we had to separate the old
      definition blob in the mysql.proc table into separate fields for parameters,
      return type, and body, and handle the characteristics (like SQL SECURITY)
      separately... and then reassemble the CREATE string for parsing, of course.
      This is rather ugly, mostly the parser bit. (Hopefully that will be better
      with the new parser.)
      7a20e528
  20. 11 Dec, 2003 3 commits
  21. 10 Dec, 2003 2 commits
  22. 08 Dec, 2003 1 commit
    • gluh@gluh.mysql.r18.ru's avatar
      WL#530&531: TIMESTAMPADD, TIMESTAMPDIFF functions · ec874924
      gluh@gluh.mysql.r18.ru authored
      Syntax for TIMESTAMPADD:
      
      TIMESTAMPADD(interval, integer_expression, datetime_expression)
      
      interval:= FRAC_SECOND | SECOND | MINUTE | HOUR | DAY | WEEK | MONTH | 
      QUARTER | YEAR
      
      Supported SQL_TSI_  prefix  (like SQL_TSI_SECOND)
      
      Syntax for TIMESTAMPDIFF:
      
      TIMESTAMPDIFF(interval, datetime_expression1, datetime_expression2)
      
      interval:= FRAC_SECOND | SECOND | MINUTE | HOUR | DAY | WEEK | MONTH | 
      QUARTER | YEAR
      
      Supported SQL_TSI_  prefix  (like SQL_TSI_SECOND)
      ec874924
  23. 04 Dec, 2003 1 commit
  24. 02 Dec, 2003 2 commits
  25. 01 Dec, 2003 1 commit
  26. 28 Nov, 2003 1 commit
    • monty@mysql.com's avatar
      Added missing SSL library (Should be in source distribution) · ede8169d
      monty@mysql.com authored
      Fixed compiler warnings (a lot of hidden variables detected by the Forte compiler)
      Added a lot of 'version_xxx' strings to 'show variables'
      Prevent copying of TMP_TABLE_PARAM (This caused core dump bug on Solaris)
      Fixed problem with printing sub selects to debug log
      ede8169d
  27. 27 Nov, 2003 1 commit
  28. 25 Nov, 2003 1 commit
  29. 24 Nov, 2003 1 commit
  30. 21 Nov, 2003 2 commits
  31. 19 Nov, 2003 1 commit