• unknown's avatar
    Fix Bug#11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO query" · 594d2221
    unknown authored
    
    mysql-test/r/sp.result:
      update result
    mysql-test/t/sp.test:
      Add test for Bug #11333 "Stored Procedure: Memory blow up on repeated SELECT ... INTO query"
    sql/item.cc:
      we should call destructors for Items before reuse
    sql/item.h:
      Add new method and constructor for Item_string.
    sql/sp_head.cc:
      String allocation should be done on the system heap for now.
    594d2221
item.h 67.2 KB