Daniel Black

Results 244 comments of Daniel Black

There's no more 11.3 releases coming (https://mariadb.com/kb/en/mariadb-11-3-2-release-notes/) so updated to 11.4 (LTS) Tests now passing :relieved:

@sudo-Tiz , just going through PRs and it looks like https://github.com/MariaDB/server/commit/288ea9e146a238872998d7089070e82f39272728#diff-4cced5819e96bfdff765ccc8d3002156f4d80473e76743d8760582dbcee79fceR1586 has been commit that fixes this also. Can you check it works correctly? Sorry your PR didn't get noticed...

Should be possible to add to mysql-test/main/auto_increment_ranges.inc. This is included by the auto_increment_ranges_innodb and auto_increment_ranges_myisam tests. From the test results here, tests innodb.innodb-autoinc-44030 vcol.innodb_autoinc_vcol innodb.autoinc_persist main.alter_table_autoinc-5574 also need to be...

push_warning_printf still can be used in MyISAM/Aria. Its not used frequently but still can be.

@PhysicsTing I suspect you're still after feedback on this approach. We could also leave this to a non-mtr test in bb. Are you committed to a MTR approach?

If you have a connection and are tracking the [session_track_system_variables](https://mariadb.com/kb/en/server-system-variables/#session_track_system_variables)=[redirect_url](https://mariadb.com/kb/en/server-system-variables/#redirect_url) variable you'll get a server instigated redirect notice in the protocol on a result. It seems server shutdown could force...

pushed to [bb-10.4-MDEV-19210-environment-file-pkgtest](https://buildbot.mariadb.org/#/grid?branch=bb-10.4-MDEV-19210-environment-file-pkgtest) to create files for testing. A 11.3/11.4 might be a more realistic target.

@eworm-de hi, Started testing on https://github.com/MariaDB/mariadb.org-tools/blob/master/daniel/MDEV-19210 - so an alma linux I just want to make sure I've covered main test cases: * galera_new_cluster * nodes can join * add...

> > @eworm-de hi, > > Started testing on https://github.com/MariaDB/mariadb.org-tools/blob/master/daniel/MDEV-19210 - so an alma linux > > I just want to make sure I've covered main test cases: > >...

> Rebased to rename `galera_new_cluster.sh` to `galera_new_cluster.sh.in` as it is a template now. not sure why, .sh files where templated just fine. Reverted by pushing.