mirror of
https://github.com/MariaDB/server.git
synced 2026-04-28 03:05:33 +02:00
merge.
checkpoint. does not compile.
This commit is contained in:
commit
65ca700def
2732 changed files with 867677 additions and 21074 deletions
|
|
@ -97,6 +97,13 @@ public:
|
|||
return m_statement_warn_count;
|
||||
}
|
||||
|
||||
/* Used to count any warnings pushed after calling set_ok_status(). */
|
||||
void increment_warning()
|
||||
{
|
||||
if (m_status != DA_EMPTY)
|
||||
m_total_warn_count++;
|
||||
}
|
||||
|
||||
Diagnostics_area() { reset_diagnostics_area(); }
|
||||
|
||||
private:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue