diff --git a/dlls/mysqlx/basic_sql.cpp b/dlls/mysqlx/basic_sql.cpp index 0695f72d..75d3c483 100644 --- a/dlls/mysqlx/basic_sql.cpp +++ b/dlls/mysqlx/basic_sql.cpp @@ -418,3 +418,4 @@ extern AMX_NATIVE_INFO g_BaseSqlNatives[] = {NULL, NULL}, }; + diff --git a/dlls/mysqlx/module.cpp b/dlls/mysqlx/module.cpp index ddc2064e..9841b1c3 100644 --- a/dlls/mysqlx/module.cpp +++ b/dlls/mysqlx/module.cpp @@ -17,4 +17,7 @@ void ServerDeactivate_Post() FreeAllHandles(Handle_OldResult); FreeAllHandles(Handle_OldDb); FreeAllHandles(Handle_Connection); + + RETURN_META(MRES_IGNORED); } +