MXS-1389: Add test for uses_function

The test uses a uses_function type rule to restrict access to the name and
address columns.
This commit is contained in:
Markus Mäkelä
2017-09-07 15:38:54 +03:00
parent bca1e34d27
commit 1e2e43a96e
5 changed files with 19 additions and 2 deletions

View File

@ -20,7 +20,7 @@ int main(int argc, char *argv[])
char rules_dir[4096];
sprintf(rules_dir, "%s/fw/", test_dir);
int N = 12;
int N = 13;
int i;
Test->stop_maxscale();