1
0
mirror of https://github.com/MariaDB/server.git synced 2025-11-05 01:43:31 +03:00
Files
mariadb/sql
Ramil Kalimullin df0b8e93f5 Fix for bug#47963: Wrong results when index is used
Problem: using null microsecond part in a WHERE condition 
(e.g. WHERE date_time_field <= "YYYY-MM-DD HH:MM:SS.0000") 
may lead to wrong results due to improper DATETIMEs 
comparison in some cases.

Fix: comparing DATETIMEs as strings we must trim trailing 0's
in such cases.
2009-10-18 21:26:55 +05:00
..
2009-09-29 17:38:40 +02:00
2009-09-29 17:38:40 +02:00
2009-09-29 17:38:40 +02:00
2009-10-09 09:56:07 +02:00
2008-12-12 15:13:11 +04:00
2009-08-28 18:21:54 +02:00
2009-09-24 16:28:13 +03:00
2009-09-10 15:30:03 +05:00
2009-06-01 16:00:38 +04:00
2009-02-07 16:50:31 +01:00
2009-08-28 18:21:54 +02:00
2009-09-29 17:38:40 +02:00
2008-11-27 12:33:04 +01:00
2009-10-08 16:21:07 +03:00
2009-07-28 22:44:28 +04:00
2008-11-22 01:10:38 +01:00
2008-11-22 01:10:38 +01:00
2008-08-25 21:18:22 +04:00
2009-06-01 16:00:38 +04:00
2008-07-15 21:46:02 +04:00
2009-09-29 17:38:40 +02:00
2009-09-29 17:38:40 +02:00
2008-07-03 23:41:22 +04:00
2008-07-03 23:41:22 +04:00
2009-04-29 07:59:10 +05:00
2009-04-29 07:59:10 +05:00
2009-04-29 07:59:10 +05:00
2009-08-28 18:21:54 +02:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2008-12-10 18:16:21 +04:00
2009-09-17 17:25:52 +02:00
2009-06-17 16:56:44 +02:00
2009-10-16 16:11:21 +03:00
2009-10-14 18:20:01 +02:00
2009-01-14 18:50:51 +04:00
2009-05-15 12:11:07 +05:00
2009-06-29 16:00:47 +02:00
2009-06-17 16:56:44 +02:00
2009-06-17 16:56:44 +02:00
2009-09-17 17:25:52 +02:00
2009-06-17 16:56:44 +02:00
2009-07-31 15:28:15 -04:00