1. 14 Feb, 2004 3 commits
  2. 13 Feb, 2004 12 commits
  3. 12 Feb, 2004 12 commits
  4. 11 Feb, 2004 11 commits
  5. 10 Feb, 2004 2 commits
    • guilhem@mysql.com's avatar
      Merge gbichot@213.136.52.20:/home/bk/mysql-4.1 · f8f0c212
      guilhem@mysql.com authored
      into mysql.com:/home/mysql_src/mysql-4.1
      f8f0c212
    • guilhem@gbichot2.local's avatar
      Fix for prepared statements: · 7db22b1e
      guilhem@gbichot2.local authored
      added setting of 'neg' in Item_param::set_time() (looks like the only forgotten
      member).
      It's the second place I find where 'neg' was forgotten.
      The symptom was unexpected negative times in the binary log when running
      tests/client_test.c (test_date() in fact):
      # at 43009
      #040210 15:46:42 server id 1  log_pos 43009     Query   thread_id=1     exec_time=0     error_code=0
      SET TIMESTAMP=1076424402;
      INSERT INTO test_date VALUES('2000-01-10 11:16:20','-11:16:20' etc
      7db22b1e