An error occurred fetching the project authors.
  1. 25 Sep, 2004 1 commit
  2. 21 Jul, 2004 1 commit
  3. 26 May, 2004 2 commits
  4. 17 May, 2004 1 commit
  5. 07 Jan, 2004 1 commit
  6. 18 Dec, 2003 1 commit
  7. 10 Dec, 2003 1 commit
    • hf@deer.(none)'s avatar
      Fix for #2046 · 757acc51
      hf@deer.(none) authored
      Just didn't notice that the mysql_connect function was implemeted
      in libmysqld.c.
      Implementation removed.
      757acc51
  8. 26 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · ba8fa76f
      hf@deer.(none) authored
      WL#604 Privileges in embedded library
      code added to check privileges in embedded library
      NO_EMBEDDED_ACCESS_CHECKS macros inserted in code so we can exclude
      access-checking parts. Actually we now can exclude these parts from
      standalone server as well. Do we need it?
      Access checks are disabled in embedded server by default. One should
      edit libmysqld/Makefile manually to get this working.
      We definitely need the separate configure for embedded server
      ba8fa76f
  9. 19 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 0868446b
      hf@deer.(none) authored
      embedded library
      missed memory freeing added
      0868446b
  10. 18 Sep, 2003 2 commits
    • hf@deer.(none)'s avatar
      SCRUM: · 0e059dcb
      hf@deer.(none) authored
      embedded library
      I decided to get rid of #define mysql_some_function in mysql.h
      It puzzles users and makes problems with dynamic libraries
      
      Finally, there are only two functions left, that are covered with
      the #define-s and it won't hurt performance at all
      0e059dcb
    • hf@deer.(none)'s avatar
      SCRUM · 7dd4cb58
      hf@deer.(none) authored
      prepared statements in embedded library
      7dd4cb58
  11. 16 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · bf017a2e
      hf@deer.(none) authored
      Prepared statements in embedded server
      Several changes in library code with two goals:
      to make mysql_prepare_stmt working in embedded server
      to get rid of #define mysql_interface_func mysql->methods->interface_func
      in user's interface
      bf017a2e
  12. 12 Sep, 2003 2 commits
  13. 11 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · f434b329
      hf@deer.(none) authored
      embedded&client library
      some fixes: zero at the end of the data added
      mysql_list_fields became 'virtual'
      f434b329
  14. 10 Sep, 2003 2 commits
    • hf@deer.(none)'s avatar
      SCRUM: embedde library · fd77d788
      hf@deer.(none) authored
      Minor fixes
      fd77d788
    • hf@deer.(none)'s avatar
      SCRUM: embedded library · 69283f80
      hf@deer.(none) authored
      mysql_fetch_length fixed for embedded library. Now data length is stored
      before the data. Pointers in row still points to the data so you have to
      get *(uint*)(data_ptr - sizeof(uint)) to get data length
      69283f80
  15. 09 Sep, 2003 1 commit
  16. 08 Sep, 2003 2 commits
  17. 28 Aug, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM: · bf3e65b1
      hf@deer.(none) authored
      Fixed some mess with STDCALL in function's declarations
      bf3e65b1
  18. 23 Jul, 2003 1 commit
  19. 18 Jul, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · cbff55a5
      hf@deer.(none) authored
      Including client code into embedded library
      fixes
      cbff55a5
  20. 14 Jul, 2003 1 commit
  21. 04 Jul, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c224b558
      hf@deer.(none) authored
      Including client code into embedded library
      
      Code trimming (fixes of comments etc)
      c224b558
  22. 24 Jun, 2003 1 commit
  23. 18 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 7e1ce534
      hf@deer.(none) authored
      including client code into embedded server
      code to guess what library to use added
      net_field_length moved to pack.c
      7e1ce534
  24. 17 Jun, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · c4e3a624
      hf@deer.(none) authored
      client capabilities included into libmysqld
      some API methods became "virtual"
      lots of duplicated code removed
      
      IMHO all the above made library's code way more pleasant to look at, didn't it?
      c4e3a624
  25. 04 Jun, 2003 1 commit
    • monty@narttu.mysql.fi's avatar
      Added SQLSTATE to client/server protocol · 23145cfe
      monty@narttu.mysql.fi authored
      bmove_allign -> bmove_align
      Added OLAP function ROLLUP
      Split mysql_fix_privilege_tables to a script and a .sql data file
      Added new (MEMROOT*) functions to avoid calling current_thd() when creating some common objects.
      Added table_alias_charset, for easier --lower-case-table-name handling
      Better SQL_MODE handling (Setting complex options also sets sub options)
      New (faster) assembler string functions for x86
      23145cfe
  26. 28 Apr, 2003 1 commit
  27. 21 Feb, 2003 1 commit
  28. 20 Feb, 2003 2 commits
  29. 17 Feb, 2003 1 commit
  30. 12 Feb, 2003 2 commits
  31. 03 Feb, 2003 1 commit
    • monty@mashka.mysql.fi's avatar
      Fix for MIN/MAX with empty tables · e3cd6352
      monty@mashka.mysql.fi authored
      MIN(key_column) could in some cases return NULL on a column with NULL and other values.
      MIN(key_column) and MAX(key_column) could in some cases return wrong values when used in OUTER JOIN.
      e3cd6352
  32. 18 Jan, 2003 1 commit
  33. 20 Dec, 2002 1 commit