replaced depricated MySQL function
This commit is contained in:
parent
4c56f5126f
commit
92dde6a12b
@ -532,7 +532,7 @@ static int env_close (lua_State *L) {
|
||||
lua_pushboolean (L, 0);
|
||||
return 1;
|
||||
}
|
||||
mysql_server_end();
|
||||
mysql_library_end();
|
||||
env->closed = 1;
|
||||
lua_pushboolean (L, 1);
|
||||
return 1;
|
||||
|
Loading…
x
Reference in New Issue
Block a user