446
446
INSERT INTO t1 VALUES(-128,0),(0,0),(127,255),('-128','0'),('0','0'),('127','255'),(-128.0,0.0),(0.0,0.0),(127.0,255.0);
447
447
# Test that we restored the mode checking properly after an ok query
448
448
SELECT MOD(col1,0) FROM t1 WHERE col1 > 0 LIMIT 2;