1
0
mirror of https://github.com/MariaDB/server.git synced 2025-09-02 09:41:40 +03:00
Files
mariadb/dbug
Jon Olav Hauglid 4776282bed Bug #57274 SET GLOBAL debug crashes on Solaris in embedded server mode
(variables_debug fails)

The problem was that "SET GLOBAL debug" could cause a crash on Solaris.
The crash happened if the server failed to open the trace file given in 
the "SET GLOBAL debug" statement. This caused an error message to be
printed to stderr containing the process name. However, printing to
stderr crashed the server since the pointer to the process name had
not been initialized.

This patch fixes the problem by initializing the process name 
properly when doing "SET GLOBAL debug".

No test case added as this bug was repeatable with existing test
coverage in variables_debug.test.
2010-10-19 10:19:57 +02:00
..
2000-07-31 21:29:14 +02:00
2000-07-31 21:29:14 +02:00
2004-11-11 14:42:35 +01:00
2004-11-11 14:42:35 +01:00
2004-11-11 14:42:35 +01:00
2000-07-31 21:29:14 +02:00
2004-11-11 14:42:35 +01:00
2000-07-31 21:29:14 +02:00
2006-02-14 22:36:11 +01:00
2000-07-31 21:29:14 +02:00
2001-09-14 02:54:33 +03:00
2000-07-31 21:29:14 +02:00