diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-11 20:58:48 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-11 20:58:48 +0000 |
commit | 910e7daa94fa71704c55c36fb3e6fe3b82df7c5b (patch) | |
tree | b376a1fbc79b9185b5ebea7f158aca7788f8095e /mysql-test/include/ps_query.inc | |
parent | 1073271b1c19f57990cd58a22b9ae09953d042aa (diff) | |
download | mariadb-git-910e7daa94fa71704c55c36fb3e6fe3b82df7c5b.tar.gz |
another order by fix for ndb
Diffstat (limited to 'mysql-test/include/ps_query.inc')
-rw-r--r-- | mysql-test/include/ps_query.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/ps_query.inc b/mysql-test/include/ps_query.inc index e807e897161..e6f19c67138 100644 --- a/mysql-test/include/ps_query.inc +++ b/mysql-test/include/ps_query.inc @@ -45,7 +45,7 @@ select '------ simple select tests ------' as test_sequence ; ##### many column types, but no parameter # heavy modified case derived from client_test.c: test_func_fields() -prepare stmt1 from ' select * from t9 ' ; +prepare stmt1 from ' select * from t9 order by c1 ' ; --enable_metadata execute stmt1; --disable_metadata |