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:
@ -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
|
||||
|
Reference in New Issue
Block a user