FS-4883 --resolve I can add this but if it leads to issues in the loaded code we may not have resoures to investigate

This commit is contained in:
Anthony Minessale
2012-11-29 08:58:44 -06:00
parent a9267b1faf
commit 081e261956
10 changed files with 135 additions and 0 deletions
@@ -65,6 +65,7 @@ namespace LUA {
bool test_reactive(char *test_sql, char *drop_sql = NULL, char *reactive_sql = NULL);
bool query(char *sql, SWIGLUA_FN lua_fun);
int affected_rows();
int load_extension(const char *extension);
};
}
#endif