1
0
mirror of https://github.com/MariaDB/server.git synced 2025-05-28 13:01:41 +03:00
Christopher Powers 53e8dc26ef Bug #48739 MySQL crashes on specific INTERVAL in select query
Fixed crash caused by x64 int/long incompatibility introduced
in Bug #29125.


sql/item_timefunc.cc:
  Fixed crash caused by int/long incompatibility on x64 systems.
                  
  Changed two "uint" casts and a "long" declartion to "int" in order to
  ensure that the integer sign is preserved.
                  
  See Bug #48739 for details.
2010-02-25 09:49:09 -06:00
..
2008-12-17 15:01:34 -05:00
2008-07-14 16:16:37 -04:00
2008-07-10 14:47:53 -04:00
2007-11-05 20:18:22 +01:00
2009-11-03 19:58:54 +03:00
2009-02-06 18:25:08 +01:00
2009-04-01 16:02:26 +05:00
2009-03-19 09:44:58 -04:00
2009-11-03 19:58:54 +03:00
2008-07-10 14:50:07 -04:00
2008-01-23 13:26:41 -07:00
2010-02-01 13:40:16 +02:00
2009-11-03 19:58:54 +03:00
2007-07-01 15:33:28 -07:00
2009-03-19 09:44:58 -04:00
2009-12-14 00:58:16 +01:00
2009-11-03 19:58:54 +03:00
2009-08-21 17:10:55 +03:00
2009-06-29 15:17:01 +02:00