1. 29 Jun, 2007 1 commit
  2. 25 Jun, 2007 1 commit
    • holyfoot/hf@mysql.com/hfmain.(none)'s avatar
      Bug #29247 Double free in libmysqlclient_r when mysql restarted. · 43e0e17a
      holyfoot/hf@mysql.com/hfmain.(none) authored
      If one sets MYSQL_READ_DEFAULTS_FILE and MYSQL_READ_DEFAULT_GROUP options
      after mysql_real_connect() called with that MYSQL instance,
      these options will affect next mysql_reconnect then.
      As we use a copy of the original MYSQL object inside mysql_reconnect,
      and mysql_real_connect frees options.my_cnf_file and _group strings,
      we will free these twice when we execute mysql_reconnect with the
      same MYSQL for the second time.
      
      I don't think we should ever read defaults files handling mysql_reconnect.
      So i just set them to 0 for the temporary MYSQL object there/
      43e0e17a
  3. 22 Jun, 2007 3 commits
  4. 21 Jun, 2007 4 commits
  5. 20 Jun, 2007 5 commits
  6. 19 Jun, 2007 10 commits
  7. 18 Jun, 2007 10 commits
  8. 17 Jun, 2007 6 commits