diff options
author | Alexander Barkov <bar@mariadb.com> | 2019-07-06 11:09:06 +0400 |
---|---|---|
committer | Alexander Barkov <bar@mariadb.com> | 2019-07-09 06:27:40 +0400 |
commit | a179de04025443032745ee811a97d8da7afe8996 (patch) | |
tree | 67e9f02933828933c4d411d2b0a13aa855268d4e /sql/sql_error.h | |
parent | aca29bb75408b22b53708d7007111ead0f0b5906 (diff) | |
download | mariadb-git-a179de04025443032745ee811a97d8da7afe8996.tar.gz |
MDEV-19991 Turn I_S tables GEOMETRY_COLUMNS and SPATIAL_REF_SYS into a plugin
Diffstat (limited to 'sql/sql_error.h')
-rw-r--r-- | sql/sql_error.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/sql_error.h b/sql/sql_error.h index 5055c1a61cf..a0497af78cb 100644 --- a/sql/sql_error.h +++ b/sql/sql_error.h @@ -1260,6 +1260,7 @@ private: /////////////////////////////////////////////////////////////////////////// +void convert_error_to_warning(THD *thd); void push_warning(THD *thd, Sql_condition::enum_warning_level level, uint code, const char *msg); |