MXS-1389: Add tests for function use with columns
The test checks that only the functions that aren't allowed are blocked.
This commit is contained in:
@ -33,7 +33,7 @@ int main(int argc, char *argv[])
|
||||
FILE* file;
|
||||
|
||||
sprintf(rules_dir, "%s/fw/", test_dir);
|
||||
int N = 11;
|
||||
int N = 12;
|
||||
int i;
|
||||
|
||||
for (i = 1; i < N + 1; i++)
|
||||
|
||||
Reference in New Issue
Block a user