mirror of
https://github.com/MariaDB/server.git
synced 2026-05-02 21:25:36 +02:00
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).
This commit is contained in:
parent
351b912e85
commit
cb4e624f95
1 changed files with 2 additions and 1 deletions
3
sql/sp.h
3
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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue