summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTamas Bunth <tamas.bunth@collabora.co.uk>2018-12-29 15:22:56 +0100
committerAndras Timar <andras.timar@collabora.com>2019-01-06 09:04:33 +0100
commit371b9f748c104aed2a3420cf1d230ecdb0aa3422 (patch)
tree1da7b1427854365c9fe39e65f3b0438eb2d42539 /configure.ac
parent2b21e754cc41bb4aaf9a0c01638e06825eff780e (diff)
mysqlc: Fix result set metadata related issue
In order to allow fetching result of multiple result sets at time same time, all the data is fetched and copied on demand from the mysql result set. The mysql result set (MYSQL_RES) is freed afterwards. That means we need a copy of the meta information as well. Now all the meta data is stored in the driver for each result set, so it does not depend on the MYSQL_RES structure anymore. Also add test case for invoking some meta data queries before and after fetching the result set. Change-Id: Ie8bf993926ebe89cd362ab0b311d1f3d164b84df Reviewed-on: https://gerrit.libreoffice.org/65855 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions