Commit 6c18e75c authored by unknown's avatar unknown
Browse files

Correction for test tesults after pushing the fix for bug 19714.


mysql-test/r/ps_7ndb.result:
  Correction for test results after pushing the fix for bug 19714.
parent 1e442594
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1788,8 +1788,8 @@ t5 CREATE TABLE `t5` (
) ENGINE=MyISAM DEFAULT CHARSET=latin1
select * from t5 ;
Catalog	Database	Table	Table_alias	Column	Column_alias	Type	Length	Max length	Is_null	Flags	Decimals	Charsetnr
def	test	t5	t5	const01	const01	8	1	1	N	32769	0	63
def	test	t5	t5	param01	param01	3	20	1	Y	32768	0	63
def	test	t5	t5	const01	const01	3	1	1	N	32769	0	63
def	test	t5	t5	param01	param01	8	20	1	Y	32768	0	63
def	test	t5	t5	const02	const02	246	4	3	N	1	1	63
def	test	t5	t5	param02	param02	246	67	32	Y	0	30	63
def	test	t5	t5	const03	const03	5	17	1	N	32769	31	63