Skip to content

Commit d144266

Browse files
committed
Bug #25544129: CREATE VIEW DOES NOT SET WITHCHECKOPTION TO CASCADED
1 parent 1e26f31 commit d144266

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devapi/table_crud.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,8 +611,10 @@ class Op_ViewCreateAlter
611611
{
612612
case CheckOption::CASCADED:
613613
options->check(cdk::api::View_check::CASCADED);
614+
break;
614615
case CheckOption::LOCAL:
615616
options->check(cdk::api::View_check::LOCAL);
617+
break;
616618
}
617619

618620
switch(m_security)
@@ -622,6 +624,7 @@ class Op_ViewCreateAlter
622624
break;
623625
case SQLSecurity::INVOKER:
624626
options->security(cdk::api::View_security::INVOKER);
627+
break;
625628
}
626629
}
627630

0 commit comments

Comments
 (0)