diff options
author | Alexey Botchkov <holyfoot@askmonty.org> | 2019-01-17 03:52:52 +0400 |
---|---|---|
committer | Alexey Botchkov <holyfoot@askmonty.org> | 2019-01-17 03:52:52 +0400 |
commit | 294d9bf2484abfd3409d4ac25a3b3b695d66b0ec (patch) | |
tree | d7b2d2b1e9ab9714ff9655a1e940f6195236d50c /include/json_lib.h | |
parent | edba0470803bf2277b5509af3b978f042c0b7204 (diff) | |
download | mariadb-git-294d9bf2484abfd3409d4ac25a3b3b695d66b0ec.tar.gz |
MDEV-5313 Improving audit api.
JSON api implementations and tests pushed.
sql_acl.cc fixed with the new function names.
Diffstat (limited to 'include/json_lib.h')
-rw-r--r-- | include/json_lib.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/json_lib.h b/include/json_lib.h index 0f8cff79a32..a3475385ee6 100644 --- a/include/json_lib.h +++ b/include/json_lib.h @@ -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 |