summaryrefslogtreecommitdiff
path: root/sql/sql_mode.h
diff options
context:
space:
mode:
Diffstat (limited to 'sql/sql_mode.h')
-rw-r--r--sql/sql_mode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sql_mode.h b/sql/sql_mode.h
index e92848fb6d1..fb2b7cefa0a 100644
--- a/sql/sql_mode.h
+++ b/sql/sql_mode.h
@@ -155,7 +155,7 @@ public:
m_soft= 0;
return *this;
}
- void push_dependency_warnings(THD *thd);
+ void push_dependency_warnings(THD *thd) const;
};