diff options
author | unknown <igor@rurik.mysql.com> | 2005-01-22 02:40:27 -0800 |
---|---|---|
committer | unknown <igor@rurik.mysql.com> | 2005-01-22 02:40:27 -0800 |
commit | 25c2d1adb09a3dd521a110013ab03eac3e1fc01a (patch) | |
tree | 90460d8fd1c844f7b11a3d231d91cb3d16e21035 /sql/Makefile.am | |
parent | 89a24f933537f550844862d936ed57b44ec16069 (diff) | |
download | mariadb-git-25c2d1adb09a3dd521a110013ab03eac3e1fc01a.tar.gz |
select_found.result, select_found.test:
Added a test case for bug #7945.
sql_select.cc:
Fixed bug #7945. If DISTINCT is used only with constants
in a query with GROUP BY, we can apply an optimization
that set LIMIT to 1 only in the case when there is
no SQL_CALC_FOUND_ROWS.
sql/sql_select.cc:
Fixed bug #7945. If DISTINCT is used only with constants
in a query with GROUP BY, we can apply an optimization
that set LIMIT to 1 only in the case when there is
no SQL_CALC_FOUND_ROWS.
mysql-test/t/select_found.test:
Added a test case for bug #7945.
mysql-test/r/select_found.result:
Added a test case for bug #7945.
Diffstat (limited to 'sql/Makefile.am')
0 files changed, 0 insertions, 0 deletions