sourcemod/extensions
peace-maker 6fcb411fe4 MySQL: Support multiple result sets in prepared queries (#825)
Prepared statements can return multiple result sets since MySQL 5.5. That can happen when calling stored procedures using `CALL x();`.

This change removes the previous caching of result bindings, since the number of fields in a result can differ from result set to result set. This could potentially have a negative impact on prepared statements always only returning one result set, since the result binding buffers are recreated everytime the statement is executed instead of once. That difference should be negligible.

Fixes #823.
2018-06-05 18:33:33 +01:00
..
bintools 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
clientprefs Migrate extensions to common AMTL string funcs (#785) 2018-03-25 13:00:53 -07:00
cstrike Migrate extensions to common AMTL string funcs (#785) 2018-03-25 13:00:53 -07:00
curl 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
geoip Migrate extensions to common AMTL string funcs (#785) 2018-03-25 13:00:53 -07:00
mysql MySQL: Support multiple result sets in prepared queries (#825) 2018-06-05 18:33:33 +01:00
regex Fix CompileRegex not actually setting a valid error code. (#775) 2018-05-28 13:59:43 -04:00
sdkhooks Allow -1/null for attacker and inflictor for OTD (bug 6494). 2018-03-28 21:10:32 -04:00
sdktools Migrate extensions to common AMTL string funcs (#785) 2018-03-25 13:00:53 -07:00
sqlite Update SQLite to version 3.22.0 (#783) 2018-03-19 19:09:12 -04:00
structs Deduplicate a number of files used by extensions by moving them to the public directory (bug 5341, r=psychonic). 2014-04-23 21:19:28 -05:00
tf2 Fix Linux and macOS builds. 2017-12-20 02:13:56 -06:00
topmenus 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
updater 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00