diff options
author | Georgi Kodinov <joro@sun.com> | 2009-10-30 11:40:44 +0200 |
---|---|---|
committer | Georgi Kodinov <joro@sun.com> | 2009-10-30 11:40:44 +0200 |
commit | fc80944c6e5e115528972485303ccd9f90aea4ef (patch) | |
tree | 8e5e5c8044149eb2d6c1ffe30c379a3322a59782 /sql/sql_class.cc | |
parent | eb9a854d8be6f692f55250c89cb40f1cb1b66baa (diff) | |
download | mariadb-git-fc80944c6e5e115528972485303ccd9f90aea4ef.tar.gz |
Bug #48293: crash with procedure analyse, view with > 10 columns,
having clause...
The fix for bug 46184 was not very complete. It was not covering
views using temporary tables and multiple tables in a FROM clause.
Fixed by reverting the fix for 46184 and making a more general
check that is checking at the right execution stage and for all
of the non-supported cases.
Now PROCEDURE ANALYZE on non-top level SELECT is also forbidden.
Updated the analyse.test and subselect.test accordingly.
Diffstat (limited to 'sql/sql_class.cc')
0 files changed, 0 insertions, 0 deletions