List:Commits« Previous MessageNext Message »
From:Konstantin Osipov Date:August 18 2009 11:27am
Subject:bzr commit into mysql-5.4 branch (kostja:2864)
View as plain text  
#At file:///opt/local/work/5.4-azalea-bugfixing/ based on revid:kostja@stripped

 2864 Konstantin Osipov	2009-08-18
      An attempt to fix a link failure on Windows -- Sroutine_hash_entry
      is forward-declared as class.

    modified:
      sql/sp.h
=== modified file 'sql/sp.h'
--- a/sql/sp.h	2009-08-14 15:22:05 +0000
+++ b/sql/sp.h	2009-08-18 11:27:35 +0000
@@ -97,8 +97,9 @@ sp_drop_routine(THD *thd, int type, sp_n
   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.
   */


Attachment: [text/bzr-bundle] bzr/kostja@sun.com-20090818112735-kak3cogmmvqfehnv.bundle
Thread
bzr commit into mysql-5.4 branch (kostja:2864)Konstantin Osipov18 Aug