mirror of
https://github.com/MariaDB/server.git
synced 2026-05-04 22:25:32 +02:00
MDEV-5313 Improving audit api.
JSON api implementations and tests pushed. sql_acl.cc fixed with the new function names.
This commit is contained in:
parent
edba047080
commit
294d9bf248
10 changed files with 174 additions and 127 deletions
|
|
@ -425,10 +425,6 @@ int json_path_compare(const json_path_t *a, const json_path_t *b,
|
|||
|
||||
int json_valid(const char *js, size_t js_len, CHARSET_INFO *cs);
|
||||
|
||||
int json_get_object_by_key(const char *js, size_t js_len,
|
||||
const char *key, size_t key_len,
|
||||
enum json_value_types *value_type,
|
||||
const char **value_start, size_t *value_len);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue