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 | 5fdde7120b2a44ccac6031edd7135394274a8a62 (patch) | |
tree | b0ebd0174c17d9642bc69e6b49a8a2bb573a3572 /mysql-test/r/ps_3innodb.result | |
parent | fd502407cf5bbb86a9799b54cf39450ba3d1878a (diff) | |
download | mariadb-git-5fdde7120b2a44ccac6031edd7135394274a8a62.tar.gz |
Added order by for failing ps_7ndb test
Diffstat (limited to 'mysql-test/r/ps_3innodb.result')
-rw-r--r-- | mysql-test/r/ps_3innodb.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps_3innodb.result b/mysql-test/r/ps_3innodb.result index 851178e2aee..c5d5895adca 100644 --- a/mysql-test/r/ps_3innodb.result +++ b/mysql-test/r/ps_3innodb.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 |