summaryrefslogtreecommitdiffstats
path: root/sql/my_json_writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/my_json_writer.h')
-rw-r--r--sql/my_json_writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/my_json_writer.h b/sql/my_json_writer.h
index 87d1a7fa..a581899a 100644
--- a/sql/my_json_writer.h
+++ b/sql/my_json_writer.h
@@ -407,7 +407,7 @@ public:
virtual ~Json_writer_struct() = default;
#endif
- bool trace_started() const
+ inline bool trace_started() const
{
return my_writer != 0;
}