Adjusted tests results

parent e79410da
...@@ -31,7 +31,7 @@ select @test_var; ...@@ -31,7 +31,7 @@ select @test_var;
10 10
alter procedure test_proc1 comment 'new comment'; alter procedure test_proc1 comment 'new comment';
show create procedure test_proc1; show create procedure test_proc1;
Procedure sql_mode Create Procedure Client_cs Connection_cl Database_cl Procedure sql_mode Create Procedure character_set_client collation_connection Database Collation
test_proc1 CREATE DEFINER=`root`@`localhost` PROCEDURE `test_proc1`(in var_in int) test_proc1 CREATE DEFINER=`root`@`localhost` PROCEDURE `test_proc1`(in var_in int)
COMMENT 'new comment' COMMENT 'new comment'
begin begin
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment