summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorunknown <Sinisa@sinisa.nasamreza.org>2005-04-26 21:27:06 +0300
committerunknown <Sinisa@sinisa.nasamreza.org>2005-04-26 21:27:06 +0300
commit783705fc65080e9f1bdc8659f0a792f61069abe0 (patch)
tree2c0cd4e2b9abd91635ca0bb910f05aad6a453bcf /sql
parent20cf8f82eefbc4db26ec50aef4f602c991811397 (diff)
downloadmariadb-git-783705fc65080e9f1bdc8659f0a792f61069abe0.tar.gz
union.result:
Results for the above test case union.test: A test case for bug #10032 involving UNION's and ORDER BY clause sql_yacc.yy: Fix for a bug #10032 involving a parser bug with UNION's and ORDER BY sql/sql_yacc.yy: Fix for a bug #10032 involving a parser bug with UNION's and ORDER BY mysql-test/t/union.test: A test case for bug #10032 involving UNION's and ORDER BY clause mysql-test/r/union.result: Results for the above test case
Diffstat (limited to 'sql')
-rw-r--r--sql/sql_yacc.yy2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_yacc.yy b/sql/sql_yacc.yy
index 594077dd4f3..8c9c845bbbd 100644
--- a/sql/sql_yacc.yy
+++ b/sql/sql_yacc.yy
@@ -2449,7 +2449,7 @@ select_part2:
select_into select_lock_type;
select_into:
- opt_limit_clause {}
+ opt_order_clause opt_limit_clause {}
| into
| select_from
| into select_from