1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-07 06:01:31 +03:00
Files
mariadb/sql
Oystein Grovlen 7a8515cc20 Bug#57512 str_to_date crash...
str_to_date function should only try to generate a warning for
invalid input strings, not when input value is NULL. In latter
case, val_str() of input argument will return a nil pointer.
Trying to generate a warning using this pointer lead to a
segmentation fault. Solution: Only generate warning when pointer
to input string is non-nil.


mysql-test/r/func_time.result:
  Added test case for Bug#57512
mysql-test/t/func_time.test:
  Added test case for Bug#57512
sql/item_timefunc.cc:
  Skip generating warning when pointer to input string is nil
  since this implies that input argument was NULL.
2010-10-20 15:17:29 +02:00
..
2010-08-16 14:50:27 +02:00
2010-09-29 17:26:32 +03:00
2010-07-25 19:30:18 +02:00
2010-05-24 14:51:59 +02:00
2010-05-28 19:53:26 -03:00
2010-03-31 16:05:33 +02:00
2010-07-30 16:56:57 +03:00
2010-08-13 14:20:49 +03:00
2010-09-09 16:43:45 +04:00
2010-10-06 13:02:11 +03:00
2010-08-30 11:36:04 +04:00
2010-08-30 11:36:04 +04:00
2010-10-07 12:17:08 +04:00
2010-10-08 18:06:31 +04:00
2010-03-31 16:05:33 +02:00
2010-08-12 17:50:23 +04:00
2010-10-09 18:18:16 +08:00
2010-09-28 19:15:58 +04:00
2010-09-29 17:26:32 +03:00
2010-10-04 15:42:16 +03:00
2010-08-30 18:07:40 +04:00
2010-09-16 16:20:35 +04:00
2010-06-11 10:15:55 +02:00
2010-10-04 15:42:16 +03:00
2010-04-13 19:04:45 +04:00
2010-10-09 18:18:16 +08:00
2010-03-31 16:05:33 +02:00
2010-09-06 17:04:32 +02:00
2010-10-12 14:07:13 +04:00
2010-10-12 14:07:13 +04:00
2010-07-13 10:39:24 +02:00
2010-08-31 13:59:51 +04:00
2010-09-27 16:55:09 +04:00
2010-09-29 14:48:57 +03:00
2010-08-26 14:17:27 +04:00
2010-08-12 20:44:41 +04:00
2009-09-10 03:18:29 -06:00
2010-10-04 15:42:16 +03:00
2009-12-03 21:37:38 +03:00