1. 02 Oct, 2003 1 commit
    • guilhem@gbichot2's avatar
      fix for BUG#1331: "Unexistent user variable is not replicated". · 2f11e5d1
      guilhem@gbichot2 authored
      When an update query is to be written to the binlog, and it reads unset
      user variables (example: INSERT INTO t VALUEs(@A) where @A does not exist),
      we create the variable like if it had been set with SET before, and we loop
      (i.e. we redo the steps of logging, now that the variable exists).
      2f11e5d1
  2. 26 Sep, 2003 4 commits
  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 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