Daniel Black
Daniel Black
Select * returns the entire row. In many statements here the entire row isn't needed. By requesting more data than is needed, optimizations where the data can be returned by...
#80, #111, #58 and https://travis-ci.org/grooverdan/oltpbench/jobs/214103058 show errors where the backtrace contains the titled text. Exposing the contents when this exception is called from the loader com.oltpbenchmark.api.BenchmarkModule.loadDatabase(BenchmarkModule.java:285) should make these errors...
25000 bytes seems to be the current docker hub limit.
alpine builds ok. e.g. https://doi-janky.infosiftr.net/job/multiarch/job/arm64v8/job/plone/ and https://doi-janky.infosiftr.net/job/multiarch/job/ppc64le/job/plone (alpine's ppc64le mariadb-embedded missing appears to have caught alpine in the middle of an update to 10.5.11). both these fail with: [0m[91mgcc: error...
With minor changes to the oltp_read_write adding a KILL connection results in sysbench leaking memory (quickly). sysbench files - https://gist.github.com/grooverdan/1c956eb324261adf1b093521f9d43542 sysbench-master-df89d34c410a2277e19f77e47e535d0890b2029b affected. mariadb-connector-c 3.2.7-1.fc36 used (no outstanding memory leak faults)....
With mybatis code like: ``` // annotated @Select({ "{call sptest.adder(", "#{addend1,jdbcType=INTEGER,mode=IN},", "#{addend2,jdbcType=INTEGER,mode=IN},", "#{sum,jdbcType=INTEGER,mode=OUT})}" }) @Options(statementType = StatementType.CALLABLE) Object adderAsSelectAnnotated(Parameter parameter); ``` The parameter types can be automaticly determined by the...
### Name and Version bitnami/mariadb-galera:10.5.9-debian-10-r57 ### What is the problem this feature will solve? Resolving stack traces for core dumps/segfaults (like [MDEV-29444](https://jira.mariadb.org/browse/MDEV-29444)) without a debug symbols is at least hard,...
In readme.md the version of php/apache/redis can easily map to the version numbers there. I can't see how 15.1 maps to a MariaDB or MySQL version. This was changed in...
[system versioned tables](https://mariadb.com/kb/en/system-versioned-tables/) hide away historical data, even from backups. It would be good if mydumper could backup these correctly. https://jira.mariadb.org/browse/MDEV-16029 and the links to mysqldump.c code (https://github.com/MariaDB/server/commit/d249761ae5a33de0011f7b56ae3934016cc16aac). To restore...
### 1. Why is this change necessary? Its a small simplification and reduces a complexity of maintenance. Also uses MariaDB pre-release images to avoid unexpected regressions. mariadb-devel:verylatest corresponds to a...