summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Osipov <kostja@sun.com>2009-12-09 12:17:17 +0300
committerKonstantin Osipov <kostja@sun.com>2009-12-09 12:17:17 +0300
commit530b54ea7899e72185f30d773bb016a72d80587e (patch)
treeb5d36ac35854a5e36845a7423bb58c6d7ab1f3e1
parentc95448ba11e1827cb7863a6679fbd57907f097c5 (diff)
downloadmariadb-git-530b54ea7899e72185f30d773bb016a72d80587e.tar.gz
Backpo
---------------------------------------------------------- revno: 2617.69.28 committer: Konstantin Osipov <kostja@sun.com> branch nick: 5.4-azalea-bugfixing timestamp: Tue 2009-08-18 15:27:35 +0400 message: An attempt to fix a link failure on Windows -- Sroutine_hash_entry is forward-declared as class. (Part of WL#4284).
-rw-r--r--sql/sp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sql/sp.h b/sql/sp.h
index cf8f72d2cef..1de41eb3920 100644
--- a/sql/sp.h
+++ b/sql/sp.h
@@ -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.
*/