Re: [Maria-developers] [patch 08/11] Fix Valgrind warning of uninitialized data.

2009-04-08 Thread Michael Widenius
Hi! > "knielsen" == knielsen writes: knielsen> After implementing pool_of_threads, the thd->connect_utime and thd-> start_utime are not always correctly initialized (depending on knielsen> which thread model is used). knielsen> === modified file 'sql/mysqld.cc' knielsen> --- knielsen> sq

[Maria-developers] [patch 08/11] Fix Valgrind warning of uninitialized data.

2009-04-07 Thread knielsen
After implementing pool_of_threads, the thd->connect_utime and thd->start_utime are not always correctly initialized (depending on which thread model is used). === modified file 'sql/mysqld.cc' --- sql/mysqld.cc|1 + sql/scheduler.cc |1 + 2 files changed, 2 insertions(+) Index: sql/