lock manager and chunk allocation mutex modificationsw
[csql.git] / test / system / config / conftest1.c
blob7598378dfd12430916e16fc36b478ee78feeb708
1 #include<CSql.h>
2 int main()
4 Connection conn;
5 DbRetVal rv = OK;
6 os::setenv("CSQL_CONFIG_FILE", "./noexistcsql.conf");
7 rv = conn.open("root", "manager");
8 if (rv == OK) return 1;
9 return 0;