Comment 3 for bug 1704301

Revision history for this message
Andrew Garner (muzazzi) wrote :

Yes, I always crash mysqld with an empty table - no dml. This happens after a short time running this in a loop:

#!/bin/bash

set -e

while true; do
mysql < migration_crasher.sql
done

I'm not sure this bug report is valid - at least, MySQL confirmed the bug (again 5.7.19; https://bugs.mysql.com/bug.php?id=85043), but made apparently it private.

MariaDB confirmed the bug and already committed a fix some time ago.