diff options
author | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-07 09:51:30 +0000 |
---|---|---|
committer | unknown <tomas@poseidon.ndb.mysql.com> | 2004-10-07 09:51:30 +0000 |
commit | 1d7ae13349e60cb04c952ba6e5ccf9bb99928659 (patch) | |
tree | c6f6140081e6c3d36e760c2410e13ff7f32e85ee /mysql-test/r/ps_2myisam.result | |
parent | d8a0fbafc175c92220d8ca42978853c3db4346f4 (diff) | |
download | mariadb-git-1d7ae13349e60cb04c952ba6e5ccf9bb99928659.tar.gz |
more order by for ndb
Diffstat (limited to 'mysql-test/r/ps_2myisam.result')
-rw-r--r-- | mysql-test/r/ps_2myisam.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps_2myisam.result b/mysql-test/r/ps_2myisam.result index a6c2c65a25e..63463baabfd 100644 --- a/mysql-test/r/ps_2myisam.result +++ b/mysql-test/r/ps_2myisam.result @@ -439,7 +439,7 @@ set @arg00=0 ; execute stmt1 using @arg00; ERROR 42S22: Unknown column '?' in 'order clause' set @arg00=1; -prepare stmt1 from ' select a,b from t1 +prepare stmt1 from ' select a,b from t1 order by a limit 1 '; execute stmt1 ; a b |