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/include | |
parent | d8a0fbafc175c92220d8ca42978853c3db4346f4 (diff) | |
download | mariadb-git-1d7ae13349e60cb04c952ba6e5ccf9bb99928659.tar.gz |
more order by for ndb
Diffstat (limited to 'mysql-test/include')
-rw-r--r-- | mysql-test/include/ps_query.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/include/ps_query.inc b/mysql-test/include/ps_query.inc index d1c54464b54..27ab85410c8 100644 --- a/mysql-test/include/ps_query.inc +++ b/mysql-test/include/ps_query.inc @@ -297,7 +297,7 @@ execute stmt1 using @arg00; ##### parameter used in limit 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 ; # currently (May 2004, Version 4.1) it is impossible |