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
CREATETABLEt0(c2 INT, c3 INT, PRIMARY KEY(c2));
INSERT INTO t0(c2) VALUES (1);
INSERT INTO t0(c2) VALUES (2);
SELECT c2 FROM t0 WHERE c2 ORDER BY DAYNAME(c3) ASC;
The following test case crashed go-mysql-server.
Here's my error trace:
I originally find this by building dolt from source version f400a12. It could also be reproduced in 1.26.1.
The text was updated successfully, but these errors were encountered: