Commit c6d55ae8 authored by serg@serg.mysql.com's avatar serg@serg.mysql.com
Browse files

Tests backpropagated from mysql-4.0 bk tree

parent 3cf81022
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
a	MATCH (message) AGAINST ('steve')	
4	0.90587321329654	
7	0.89568988462614	
+3 −0
Original line number Diff line number Diff line
a	MATCH (message) AGAINST ('steve')	
4	0.90587321329654	
7	0.89568988462614	
+3 −0
Original line number Diff line number Diff line
a	MATCH (message) AGAINST ('steve')	
7	0.89568988462614	
4	0.90587321329654	
+2 −0
Original line number Diff line number Diff line
a	MATCH (message) AGAINST ('steve')	
7	0.89568988462614	
+2 −4
Original line number Diff line number Diff line
id	elt(two.val,'one','two')	
1	one	
2	one	
4	two	
1+1	1-1	1+1*2	8/5	8%5	MOD(8,5)	MOD(8,5)|0	-(1+1)*-2	SIGN(-5)	
2	0	3	1.60	3	3	3	4	-1	
Loading