mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
a51f3b09bb
DbugParse(): removed mutex lock/unlock which should protect file writes only. And no file writes happen in this function. DbugFlush(): move mutex_unlock out of this method because fflush() doesn't need any locking. Slow stuff like mutex lock/unlock and accessing errno (TLS) is moved to a more narrow scope. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
dbug.c | ||
dbug_add_tags.pl | ||
dbug_long.h | ||
example1.c | ||
example2.c | ||
example3.c | ||
factorial.c | ||
main.c | ||
monty.doc | ||
my_main.c | ||
remove_function_from_trace.pl | ||
tests-t.pl | ||
tests.c | ||
user.r |