drrtuy
9038f0df09
feat(plugin): All InnoDB queries are pushed down to Columnstore if columnstore_innodb_queries_uses_mcs = ON in the configuration before server start
2025-05-29 19:05:34 +01:00
drrtuy
c9f9cf8988
fix(CES): Server doesn't terminate MDB client connection that it did previously delivering incomplete result set
2025-04-15 15:06:49 +01:00
Leonid Fedorov
04752ec546
clang format apply
2022-01-21 16:43:49 +00:00
jmrojas2332
1c0afc95bc
MCOL 2072 Query Stats supress warning when calling libmysql::run
2019-12-04 15:02:50 +00:00
Andrew Hutchings
ccca4e1347
MCOL-1885 Fix libmysql error handling
...
If an error occurs in mysql_real_query() it fell through and tried to
get a result set anyway. This caused the MariaDB error message to be
forgotten and a generic one returned instead.
This fix returns the query error message and also uses the int error
code for generic errors instead of casting it to an unsigned int.
2018-11-13 17:22:36 +00:00
Andrew Hutchings
8c90419852
Fix merge and coding style issues
2018-06-22 15:31:31 +01:00
Andrew Hutchings
7ca289ded9
Merge branch 'develop-1.1' into 1.1-merge-up-20180621
2018-06-22 14:51:20 +01:00
Andrew Hutchings
0d7c0f7ae4
Merge branch 'develop-1.1' into dev-merge-up-20180202
2018-02-02 14:53:36 +00:00
Roman Nozdrin
631ba8ff64
MCOL-497 Use CrossEngineSettings section of the XML config for cross-engine connections' TLS settings.
2018-01-06 16:48:27 +03:00
Roman Nozdrin
fbd081dbf1
MCOL-497 securing mysql connection with TLS in crossengine and querystats code.
2017-12-19 08:21:55 +03:00