MXS-2508 Add test that reveals problem

This commit is contained in:
Johan Wikman
2020-03-02 20:48:25 +02:00
parent f66d7ca838
commit be3be3bf99

View File

@ -149,3 +149,7 @@ CREATE VIEW v1 AS select sql_no_cache T0001.SERVERNAME AS SERVERNAME, T0003.TABN
RESET QUERY CACHE;
RESET MASTER;
RESET SLAVE;
# MXS-2508
SELECT 10 DIV 2;
SELECT 10 MOD 2;