Go to file
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
.github NPOTB: Add basic issue template for new GH issues. 2018-04-05 22:20:49 -07:00
bridge/include 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
configs Allow setting multiple chat trigger characters (PR #449, bug 4341, bug 5668) 2016-10-04 16:34:42 +01:00
core Fix oops with SetConVarBounds. 2018-06-03 12:36:58 -04:00
editor Added AMXX Pawn geshi generation script. 2010-08-23 13:53:44 -04:00
extensions MySQL: Support multiple result sets in prepared queries (#825) 2018-06-05 18:33:33 +01:00
gamedata Update BM:S gamedata. 2018-05-06 12:17:47 -04:00
loader 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
plugins Fix CompileRegex not actually setting a valid error code. (#775) 2018-05-28 13:59:43 -04:00
public Update SourcePawn. 2018-05-31 23:13:36 -07:00
sourcepawn@daca6d3326 Update SourcePawn. 2018-05-31 23:13:36 -07:00
tools Use MySQL 5.5 for MySQL extension. (#786) 2018-03-20 17:12:30 -04:00
translations Add internationalization to basechat and fix CS:GO colours (#674) 2017-12-30 12:25:32 -08:00
versionlib 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
.arcconfig Add a .arcconfig file so that arc works 2013-10-15 22:57:59 +01:00
.gitignore Update to the latest SourcePawn revision. 2015-08-18 09:51:24 -07:00
.gitmodules Use upstream SourcePawn as a submodule. 2015-03-15 16:38:38 -07:00
.travis.yml NPOTB: Remove unsupported packages line from Travis-CI. 2017-10-10 12:00:11 -07:00
AMBuildScript Fix MySQL extension build using vs2015 (#824) 2018-06-05 09:29:11 -04:00
changelog.txt Triggering a build. 2011-04-13 19:05:41 -05:00
configure.py 64-bit support for CSGO on Linux and macOS (#705) 2017-12-20 01:56:23 -06:00
product.version Roll version. >_> 2017-12-18 20:39:57 -05:00
pushbuild.txt Test build. 2017-12-18 21:00:04 -05:00
README.md Update links in README. 2017-08-23 09:52:31 -04:00

SourceMod

General

Development