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:
@ -300,7 +300,7 @@ set @arg00=1;
|
||||
prepare stmt1 from ' select a,b from t1 order by a
|
||||
limit 1 ';
|
||||
execute stmt1 ;
|
||||
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;
|
||||
|
||||
##### parameter used in many places
|
||||
|
Reference in New Issue
Block a user