diff options
| author | Darkelarious <darkelarious@333networks.com> | 2016-11-20 19:30:58 +0100 |
|---|---|---|
| committer | Darkelarious <darkelarious@333networks.com> | 2016-11-20 19:30:58 +0100 |
| commit | 702d1898b012d6d992d66b996508610890bf2963 (patch) | |
| tree | 9556d890c4afdb7062f5b63277aa6b3d5c5d9d03 /README | |
| parent | c3f8d65a4fb1f5674557ee67cf7f74369df86ad1 (diff) | |
| download | MasterServer-Perl-702d1898b012d6d992d66b996508610890bf2963.tar.gz MasterServer-Perl-702d1898b012d6d992d66b996508610890bf2963.zip | |
Restore SQLite support
Diffstat (limited to 'README')
| -rwxr-xr-x | README | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -213,11 +213,9 @@ KNOWN ISSUES There are a few known issues that will be resolved in future versions. The following issues are listed and do not need to be reported. - Only Postgresql works. When any other database type is selected, the script - either crashes, generates a lot of errors or does not process any game - servers. This is the result of attempting to unify the database type functions - that failed. Sadly, many of the reference functions and time functions are not - compatible with each other. An update where this is fixed will follow. + MySQL does not work with this masterserver version. When any database type + other than Postgresql or SQLite3 is selected, the script either crashes. An + update where this is fixed will follow late 2016 or early 2017. Slow database: currently, database requests are blocking. On slow hardware, these requests may take enough time to miss/deny incoming beacons and list |
