We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e26f31 commit d144266Copy full SHA for d144266
devapi/table_crud.cc
@@ -611,8 +611,10 @@ class Op_ViewCreateAlter
611
{
612
case CheckOption::CASCADED:
613
options->check(cdk::api::View_check::CASCADED);
614
+ break;
615
case CheckOption::LOCAL:
616
options->check(cdk::api::View_check::LOCAL);
617
618
}
619
620
switch(m_security)
@@ -622,6 +624,7 @@ class Op_ViewCreateAlter
622
624
break;
623
625
case SQLSecurity::INVOKER:
626
options->security(cdk::api::View_security::INVOKER);
627
628
629
630
0 commit comments