diff options
author | unknown <igor@rurik.mysql.com> | 2006-09-06 08:21:43 -0700 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2006-09-06 08:21:43 -0700 |
commit | 22c3e7b4e19be5b18026c905d886c4f7428c7dd6 (patch) | |
tree | ef9797f03cfe4a0614da783fc7572b33e0363eb3 /.bzrignore | |
parent | a1d03bd6321d4db38006140d3113f819bb34a83c (diff) | |
download | mariadb-git-22c3e7b4e19be5b18026c905d886c4f7428c7dd6.tar.gz |
Fixed bug #5500: EXPLAIN returned a wrong select_type for queries using views.
Select_type in the EXPLAIN output for the query SELECT * FROM t1 was
'SIMPLE', while for the query SELECT * FROM v1, where the view v1
was defined as SELECT * FROM t1, the EXPLAIN output contained 'PRIMARY'
for the select_type column.
mysql-test/r/group_by.result:
Adjusted results after the fix for bug #5500.
mysql-test/r/information_schema.result:
Adjusted results after the fix for bug #5500.
mysql-test/r/olap.result:
Adjusted results after the fix for bug #5500.
mysql-test/r/range.result:
Adjusted results after the fix for bug #5500.
mysql-test/r/view.result:
Added a test case for bug #5500.
Adjusted other results.
mysql-test/r/view_grant.result:
Adjusted results after the fix for bug #5500.
mysql-test/t/view.test:
Added a test case for bug #5500.
Diffstat (limited to '.bzrignore')
0 files changed, 0 insertions, 0 deletions