1. 30 Jun, 2006 1 commit
    • kroki@mysql.com's avatar
      bug #20152: mysql_stmt_execute() overwrites parameter buffers · 79ca4c1d
      kroki@mysql.com authored
      When using a parameter bind MYSQL_TYPE_DATE in a prepared statement,
      the time part of the MYSQL_TIME buffer was written to zero in
      mysql_stmt_execute(). The param_store_date() function in libmysql.c
      worked directly on the provided buffer.
      Changed to use a copy of the buffer.
      79ca4c1d
  2. 27 Jun, 2006 1 commit
  3. 26 Jun, 2006 4 commits
  4. 23 Jun, 2006 1 commit
    • bar@mysql.com's avatar
      Bug#11228: DESC shows arbitrary column as "PRI" · cfb08851
      bar@mysql.com authored
        An UNIQUE KEY consisting of NOT NULL columns
        was displayed as PRIMARY KEY in "DESC t1".
        According to the code, that was intentional
        behaviour for some reasons unknown to me.
        This code was written before bitkeeper time,
        so I cannot check who and why made this.
        After discussing on dev-public, a decision
        was made to remove this code
      cfb08851
  5. 22 Jun, 2006 2 commits
  6. 21 Jun, 2006 6 commits
  7. 20 Jun, 2006 5 commits
  8. 19 Jun, 2006 10 commits
  9. 18 Jun, 2006 1 commit
  10. 17 Jun, 2006 3 commits
  11. 16 Jun, 2006 3 commits
  12. 15 Jun, 2006 3 commits