1. 01 Mar, 2006 1 commit
    • andrey@lmy004.'s avatar
      fix problem · fe72d66c
      andrey@lmy004. authored
      Error: Freeing unallocated data at line 900, 'sql_db.cc'
      (
       DROP DATABASE frees thd->db for everything but thd->slave_thread=1
       however we are not slave thread and more bugs could appear if we 
       pretend to be, then we will be good boys and just strdup the value.
       If not DROP DATABASE then THD::~THD() will free the value.
      )
      fe72d66c
  2. 28 Feb, 2006 26 commits
  3. 27 Feb, 2006 13 commits