List:Commits« Previous MessageNext Message »
From:MySQL Build Team Date:March 25 2010 10:18am
Subject:bzr commit into mysql-5.1 branch (build:3327) Bug#50409
View as plain text  
#At file:///net/helheim/store/bteam/bzr/mysql-5.1.43sp1-release/ based on revid:build@stripped

 3327 MySQL Build Team	2010-03-25
      Backport of "Bug #50409 Solaris 8 compatibility broken by assumption about printstack() being present"

    modified:
      include/my_stacktrace.h
      storage/innobase/handler/ha_innodb.h
=== modified file 'include/my_stacktrace.h'
--- a/include/my_stacktrace.h	2009-12-06 18:01:11 +0000
+++ b/include/my_stacktrace.h	2010-03-25 10:17:29 +0000
@@ -23,7 +23,7 @@
     (defined(__alpha__) && defined(__GNUC__))
 #define HAVE_STACKTRACE 1
 #endif
-#elif defined(__WIN__) || defined(__sun)
+#elif defined(__WIN__) || defined(HAVE_PRINTSTACK)
 #define HAVE_STACKTRACE 1
 #endif
 

=== modified file 'storage/innobase/handler/ha_innodb.h'
--- a/storage/innobase/handler/ha_innodb.h	2010-03-24 12:08:44 +0000
+++ b/storage/innobase/handler/ha_innodb.h	2010-03-25 10:17:29 +0000
@@ -80,7 +80,6 @@ class ha_innobase: public handler
 	ulong innobase_update_autoinc(ulonglong	auto_inc);
 	void innobase_initialize_autoinc();
 	dict_index_t* innobase_get_index(uint keynr);
- 	ulonglong innobase_get_int_col_max_value(const Field* field);
 
 	/* Init values for the class: */
  public:


Attachment: [text/bzr-bundle] bzr/build@mysql.com-20100325101729-9bxv821zsz59ceih.bundle
Thread
bzr commit into mysql-5.1 branch (build:3327) Bug#50409MySQL Build Team25 Mar