@@ -828,7 +828,7 @@ if (`SELECT $PS_PROTOCOL > 0`)
828
828
}
829
829
-- echo # One extra transaction to load table 't2' into data-dictionary cache.
830
830
do (select f1() from t1 where a=2 );
831
- call p_verify_status_increment(2 , 2 , 3 , 2 );
831
+ call p_verify_status_increment(3 , 2 , 3 , 2 );
832
832
commit;
833
833
call p_verify_status_increment(2 , 2 , 2 , 2 );
834
834
-- enable_warnings
@@ -878,26 +878,26 @@ create table t3 select a from t2;
878
878
# COM_PREPARE.
879
879
if (`SELECT $PS_PROTOCOL = 0 `)
880
880
{
881
- --replace_regex /8 /<commit_count>/
882
- call p_verify_status_increment(8 , 4, 4, 4);
881
+ --replace_regex /9 /<commit_count>/
882
+ call p_verify_status_increment(9 , 4, 4, 4);
883
883
}
884
884
if (`SELECT $PS_PROTOCOL > 0 `)
885
885
{
886
- --replace_regex /9 /<commit_count>/
887
- call p_verify_status_increment(9 , 4, 4, 4);
886
+ --replace_regex /10 /<commit_count>/
887
+ call p_verify_status_increment(10 , 4, 4, 4);
888
888
}
889
889
alter table t3 add column (b int);
890
890
891
891
if (!$have_debug)
892
892
{
893
- --replace_regex /11 /X/
894
- call p_verify_status_increment(11 , 4, 2, 0);
893
+ --replace_regex /13 /X/
894
+ call p_verify_status_increment(13 , 4, 2, 0);
895
895
}
896
896
897
897
if ($have_debug)
898
898
{
899
- --replace_regex /13 /X/
900
- call p_verify_status_increment(13 , 4, 2, 0);
899
+ --replace_regex /15 /X/
900
+ call p_verify_status_increment(15 , 4, 2, 0);
901
901
}
902
902
903
903
alter table t3 rename t4;
@@ -908,14 +908,14 @@ truncate table t3;
908
908
909
909
if (!$have_debug)
910
910
{
911
- --replace_regex /9 /X/
912
- call p_verify_status_increment(9 , 4, 4, 0);
911
+ --replace_regex /11 /X/
912
+ call p_verify_status_increment(11 , 4, 4, 0);
913
913
}
914
914
915
915
if ($have_debug)
916
916
{
917
- --replace_regex /10 /X/
918
- call p_verify_status_increment(10 , 4, 4, 0);
917
+ --replace_regex /12 /X/
918
+ call p_verify_status_increment(12 , 4, 4, 0);
919
919
}
920
920
921
921
create view v1 as select * from t2;
@@ -926,7 +926,7 @@ call p_verify_status_increment(2, 0, 2, 0);
926
926
commit;
927
927
call p_verify_status_increment(0 , 0 , 0 , 0 );
928
928
check table t1, t2, t3;
929
- call p_verify_status_increment(6 , 0 , 6 , 0 );
929
+ call p_verify_status_increment(8 , 0 , 6 , 0 );
930
930
commit;
931
931
call p_verify_status_increment(0 , 0 , 0 , 0 );
932
932
drop view v1;
0 commit comments