summaryrefslogtreecommitdiff
path: root/sql/sql_lex.h
diff options
context:
space:
mode:
authorGeorgi Kodinov <joro@sun.com>2009-05-27 18:19:44 +0300
committerGeorgi Kodinov <joro@sun.com>2009-05-27 18:19:44 +0300
commit70a32c943416bdc48cc04f4fe9f984857acd1dc4 (patch)
treeef20b1214af011ce8ef6a3fb904fb115e723cb71 /sql/sql_lex.h
parent13919e0c9fbd4f822de27dfcf68432b6b6ded60f (diff)
parent041a9112da9279e4636c74e1d83fc3e39e44d821 (diff)
downloadmariadb-git-70a32c943416bdc48cc04f4fe9f984857acd1dc4.tar.gz
merged 5.0-bugteam to 5.1-bugteam
Diffstat (limited to 'sql/sql_lex.h')
-rw-r--r--sql/sql_lex.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sql_lex.h b/sql/sql_lex.h
index 62106a2500b..22b7d2e359c 100644
--- a/sql/sql_lex.h
+++ b/sql/sql_lex.h
@@ -1976,4 +1976,6 @@ extern bool is_lex_native_function(const LEX_STRING *name);
@} (End of group Semantic_Analysis)
*/
+int my_missing_function_error(const LEX_STRING &token, const char *name);
+
#endif /* MYSQL_SERVER */