mirror of
https://github.com/MariaDB/server.git
synced 2025-07-27 18:02:13 +03:00
Temporary commit of merge of MariaDB 10.0-base and MySQL 5.6
This commit is contained in:
@ -20,6 +20,8 @@
|
||||
#include "m_string.h" /* LEX_STRING */
|
||||
#include "sql_string.h" /* String */
|
||||
#include "mysql_com.h" /* MYSQL_ERRMSG_SIZE */
|
||||
#include "my_time.h" /* MYSQL_TIME */
|
||||
#include "decimal.h"
|
||||
|
||||
class THD;
|
||||
|
||||
@ -319,6 +321,14 @@ private:
|
||||
MEM_ROOT *m_mem_root;
|
||||
};
|
||||
|
||||
class Sql_condition : public MYSQL_ERROR
|
||||
{
|
||||
/*
|
||||
Wrapper class to allow one to use Sql_condition in handlers instead of
|
||||
MYSQL_ERROR
|
||||
*/
|
||||
};
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user