mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +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
|
prepare stmt1 from ' select a,b from t1 order by a
|
||||||
limit 1 ';
|
limit 1 ';
|
||||||
execute stmt1 ;
|
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;
|
execute stmt1 using @arg00;
|
||||||
|
|
||||||
##### parameter used in many places
|
##### parameter used in many places
|
||||||
|
@@ -444,7 +444,7 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
|
@@ -444,7 +444,7 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
|
@@ -445,7 +445,7 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
|
@@ -487,7 +487,7 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
@@ -3499,7 +3499,7 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
|
@@ -444,7 +444,7 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
1 one
|
1 one
|
||||||
|
@@ -444,10 +444,10 @@ limit 1 ';
|
|||||||
execute stmt1 ;
|
execute stmt1 ;
|
||||||
a b
|
a b
|
||||||
1 one
|
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;
|
execute stmt1 using @arg00;
|
||||||
a b
|
a b
|
||||||
3 three
|
1 one
|
||||||
set @arg00='b' ;
|
set @arg00='b' ;
|
||||||
set @arg01=0 ;
|
set @arg01=0 ;
|
||||||
set @arg02=2 ;
|
set @arg02=2 ;
|
||||||
|
Reference in New Issue
Block a user