summaryrefslogtreecommitdiff
path: root/mysql-test/include/ps_query.inc
diff options
context:
space:
mode:
authorunknown <tomas@poseidon.ndb.mysql.com>2004-10-11 20:58:48 +0000
committerunknown <tomas@poseidon.ndb.mysql.com>2004-10-11 20:58:48 +0000
commit910e7daa94fa71704c55c36fb3e6fe3b82df7c5b (patch)
treeb376a1fbc79b9185b5ebea7f158aca7788f8095e /mysql-test/include/ps_query.inc
parent1073271b1c19f57990cd58a22b9ae09953d042aa (diff)
downloadmariadb-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.inc2
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