diff options
author | dlenev@mysql.com <> | 2005-07-13 15:08:13 +0400 |
---|---|---|
committer | dlenev@mysql.com <> | 2005-07-13 15:08:13 +0400 |
commit | 8a28d604f5e0bd69ba440afc4b7feb5f665c5fe1 (patch) | |
tree | 27047290ecb242a0a2f69b3875b188156034bba9 /sql/sp.h | |
parent | 738e0f15a42c2551cc87856126fffe4bc68576d2 (diff) | |
parent | f334ea1fc6f4e9e5be334f4f4c62a3b25c365426 (diff) | |
download | mariadb-git-8a28d604f5e0bd69ba440afc4b7feb5f665c5fe1.tar.gz |
Merge bk-internal.mysql.com:/home/bk/mysql-5.0
into mysql.com:/home/dlenev/src/mysql-5.0-mysqlproc
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -74,9 +74,6 @@ sp_show_create_function(THD *thd, sp_name *name); int sp_show_status_function(THD *thd, const char *wild); -bool -sp_function_exists(THD *thd, sp_name *name); - /* Procedures for pre-caching of stored routines and building table list |