diff options
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index 65aad1dd5a1..9f1745f2aab 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -182,7 +182,7 @@ public: const char *m_tmp_query; ///< Temporary pointer to sub query string st_sp_chistics *m_chistics; - ulonglong m_sql_mode; ///< For SHOW CREATE and execution + sql_mode_t m_sql_mode; ///< For SHOW CREATE and execution LEX_STRING m_qname; ///< db.name bool m_explicit_name; ///< Prepend the db name? */ LEX_STRING m_db; @@ -421,7 +421,7 @@ public: Column_definition *field_def); void set_info(longlong created, longlong modified, - st_sp_chistics *chistics, ulonglong sql_mode); + st_sp_chistics *chistics, sql_mode_t sql_mode); void set_definer(const char *definer, uint definerlen); void set_definer(const LEX_STRING *user_name, const LEX_STRING *host_name); |