mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
MDEV-5313 Improving audit api.
Service added to handle json.
This commit is contained in:
@@ -174,11 +174,11 @@ enum json_value_types
|
||||
{
|
||||
JSON_VALUE_OBJECT=1,
|
||||
JSON_VALUE_ARRAY=2,
|
||||
JSON_VALUE_STRING,
|
||||
JSON_VALUE_NUMBER,
|
||||
JSON_VALUE_TRUE,
|
||||
JSON_VALUE_FALSE,
|
||||
JSON_VALUE_NULL
|
||||
JSON_VALUE_STRING=3,
|
||||
JSON_VALUE_NUMBER=4,
|
||||
JSON_VALUE_TRUE=5,
|
||||
JSON_VALUE_FALSE=6,
|
||||
JSON_VALUE_NULL=7
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user