Keyur Govande
f2eadb93b9
Fix for bugs #68114 (Build fails on OS X due to undefined symbols)
...
and #68657 (Reading 4 byte floats with Mysqli and libmysqlclient
has rounding errors).
The patch removes support for Decimal floating point numbers and
now defaults to using similar logic as what libmysqlclient does:
convert a 4 byte floating point number into a string, and then the
string into a double. The quirks of MySQL are maintained as seen in
Field_Float::val_str()
2015-01-07 22:45:23 +00:00
..
2014-01-03 11:06:16 +08:00
2014-05-08 02:00:23 -07:00
2015-01-02 10:14:12 +01:00
2014-08-12 11:50:55 +02:00
2014-01-03 11:06:16 +08:00
2014-12-16 10:15:17 -08:00
2014-12-08 11:06:12 +00:00
2014-01-03 11:06:16 +08:00
2014-08-17 21:33:41 +03:00
2014-01-03 11:06:16 +08:00
2014-08-17 15:48:22 +03:00
2014-11-24 16:14:17 +01:00
2015-01-04 17:05:42 +01:00
2014-07-02 22:38:27 +02:00
2014-07-08 15:04:09 -07:00
2015-01-04 21:07:57 -08:00
2014-11-21 13:56:49 +01:00
2014-11-03 11:42:15 -08:00
2014-03-12 14:16:18 +01:00
2014-12-25 06:20:52 -05:00
2014-01-03 11:06:16 +08:00
2014-04-10 17:43:09 +03:00
2014-11-30 17:09:53 -08:00
2014-08-17 15:48:22 +03:00
2014-09-28 12:25:24 -07:00
2014-06-09 07:07:07 +02:00
2014-11-27 13:37:00 +01:00
2014-12-08 12:20:01 +03:00
2014-01-03 11:06:16 +08:00
2014-06-20 13:57:38 +04:00
2015-01-07 22:45:23 +00:00
2015-01-07 22:45:23 +00:00
2014-02-24 17:02:16 -08:00
2014-10-07 21:17:36 +00:00
2014-12-19 21:42:42 +01:00
2014-12-16 08:37:48 +01:00
2014-12-12 18:16:12 +01:00
2014-12-30 16:50:22 +01:00
2014-11-29 11:38:57 +01:00
2014-01-03 11:06:16 +08:00
2014-04-28 12:13:44 +03:00
2015-01-05 12:11:16 +01:00
2014-01-03 11:06:16 +08:00
2014-05-26 22:17:29 -07:00
2014-11-11 16:25:31 -08:00
2014-01-03 11:06:16 +08:00
2014-12-30 17:47:19 +00:00
2014-11-23 16:09:24 -08:00
2014-04-14 15:45:53 -07:00
2014-01-03 11:06:16 +08:00
2014-09-28 23:25:47 -03:00
2014-01-03 11:06:16 +08:00
2014-10-04 20:06:02 +02:00
2014-09-08 19:25:14 +00:00
2014-01-03 11:06:16 +08:00
2014-08-24 00:09:00 +02:00
2013-10-14 14:18:43 +02:00
2014-01-03 11:06:16 +08:00
2014-11-11 16:22:49 +08:00
2014-11-10 10:42:57 -08:00
2014-12-05 10:10:10 +01:00
2014-12-05 15:43:53 +01:00
2015-01-07 22:45:23 +00:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-01-03 11:06:16 +08:00
2014-02-14 15:30:00 +02:00
2014-08-20 15:08:52 +02:00
2014-08-24 00:09:00 +02:00
2014-01-03 11:06:16 +08:00
2014-10-28 08:48:22 +01:00
2014-08-02 22:39:12 -03:00
2014-09-28 20:29:29 -03:00
2014-01-03 11:06:16 +08:00
2014-11-27 00:08:40 +01:00
2014-10-01 09:26:21 +02:00