Skip to content
Permalink
Browse files
MDEV-5313 Improve Audit API.
call in sql_acl.cc fixed.
  • Loading branch information
Alexey Botchkov committed Jan 17, 2019
1 parent cc18a5d commit 937c90c
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1367,7 +1367,7 @@ class User_table_json: public User_table
if (value_len)
json.append(',');
json.append('"');
json.append(STRING_WITH_LEN(key));
json.append(key);
json.append(STRING_WITH_LEN("\":"));
if (string)
json.append('"');

0 comments on commit 937c90c

Please sign in to comment.