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/r/ps_6bdb.result | |
parent | 1073271b1c19f57990cd58a22b9ae09953d042aa (diff) | |
download | mariadb-git-910e7daa94fa71704c55c36fb3e6fe3b82df7c5b.tar.gz |
another order by fix for ndb
Diffstat (limited to 'mysql-test/r/ps_6bdb.result')
-rw-r--r-- | mysql-test/r/ps_6bdb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps_6bdb.result b/mysql-test/r/ps_6bdb.result index 0d5054dacdc..5c23a574f51 100644 --- a/mysql-test/r/ps_6bdb.result +++ b/mysql-test/r/ps_6bdb.result @@ -46,7 +46,7 @@ c29= 'longblob', c30= 'longtext', c31='two', c32= 'tuesday'; commit ; test_sequence ------ simple select tests ------ -prepare stmt1 from ' select * from t9 ' ; +prepare stmt1 from ' select * from t9 order by c1 ' ; execute stmt1; Catalog Database Table Table_alias Column Column_alias Name Type Length Max length Is_null Flags Decimals Charsetnr def test t9 t9 c1 c1 1 4 1 N 49155 0 63 |