Comment 1 for bug 880724

Revision history for this message
Igor Babaev (igorb-seattle) wrote :

The following query returns an unexpected result:

MariaDB [test]> SELECT t2.b FROM t2 LEFT JOIN v3 ON v3.a = t2.a;
ERROR 1030 (HY000): Got error 124 from storage engine

We have the same problems with SET SESSION join_cache_level = 4;