event_timestamp = "FROM_UNIXTIME(${event_timestamp_epoch})"
+#######################################################################
+# Conection setup query
+#######################################################################
+# This query is run on each new connection when it is first opened.
+# Typically used for setting connection options and not expected
+# to return any results.
+# With MySQL / MariaDB it can be necessary to amend the transaction
+# isolation level to prevent gap locks creating deadlocks.
+# open_query = "SET TRANSACTION ISOLATION LEVEL READ COMMITTED"
+
#######################################################################
# Authorization Queries
#######################################################################