1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Added order by for failing ps_7ndb test

This commit is contained in:
unknown
2005-06-14 16:40:50 +02:00
parent 692fcc00b0
commit 110eb52dcc
7 changed files with 9 additions and 9 deletions

View File

@ -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