1
0
mirror of https://github.com/MariaDB/server.git synced 2025-10-19 21:09:40 +03:00
Files
mariadb/mysql-test/t
gkodinov/kgeorge@macbook.gmz a7af53838a Bug #25643: SEC_TO_TIME function problem
Checking for NULL before calling the val_xxx()
 methods only checks for such arguments that are 
 known to be NULLs at compile time. 
 The arguments that may or may not contain
 NULLs (e.g. function calls and possibly others)
 are not checked at all.
 Fixed by first calling the val_xxx() method and
 then checking for null in SEC_TO_TIME().
 In addition QUARTER() was not returning 0 (as all the 
 val_int() functions do when processing a NULL value).
2007-01-30 17:43:34 +02:00
..
2006-05-29 16:27:45 +02:00
2006-06-17 02:57:50 +04:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2007-01-05 14:02:50 +02:00
2006-11-29 13:56:59 -05:00
2007-01-23 10:11:53 -08:00
2006-06-14 23:54:08 +04:00
2006-11-20 22:42:06 +02:00
2006-12-07 15:22:43 +04:00
2006-11-20 22:42:06 +02:00
2006-11-20 22:42:06 +02:00
2006-11-15 10:23:27 +01:00
2007-01-03 12:16:03 -08:00
2006-08-21 14:20:03 +04:00
2006-11-15 10:23:27 +01:00
2006-12-26 20:22:16 +04:00
2006-12-04 14:05:27 +03:00
2006-05-29 19:07:35 +04:00
2006-11-20 22:42:06 +02:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2006-09-21 00:59:48 +02:00
2006-12-11 18:52:24 -07:00
2006-11-20 22:42:06 +02:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-08-30 13:20:39 -07:00
2006-11-20 22:42:06 +02:00
2006-12-18 10:22:48 +01:00
2006-12-04 14:26:05 +02:00
2006-10-05 12:41:26 +02:00