You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On a default install of a newer version of mariadb (10.1.24 in my case), running the tests results in:
mysql.exceptions.MySQLReceivedException@source/mysql/commands.d(104): MySQL error: You do not have the SUPER privilege and binary logging is enabled (you *might* want to use the less safe log_bin_trust_function_creators variable)
This can be worked around by doing SET GLOBAL log_bin_trust_function_creators = 1; on the db server, however, if at all possible, mysql-native should be fixed so that isn't required.