1
0
mirror of https://github.com/MariaDB/server.git synced 2025-06-04 18:03:14 +03:00
unknown 91abf15ed2 Fixed bug #26738: incomplete string values in a result set column
when the column is to be read from a derived table column which 
was specified as a concatenation of string literals.
The bug happened because the Item_string::append did not adjust the
value of Item_string::max_length. As a result of it the temporary 
table column  defined to store the concatenation of literals was 
not wide enough to hold the whole value.



mysql-test/r/subselect.result:
  Added a test case for bug #26738.
mysql-test/t/subselect.test:
  Added a test case for bug #26738.
2007-03-12 01:39:57 -07:00
..
2007-01-18 18:37:52 -07:00
2006-10-13 08:48:47 +02:00
2006-11-20 17:57:57 +04:00
2006-11-29 13:56:59 -05:00
2007-01-03 03:35:57 +04:00
2006-06-15 01:48:41 +04:00
2007-03-02 15:09:44 +04:00
2006-09-01 05:00:32 +02:00
2007-02-23 21:13:21 +03:00
2006-10-05 00:00:34 +02:00
2006-11-15 10:23:27 +01:00
2007-03-02 15:09:44 +04:00
2007-02-10 23:55:56 -08:00
2007-02-09 12:54:50 -08:00
2006-11-15 10:23:27 +01:00
2007-02-07 14:22:19 -08:00
2007-03-01 20:59:08 +01:00
2007-03-02 15:09:44 +04:00
2007-02-21 19:38:40 +02:00
2007-01-31 19:31:36 -08:00
2007-02-01 18:00:24 +04:00
2006-10-19 18:48:37 +05:00
2006-11-15 10:23:27 +01:00
2006-11-15 10:23:27 +01:00
2007-02-08 15:53:14 +01:00
2006-11-15 10:23:27 +01:00
2007-03-08 21:42:41 +04:00
2007-02-01 18:00:24 +04:00
2007-03-06 14:30:28 -07:00
2007-01-18 15:28:45 +04:00
2006-12-04 14:29:51 +02:00
2007-03-09 13:37:06 +04:00