mysqltest: At line 31: query 'Create procedure SP1 ( n char(20) ) BEGIN Select n; END' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 47: query 'Call test.SP1('ABCD')' failed: 1305: PROCEDURE test.SP1 does not exist mysqltest: At line 67: query 'Create function FN1(n INT) returns INT Begin Declare a INT; SET a = 9 * n; Return a; End' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 85: query 'Select test.fn1(100)' failed: 1305: FUNCTION test.fn1 does not exist mysqltest: At line 87: query 'Select test.FN1(1000)' failed: 1305: FUNCTION test.FN1 does not exist mysqltest: At line 91: query 'Create function test.fn11(n INT) returns INT Begin Declare a INT; SET a = 9 * n; Return a; End' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 106: query 'Select test.fn11(100)' failed: 1305: FUNCTION test.fn11 does not exist mysqltest: At line 108: query 'Select test.Fn11(1000)' failed: 1305: FUNCTION test.Fn11 does not exist mysqltest: At line 141: query 'Create procedure SP2(n char (20)) Begin Select t41.a, t41.b into @a, @b from t41 where t41.b = n; Insert into d2.t42 values (@a, @b); End' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 149: query 'Call d1.SP2('A!@#$%^&*(')' failed: 1305: PROCEDURE d1.SP2 does not exist mysqltest: At line 196: query 'Create procedure d1.SP4() Select * from d1.t43' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 198: query 'Select * from mysql.proc where specific_name = 'SP4'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 206: query 'Select * from mysql.proc where specific_name = 'SP4'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 221: query 'Create procedure SP5() Select * from test.T4 limit 0,10' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 224: query 'Select db from mysql.proc where specific_name = 'SP5'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 241: query 'Create procedure test.SP6() Select * from test.T4 limit 0,10' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 244: query 'Select db from mysql.proc where specific_name = 'SP6' ' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 259: query 'Create procedure SP8 ( n char(20) ) SQL SECURITY DEFINER COMMENT 'Initial' Select * from t1 where t1.f1 = n' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 263: query 'Alter Procedure d1.SP8 SQL SECURITY DEFINER COMMENT 'Updated'' failed: 1305: PROCEDURE d1.SP8 does not exist mysqltest: At line 264: query 'Select * from mysql.proc where specific_name='SP8' and db='d1'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 277: query 'Create function d1.FN2(n INT) returns INT SQL SECURITY INVOKER COMMENT 'Initial' Begin Declare a INT; SET a = 0.9 * n; Return a; End' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 285: query 'Alter Function d1.FN2 SQL SECURITY DEFINER COMMENT 'Updated'' failed: 1305: FUNCTION d1.FN2 does not exist mysqltest: At line 286: query 'Select * from mysql.proc where specific_name='FN2' and db='d1'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 294: query 'Create procedure SP9 ( n char(20) ) Select * from t1 where t1.f1 = n' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 298: query 'Drop Procedure d1.SP9' failed: 1305: PROCEDURE d1.SP9 does not exist mysqltest: At line 299: query 'Select * from mysql.proc where specific_name='SP9' and db='d1'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 308: query 'Create function d1.FN3(n INT) returns INT Begin Declare a INT; SET a = 0.9 * n; Return a; End' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 316: query 'Drop function d1.FN3' failed: 1305: FUNCTION d1.FN3 does not exist mysqltest: At line 317: query 'Select * from mysql.proc where specific_name='FN3' and db='d1'' failed: 145: Table '.\mysql\proc' is marked as crashed and should be repaired mysqltest: At line 323: Result length mismatch