diff options
Diffstat (limited to 'sql/sp.h')
-rw-r--r-- | sql/sp.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -69,8 +69,9 @@ sp_drop_routine(THD *thd, int type, sp_name *name); used by statement or routine. */ -struct Sroutine_hash_entry +class Sroutine_hash_entry { +public: /** Set key consisting of one-byte routine type and quoted routine name. */ |