diff options
author | unknown <gshchepa/uchum@gleb.loc> | 2007-06-24 01:20:14 +0500 |
---|---|---|
committer | unknown <gshchepa/uchum@gleb.loc> | 2007-06-24 01:20:14 +0500 |
commit | 1bab1ddc553f5ccb836488e473ddcc09e9e77b7d (patch) | |
tree | e0bb0b4cc327851f8b5c0f9b252abd924c24c499 /config | |
parent | f77d416821d99fd8a195b51206f3c4dd56db3ca9 (diff) | |
download | mariadb-git-1bab1ddc553f5ccb836488e473ddcc09e9e77b7d.tar.gz |
Fixed bug #29095.
INSERT into table from SELECT from the same table
with ORDER BY and LIMIT was inserting other data
than sole SELECT ... ORDER BY ... LIMIT returns.
One part of the patch for bug #9676 improperly pushed
LIMIT to temporary table in the presence of the ORDER BY
clause.
That part has been removed.
sql/sql_select.cc:
Fixed bug #29095.
One part of the patch for bug #9676 improperly pushed
LIMIT to temporary table in the presence of the ORDER BY
clause.
That part has been removed.
mysql-test/t/insert_select.test:
Expanded the test case for bug #9676.
Created a test case for bug #29095.
mysql-test/r/insert_select.result:
Expanded the test case for bug #9676.
Created a test case for bug #29095.
Diffstat (limited to 'config')
0 files changed, 0 insertions, 0 deletions