1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-22 17:44:29 +03:00
Files
mariadb/sql
unknown 1b0f0b0afc Fix for bug #4756 "STR_TO_DATE() returning bad results with AM/PM".
Added support of converion specifiers mentioned in manual but missing in code.


mysql-test/r/date_formats.result:
  Added tests of str_to_date() with new %T, %r and %V, %v conversion specifiers, and also 
  some other specifiers for which tests were missing previously.
mysql-test/t/date_formats.test:
  Added tests of str_to_date() and new %T, %r and %V, %v conversion specifiers, and also 
  some other specifiers for which tests were missing previously.
sql/item_timefunc.cc:
  Added support for %T, %r, %V, %v, %X, %x conversion specifiers to extract_date_time()
  function. Also simplified a bit calculation of dates from week number.
2004-08-06 10:01:29 +04:00
..
2003-12-18 18:12:00 +04:00
2004-04-05 13:56:05 +03:00
2004-05-24 14:42:34 +03:00
2004-07-28 10:49:21 +04:00
2004-03-15 16:32:53 +04:00
2004-03-15 16:32:53 +04:00
2004-07-09 10:55:16 +03:00
2004-06-23 12:29:05 +02:00
2004-07-30 16:08:19 +03:00
2004-05-16 14:48:32 +03:00
2004-05-16 14:48:32 +03:00
2004-04-07 04:33:58 +03:00
2004-03-04 08:50:37 +02:00
2004-01-20 20:55:47 +04:00
2004-07-16 13:21:58 +02:00
2004-06-28 20:01:11 +03:00
2004-05-16 14:48:32 +03:00
2004-03-05 19:49:50 +02:00
2004-06-23 12:36:07 +02:00
2004-07-21 22:44:12 +03:00
2004-03-16 22:41:30 +02:00
2004-06-21 10:21:20 +03:00
2004-03-25 23:29:45 +02:00
2004-06-23 12:29:05 +02:00
2004-05-05 17:05:24 +03:00
2004-06-02 19:17:35 +05:00
2004-05-27 16:32:49 +05:00
2004-08-01 17:21:55 +02:00
2004-05-12 02:38:57 +03:00
2004-06-23 12:36:07 +02:00
2004-03-16 22:41:30 +02:00
2003-12-19 16:34:48 +02:00
2004-06-23 12:36:07 +02:00
2004-06-25 21:56:23 +03:00
2004-06-23 12:36:07 +02:00
2004-07-20 00:53:24 +02:00
2004-07-21 22:44:12 +03:00
2004-07-21 22:44:12 +03:00
2004-07-20 00:53:24 +02:00
2004-03-30 02:32:41 +03:00
2004-07-21 22:44:12 +03:00
2004-03-15 12:53:27 +02:00
2004-02-11 00:06:46 +01:00
2004-07-21 19:17:07 +02:00
2004-07-11 12:16:25 +03:00
2004-05-25 16:05:33 +05:00
2004-03-19 14:35:00 +04:00
2004-07-09 10:55:16 +03:00
2004-06-24 18:46:41 +05:00
2004-06-27 01:32:52 +02:00
2003-12-17 17:35:34 +02:00
2004-04-26 21:07:14 +02:00