1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00
Files
mariadb/sql
unknown 2b35fee8ab Bug#23411: ... MOD-ing zero returns strange result
The Item_func_mod objects never had maybe_null set, so users had no reason 
to expect that they can be NULL, and may therefore deduce wrong results.
Now, set maybe_null.


mysql-test/r/func_test.result:
  Verify that the predictions are true.
mysql-test/t/func_test.test:
  Verify that the predictions are true.
sql/item_func.cc:
  MOD functions may be NULL.
2006-11-06 17:13:19 -05:00
..
2005-09-30 14:03:55 +02:00
2006-09-20 09:46:12 -07:00
2005-09-12 18:48:17 +03:00
2005-06-21 04:24:21 -07:00
2006-06-17 02:11:12 +04:00
2005-03-17 10:59:25 +04:00
2006-07-04 17:40:40 +05:00
2005-11-01 13:00:02 +02:00
2006-07-04 17:40:40 +05:00
2004-12-14 03:36:19 +03:00
2005-05-18 22:14:08 +02:00
2006-09-04 13:43:34 +02:00
2004-11-08 01:13:54 +02:00
2005-12-13 18:30:10 +02:00