Tokutek / mysql-5.5

TokuDB for MySQL 5.5
http://www.tokutek.com/products/tokudb-for-mysql/
GNU General Public License v2.0
110 stars 38 forks source link

backup sets thd_proc_info incorrectly #5

Closed kuszmaul closed 11 years ago

kuszmaul commented 11 years ago

(Originally reported as https://github.com/Tokutek/backup-enterprise/issues/30)

in sql_backup.cc the thd_proc_info needs to be given a string that has long lifetime since it simply stores a pointer in the string for future use.

prohaska commented 11 years ago

fixed