#At file:///home/hf/work/mysql_common/60valgrind/
2810 Alexey Botchkov 2008-09-03
subselect_notembedded.test lack stack in the VALGRIND mode.
Default stack size increased
modified:
include/my_pthread.h
=== modified file 'include/my_pthread.h'
--- a/include/my_pthread.h 2008-06-05 16:11:22 +0000
+++ b/include/my_pthread.h 2008-09-03 05:59:37 +0000
@@ -670,7 +670,7 @@ extern int pthread_dummy(int);
*/
#define DEFAULT_THREAD_STACK (256*1024L)
#else
-#define DEFAULT_THREAD_STACK (192*1024)
+#define DEFAULT_THREAD_STACK (194*1024)
#endif
#endif
| Thread |
|---|
| • bzr commit into mysql-6.0 branch (holyfoot:2810) | Alexey Botchkov | 3 Sep |