1. 29 Sep, 2003 1 commit
    • hf@deer.(none)'s avatar
      SCRUM · 7f542f3e
      hf@deer.(none) authored
      WL#604 Privileges in embedded library
      bugs fixed
      7f542f3e
  2. 26 Sep, 2003 2 commits
    • hf@deer.(none)'s avatar
      Merge · 5f8e7fef
      hf@deer.(none) authored
      5f8e7fef
    • 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
  3. 25 Sep, 2003 4 commits
  4. 24 Sep, 2003 5 commits
  5. 23 Sep, 2003 6 commits
  6. 22 Sep, 2003 8 commits
  7. 20 Sep, 2003 1 commit
  8. 19 Sep, 2003 9 commits
  9. 18 Sep, 2003 4 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
    • bell@sanja.is.com.ua's avatar
      Merge sanja.is.com.ua:/home/bell/mysql/bk/mysql-4.1 · aa7fd6f4
      bell@sanja.is.com.ua authored
      into sanja.is.com.ua:/home/bell/mysql/bk/work-union-4.1
      aa7fd6f4
    • bar@bar.mysql.r18.ru's avatar
      configure.in: · 287d0b64
      bar@bar.mysql.r18.ru authored
        Fix the problem with errmsg compilation
      287d0b64