1. 12 Aug, 2004 1 commit
    • vva@eagle.mysql.r18.ru's avatar
      fixed Bug #4358 Problem with HAVING clause that uses alias · 54067096
      vva@eagle.mysql.r18.ru authored
             from the select list and TEXT field 
      
      make setup_copy_fields to insert Item_copy_string for blobs in 
      the beginning of the copy_funcs (push_back instead of push_front)
      
      the thing is that Item_copy_string::copy for function can call 
      Item_copy_string::val_int for blob via Item_ref.
      But if Item_copy_string::copy for blob isn't called before, 
      it's value will be wrong.
      
      So all the Item_copy_string::copy for blobs should be called before 
      Item_copy_string::copy for functions.
      54067096
  2. 28 Jun, 2004 1 commit
  3. 27 Jun, 2004 2 commits
  4. 25 Jun, 2004 7 commits
  5. 24 Jun, 2004 6 commits
  6. 23 Jun, 2004 3 commits
  7. 22 Jun, 2004 10 commits
  8. 21 Jun, 2004 3 commits
  9. 20 Jun, 2004 1 commit
  10. 19 Jun, 2004 1 commit
    • heikki@hundin.mysql.fi's avatar
      mem0dbg.c: · 3cd6299b
      heikki@hundin.mysql.fi authored
        InnoDB with UNIV_MEM_DEBUG did not compile because a global variable was forgotten when we put back mem_print_info() functions 2 days ago; add that variable
      3cd6299b
  11. 18 Jun, 2004 5 commits