mirror of
https://github.com/MariaDB/server.git
synced 2025-12-28 00:01:00 +00:00
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_add_tags.pl | ||
| dbug_long.h | ||
| dbug.c | ||
| 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 | ||