List:Cluster« Previous MessageNext Message »
From:Alagar samy Date:November 18 2009 5:24pm
Subject:incompatibilities in innodb source of mysql-5.1.39 and mysql-cluster-gpl-5.1.39_7.0.9
View as plain text  
Hello,

i have few queries regarding source of mysql-5.1.39 and mysql-cluster-gpl-5.1.39_7.0.9 . 

$ grep -i -r column_bitmaps_signal mysql-5.1.39/sql/handler.cc
void handler::column_bitmaps_signal()

$ grep -i -r column_bitmaps_signal mysql-cluster-gpl-7.0.9/sql/handler.cc
void handler::column_bitmaps_signal(uint sig_type)

there are quite a lot difference in innodb source provided by mysql-5.1.39
and mysql-cluster-gpl-5.1.39_7.0.9b .. and the above mentioned diff is
significant as it causes problem during server startup if we have
ha_innodb.so from mysql-5.1.39 and mysqld binary from
mysql-cluster-gpl-5.1.39_7.0.9b ..  (as of now, we have desiged as this
is going to be our deployment model). 


this is the error that we are getting,
091114  0:54:53 [ERROR] Can't open shared library '/usr/lib64/mysql/plugin/ha_innodb.so'
(errno: 34 undefined
symbol: _ZN7handler21column_bitmaps_signalEv)
091114  0:54:53 [ERROR] Couldn't load plugin named 'innodb' with soname 'ha_innodb.so'.

are sources/binaries from mysql-5.1.39 and mysql-cluster-gpl-5.1.39_7.0.9b
incompatible? (though cluster-7.0.9b is just applied to mysql-5.1.39 to
create mysql-cluster-gpl-5.1.39_7.0.9) .. if so, what about sources for
other tools/scripts/binaries between mysql-5.1.39 and
mysql-cluster-gpl-5.1.39_7.0.9b ... are there incompatibilities in that
as well ?

thanks,
A.Alagarsamy  


      The INTERNET now has a personality. YOURS! See your Yahoo! Homepage.
http://in.yahoo.com/
Thread
incompatibilities in innodb source of mysql-5.1.39 and mysql-cluster-gpl-5.1.39_7.0.9Alagar samy18 Nov
  • Re: incompatibilities in innodb source of mysql-5.1.39 andmysql-cluster-gpl-5.1.39_7.0.9Andrew Hutchings18 Nov
    • Re: incompatibilities in innodb source of mysql-5.1.39 and mysql-cluster-gpl-5.1.39_7.0.9Alagar samy19 Nov
  • Re: incompatibilities in innodb source of mysql-5.1.39 andmysql-cluster-gpl-5.1.39_7.0.9Jon Stephens18 Nov
    • Re: incompatibilities in innodb source of mysql-5.1.39 and mysql-cluster-gpl-5.1.39_7.0.9Alagar samy19 Nov