Skip to content

fix for mysql >= 8

Tango-Controls Bot requested to merge github/fork/zebastian/master into master

Created by: zebastian

this patch creates compatibility with mysql client version 8, which removed the my_bool definition the polyfill checks for the version and leaves out the definition for previous versions, see also in code comments

Merge request reports