mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 11:27:39 +02:00
Merge branch '10.0' into 10.1
This commit is contained in:
commit
beded7d9c9
186 changed files with 2825 additions and 963 deletions
|
|
@ -510,8 +510,10 @@ Diagnostics_area::set_error_status(uint sql_errno,
|
|||
void
|
||||
Diagnostics_area::disable_status()
|
||||
{
|
||||
DBUG_ENTER("disable_status");
|
||||
DBUG_ASSERT(! is_set());
|
||||
m_status= DA_DISABLED;
|
||||
DBUG_VOID_RETURN;
|
||||
}
|
||||
|
||||
Warning_info::Warning_info(ulonglong warn_id_arg,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue