diff options
author | unknown <mskold@mysql.com> | 2005-06-14 16:40:50 +0200 |
---|---|---|
committer | unknown <mskold@mysql.com> | 2005-06-14 16:40:50 +0200 |
commit | 110eb52dcc34eccc68a5f43d6ce7438c0130f4b9 (patch) | |
tree | b0ebd0174c17d9642bc69e6b49a8a2bb573a3572 /mysql-test/r/ps_6bdb.result | |
parent | 692fcc00b07a89040a2af8d3709d18f50a8e6b6a (diff) | |
download | mariadb-git-110eb52dcc34eccc68a5f43d6ce7438c0130f4b9.tar.gz |
Added order by for failing ps_7ndb test
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 92399c3b3b9..87b1b110f42 100644 --- a/mysql-test/r/ps_6bdb.result +++ b/mysql-test/r/ps_6bdb.result @@ -444,7 +444,7 @@ limit 1 '; execute stmt1 ; a b 1 one -prepare stmt1 from ' select a,b from t1 limit ? '; +prepare stmt1 from ' select a,b from t1 order by a limit ? '; execute stmt1 using @arg00; a b 1 one |