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 /unittest/strings | |
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 'unittest/strings')
-rw-r--r-- | unittest/strings/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unittest/strings/CMakeLists.txt b/unittest/strings/CMakeLists.txt index 245747538c9..0896e132d24 100644 --- a/unittest/strings/CMakeLists.txt +++ b/unittest/strings/CMakeLists.txt @@ -1,3 +1,3 @@ -MY_ADD_TESTS(strings LINK_LIBRARIES strings mysys) +MY_ADD_TESTS(strings json LINK_LIBRARIES strings mysys) |