1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

Merge fix.

mysql-test/r/func_test.result:
  Merge fix. (Curse BitMover!)
This commit is contained in:
unknown
2006-11-06 23:02:40 -05:00
parent 31a3edf1e2
commit e3f0e67b8f

View File

@ -256,6 +256,7 @@ NULL
NULL
select mod(NULL, 2.0) as 'NULL';
NULL
NULL
create table t1 (a int, b int);
insert into t1 values (1,2), (2,3), (3,4), (4,5);
select * from t1 where a not between 1 and 2;