Skip to content
Snippets Groups Projects

Support for tracing query execution logs, added /trace endpoint

Merged Marek Vavrusa requested to merge query-trace into master
Compare and
37 files
+ 956
316
Compare changes
  • Side-by-side
  • Inline
Files
37
+ 1
0
@@ -15,6 +15,7 @@
#include <stdarg.h>
#include <stdbool.h>
#include <stdlib.h>
#ifdef CONFIG_UCW_CLEAN_ABI
#define assert_failed ucw_assert_failed
Loading