Commit 937c90ce authored by Alexey Botchkov's avatar Alexey Botchkov

MDEV-5313 Improve Audit API.

call in sql_acl.cc fixed.
parent cc18a5db
...@@ -1367,7 +1367,7 @@ class User_table_json: public User_table ...@@ -1367,7 +1367,7 @@ class User_table_json: public User_table
if (value_len) if (value_len)
json.append(','); json.append(',');
json.append('"'); json.append('"');
json.append(STRING_WITH_LEN(key)); json.append(key);
json.append(STRING_WITH_LEN("\":")); json.append(STRING_WITH_LEN("\":"));
if (string) if (string)
json.append('"'); json.append('"');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment