Commit 81959e0e authored by Konstantin Osipov's avatar Konstantin Osipov

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).
parent 62345066
...@@ -69,8 +69,9 @@ sp_drop_routine(THD *thd, int type, sp_name *name); ...@@ -69,8 +69,9 @@ sp_drop_routine(THD *thd, int type, sp_name *name);
used by statement or routine. 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. Set key consisting of one-byte routine type and quoted routine name.
*/ */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment