diff options
author | pem@mysql.com <> | 2006-01-19 11:48:07 +0100 |
---|---|---|
committer | pem@mysql.com <> | 2006-01-19 11:48:07 +0100 |
commit | 3a753667ddddb8438cdef8a3d870ac6d08f1a1b4 (patch) | |
tree | 77998d0059ac8f7e597b7ada28b273f939d4a8d5 /sql/sp_head.h | |
parent | 82f96a4a4f20d004652eb45a5ad563de188be34a (diff) | |
parent | 0cc1acd51c35ec44a874ffa53f1df77d01e669b9 (diff) | |
download | mariadb-git-3a753667ddddb8438cdef8a3d870ac6d08f1a1b4.tar.gz |
Merge mysql.com:/extern/mysql/bk/mysql-5.0
into mysql.com:/extern/mysql/work/bug15658/mysql-5.0
Diffstat (limited to 'sql/sp_head.h')
-rw-r--r-- | sql/sp_head.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/sp_head.h b/sql/sp_head.h index bd50afebde7..d912cfeaac3 100644 --- a/sql/sp_head.h +++ b/sql/sp_head.h @@ -103,6 +103,8 @@ public: sp_name * sp_name_current_db_new(THD *thd, LEX_STRING name); +bool +sp_name_check(LEX_STRING name); class sp_head :private Query_arena { |