mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Compile 10.0 on Windows
This commit is contained in:
@ -193,6 +193,10 @@ public:
|
||||
MYSQL_ERROR::enum_warning_level get_level() const
|
||||
{ return m_level; }
|
||||
|
||||
/** Destructor. */
|
||||
~MYSQL_ERROR()
|
||||
{}
|
||||
|
||||
private:
|
||||
/*
|
||||
The interface of MYSQL_ERROR is mostly private, by design,
|
||||
@ -234,9 +238,7 @@ private:
|
||||
*/
|
||||
MYSQL_ERROR(MEM_ROOT *mem_root);
|
||||
|
||||
/** Destructor. */
|
||||
~MYSQL_ERROR()
|
||||
{}
|
||||
|
||||
|
||||
/**
|
||||
Copy optional condition items attributes.
|
||||
|
Reference in New Issue
Block a user