mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
perfschema compilation, test and misc fixes
This commit is contained in:
@ -1480,8 +1480,8 @@ Event_job_data::execute(THD *thd, bool drop)
|
||||
sphead->optimize();
|
||||
|
||||
sphead->m_sp_share= MYSQL_GET_SP_SHARE(SP_TYPE_EVENT,
|
||||
dbname.str, dbname.length,
|
||||
name.str, name.length);
|
||||
dbname.str, static_cast<uint>(dbname.length),
|
||||
name.str, static_cast<uint>(name.length));
|
||||
ret= sphead->execute_procedure(thd, &empty_item_list);
|
||||
/*
|
||||
There is no pre-locking and therefore there should be no
|
||||
|
Reference in New Issue
Block a user