1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-31 22:22:30 +03:00
Files
mariadb/sql
Sergey Glukhov 83ec6e0592 Bug#45152 crash with round() function on longtext column in a derived table
The crash happens due to wrong max_length value which is set on
Item_func_round::fix_length_and_dec() stage. The value is set to
args[0]->max_length which is too big in case of LONGTEXT(LONGBLOB) fields.
The fix is to set max_length using float_length() function.
2009-06-02 11:38:13 +05:00
..
2008-12-17 15:01:34 -05:00
2007-07-12 00:55:40 +05:00
2008-07-14 16:16:37 -04:00
2009-03-19 09:44:58 -04:00
2008-07-10 14:47:53 -04:00
2007-11-05 20:18:22 +01:00
2008-12-12 14:59:10 +04:00
2008-04-10 15:55:37 -04:00
2009-06-01 16:42:24 +04:00
2009-02-06 18:25:08 +01:00
2009-04-01 16:02:26 +05:00
2008-12-17 15:01:34 -05:00
2009-03-19 09:44:58 -04:00
2009-03-19 09:44:58 -04:00
2008-07-10 14:50:07 -04:00
2008-01-23 13:26:41 -07:00
2009-05-15 12:29:41 +03:00
2009-05-15 12:29:41 +03:00
2009-05-15 16:13:54 +03:00
2009-05-15 12:29:41 +03:00
2007-07-01 15:33:28 -07:00
2009-03-19 09:44:58 -04:00
2008-09-16 13:16:41 +02:00
2008-12-17 15:01:34 -05:00