mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Merge branch '10.2' into 10.3
This commit is contained in:
@ -28,6 +28,7 @@
|
||||
#include <sql_priv.h>
|
||||
#include "set_var.h"
|
||||
|
||||
extern bool throw_bounds_warning(THD *thd, const char *name,const char *v);
|
||||
extern bool throw_bounds_warning(THD *thd, const char *name,
|
||||
bool fixed, bool is_unsigned, longlong v);
|
||||
extern bool throw_bounds_warning(THD *thd, const char *name, bool fixed,
|
||||
|
Reference in New Issue
Block a user