Skip to content

Commit 21ee0ca

Browse files
committed
after merge fixes
1 parent f67a221 commit 21ee0ca

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mysql-test/suite/plugins/r/cracklib_password_check.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ PLUGIN_AUTHOR Sergei Golubchik
1111
PLUGIN_DESCRIPTION Password validation via CrackLib
1212
PLUGIN_LICENSE GPL
1313
LOAD_OPTION ON
14-
PLUGIN_MATURITY Alpha
14+
PLUGIN_MATURITY Gamma
1515
PLUGIN_AUTH_VERSION 1.0
1616
grant select on *.* to foocar identified by 'foocar';
1717
ERROR HY000: Your password does not satisfy the current policy requirements

sql/sp.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,7 @@ sp_create_routine(THD *thd, stored_procedure_type type, sp_head *sp)
10711071
if (!(table= open_proc_table_for_update(thd)))
10721072
{
10731073
my_error(ER_SP_STORE_FAILED, MYF(0), SP_TYPE_STRING(type),sp->m_name.str);
1074+
goto done;
10741075
}
10751076
else
10761077
{

0 commit comments

Comments
 (0)