1. 10 Oct, 2003 2 commits
  2. 06 Oct, 2003 2 commits
  3. 03 Oct, 2003 2 commits
  4. 02 Oct, 2003 1 commit
  5. 01 Oct, 2003 2 commits
  6. 28 Sep, 2003 1 commit
  7. 24 Sep, 2003 4 commits
  8. 23 Sep, 2003 6 commits
  9. 22 Sep, 2003 8 commits
  10. 20 Sep, 2003 1 commit
  11. 19 Sep, 2003 9 commits
  12. 18 Sep, 2003 2 commits
    • hf@deer.(none)'s avatar
      SCRUM · e89e3ff7
      hf@deer.(none) authored
      embedded library
      some dirty places cleaned:
      
      uint removed from mysql.h as Miguel suggested
      empty_string renamed as my_empty_string to get rid of name's intersections
      using embedded library
      e89e3ff7
    • 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