An error occurred fetching the project authors.
  1. 05 Apr, 2006 1 commit
  2. 24 Mar, 2006 1 commit
  3. 21 Feb, 2006 1 commit
  4. 16 Feb, 2006 1 commit
  5. 12 Jan, 2006 1 commit
  6. 11 Jan, 2006 1 commit
  7. 10 Jan, 2006 1 commit
  8. 23 Dec, 2005 1 commit
  9. 22 Dec, 2005 2 commits
  10. 21 Dec, 2005 1 commit
    • bar@mysql.com's avatar
      Adding XPath support: ExtractValue and UpdateXML functions. · 519f9d62
      bar@mysql.com authored
      libmysqld/Makefile.am:
      sql/Makefile.am:
        Adding new source files.
        Adding new file into build process.
      include/my_xml.h:
      strings/xml.c:
        Adding new XML parse flags to skip text normalization and 
        to use relative tag names. Adding enum for XML token types.
      sql/lex.h:
        Making parser aware of new SQL functions.
      sqll/item_create.h, sql/item_create.cc:
        Adding creators for ExtractValue and UpdateXML.
      sql/item.h:
        Adding new Item types: nodeset and nodeset comparator.
      sql/item_xmlfunc.h
      sql/item_xmlfunc.cc
        Adding new classes implementing XPath functions.
      mysql-test/t/xml.test, mysql-test/r/xml.result:
        New files: adding test case
      519f9d62
  11. 15 Dec, 2005 1 commit
  12. 02 Dec, 2005 1 commit
  13. 24 Nov, 2005 1 commit
  14. 07 Nov, 2005 1 commit
  15. 06 Nov, 2005 1 commit
  16. 05 Nov, 2005 1 commit
  17. 27 Oct, 2005 1 commit
  18. 18 Oct, 2005 1 commit
  19. 06 Oct, 2005 1 commit
  20. 29 Sep, 2005 1 commit
  21. 24 Sep, 2005 1 commit
  22. 21 Sep, 2005 1 commit
    • konstantin@mysql.com's avatar
      A fix and a test case for Bug#6513 "Test Suite: Values inserted by using · 6f8d3c48
      konstantin@mysql.com authored
      cursor is interpreted latin1 character and Bug#9819 "Cursors: Mysql Server
      Crash while fetching from table with 5 million records."
      A fix for a possible memory leak when fetching into an SP cursor
      in a long loop.
      The patch uses a common implementation of cursors in the binary protocol and 
      in stored procedures and implements materialized cursors.
      For implementation details, see comments in sql_cursor.cc
      6f8d3c48
  23. 21 Jul, 2005 1 commit
  24. 05 Jul, 2005 1 commit
    • kent@mysql.com's avatar
      Makefile.am: · a7be4216
      kent@mysql.com authored
        Added -I$(top_builddir)/include for searching
        generated header files, when builddir != srcdir
      a7be4216
  25. 09 Jun, 2005 1 commit
  26. 02 Jun, 2005 1 commit
  27. 10 May, 2005 1 commit
  28. 27 Apr, 2005 1 commit
  29. 31 Mar, 2005 1 commit
  30. 25 Mar, 2005 1 commit
  31. 17 Mar, 2005 1 commit
  32. 08 Feb, 2005 1 commit
  33. 28 Jan, 2005 1 commit
  34. 19 Jan, 2005 1 commit
  35. 13 Dec, 2004 1 commit
  36. 06 Dec, 2004 1 commit
    • monty@mysql.com's avatar
      Add support for up to VARCHAR (size up to 65535) · 67ce2479
      monty@mysql.com authored
      Renamed HA_VAR_LENGTH to HA_VAR_LENGTH_PART
      Renamed in all files FIELD_TYPE_STRING and FIELD_TYPE_VAR_STRING to MYSQL_TYPE_STRING and MYSQL_TYPE_VAR_STRING to make it easy to catch all possible errors
      Added support for VARCHAR KEYS to heap
      Removed support for ISAM
      Now only long VARCHAR columns are changed to TEXT on demand (not CHAR)
      Internal temporary files can now use fixed length tables if the used VARCHAR columns are short
      67ce2479
  37. 26 Sep, 2004 1 commit
  38. 10 Sep, 2004 1 commit
  39. 24 Aug, 2004 1 commit