diff options
author | Tatiana A. Nurnberg <azundris@mysql.com> | 2010-02-19 15:16:43 +0000 |
---|---|---|
committer | Tatiana A. Nurnberg <azundris@mysql.com> | 2010-02-19 15:16:43 +0000 |
commit | 1fc1f462b6d469d7b1f2bb94ba99f4554ced1cd5 (patch) | |
tree | 5031938e8177f475f6468b8d65f4b95b525f4651 /ndb | |
parent | ca6ec790b4c12ab93a11d0f8f1d6e23d13c041b5 (diff) | |
download | mariadb-git-1fc1f462b6d469d7b1f2bb94ba99f4554ced1cd5.tar.gz |
Bug#49487: crash with explain extended and group_concat in a derived table
When EXPLAIN EXTENDED tries to print column names, it checks whether the
referenced table is CONST (in which case, the column's value rather than
its name will be printed). If no proper table is reference (i.e. because
a derived table was used that has since gone out of scope), this will fail
spectacularly.
This ports an equivalent of the fix for Bug 43354.
mysql-test/r/func_gconcat.result:
Show that EXPLAIN EXTENDED on a GROUP_CONCAT() on a derived table
no longer crashes the server.
mysql-test/t/func_gconcat.test:
Show that EXPLAIN EXTENDED on a GROUP_CONCAT() on a derived table
no longer crashes the server.
sql/item_sum.cc:
Do not de-ref what cannot be, that is, temp-tables that have gone away.
This is of questionable utility anyway, since our deref has the sole
purpose of checking whether the table is const (in which case, we'll
substitute the column with its value in EXPLAIN EXTENDED - that is all).
Diffstat (limited to 'ndb')
0 files changed, 0 insertions, 0 deletions