An error occurred fetching the project authors.
  1. 01 Jun, 2005 1 commit
  2. 04 Mar, 2005 1 commit
  3. 11 Jan, 2005 1 commit
  4. 15 Dec, 2004 1 commit
  5. 22 Oct, 2004 1 commit
  6. 19 Oct, 2004 1 commit
    • monty@mishka.local's avatar
      Review of all code pushed since last review · 04c23808
      monty@mishka.local authored
      Simple optimzations and cleanups
      Removed compiler warnings and fixed portability issues
      Added client functions 'mysql_embedded()' to allow client to check if we are using embedded server
      Fixes for purify
      04c23808
  7. 14 Oct, 2004 1 commit
  8. 22 Sep, 2004 1 commit
  9. 23 Aug, 2004 1 commit
  10. 22 Jun, 2004 2 commits
  11. 05 Mar, 2004 1 commit
  12. 04 Mar, 2004 1 commit
  13. 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
  14. 20 Nov, 2003 1 commit
  15. 18 Nov, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      CLIENT_MULTI_QUERIES -> CLIENT_MULTI_STATEMENTS · cab1dc62
      monty@mashka.mysql.fi authored
      New multi-key-cache handling. This was needed becasue the old one didn't work reliable with MERGE tables.
      ALTER TABLE table_name ... CHARACTER SET  ... now changes all char/varchar/text columns to the given character set
      (One must use ALTER TABLE ... DEFAULT CHARACTER SET ... to change the default character set)
      Fixed that have_compress is detected properly (fixes problems with func_compress.test on platforms without zlib)
      New syntax for CACHE INDEX ('keys' is optional if no index name is given and one mentions the key cache name only ones)
      Removed compiler warnings
      Added mysql_set_server_option() to allow clients like PHP to easaily set/reset the multi-statement flag.
      cab1dc62
  16. 19 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · a2dbfaef
      hf@deer.(none) authored
      embedded library
      hash_insert renamed to my_hash_insert to avoid name intersection
      with another libraries
      is there better idea?
      a2dbfaef
  17. 23 May, 2003 1 commit
  18. 01 Apr, 2003 2 commits
  19. 04 Dec, 2002 1 commit
  20. 09 Nov, 2002 1 commit
  21. 10 Oct, 2002 1 commit
  22. 02 Oct, 2002 1 commit
    • monty@mashka.mysql.fi's avatar
      Fixes and code cleanups after merge with 4.0.3 · d69250a9
      monty@mashka.mysql.fi authored
      Warning handling and initial prepared statement handling (last not complete yet)
      Changed a lot of functions that returned 0/1 to my_bool type.
      GRANT handling now uses read/write locks instead of mutex
      Change basic net functions to use THD instead of NET
      (needed for 4.1 protocol)
      Use my_sprintf instead of sprintf() + strlen()
      Added alloc_query() to be able to chare query initialization code with
      prepared statements.
      Cleanup handling of SHOW COUNT(*) WARNINGS and SELECT LAST_INSERT_ID()
      
      Note that the following test fails (will be fixed ASAP):
      sub_select, union, rpl_rotate_logs and rpl_mystery22
      d69250a9
  23. 15 Aug, 2002 1 commit
  24. 13 May, 2002 1 commit
  25. 28 Apr, 2002 1 commit
  26. 17 Apr, 2002 1 commit
  27. 16 Apr, 2002 1 commit
  28. 29 Mar, 2002 1 commit
  29. 14 Mar, 2002 2 commits
  30. 12 Mar, 2002 1 commit
  31. 22 Jan, 2002 1 commit
  32. 17 Jan, 2002 1 commit
  33. 05 Jan, 2002 1 commit
  34. 06 Dec, 2001 1 commit
  35. 05 Dec, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Update of query cache code. · 1de4fff5
      monty@hundin.mysql.fi authored
      Changed some sql_alloc() -> thd->alloc()
      Removed a lot of compiler warnings on Linux Alpha (64 bit)
      Fixed some core dumps on 64 bit systems (wrong type for packet_len)
      1de4fff5
  36. 19 Aug, 2001 1 commit
    • monty@hundin.mysql.fi's avatar
      Fix of UNION code · a1be2a89
      monty@hundin.mysql.fi authored
      Added heap_delete_table
      Added HA_EXTRA_PREPARE_FOR_DELETE
      Added and use my_dup() for faster open of tables.
      Removed not working no-mix-table-type
      a1be2a89
  37. 18 Aug, 2001 1 commit