MariaDB 10.0.4 Alpha Now Available
The MariaDB project is pleased to announce the immediate availability of MariaDB 10.0.4. This is an Alpha release. See the Release Notes and Changelog for detailed information on this release and the What is MariaDB 10.0? page in the AskMonty Knowledgebase for general information about the MariaDB 10.0 series.
Release Notes Changelog What is MariaDB 10.0?
Thanks, and enjoy MariaDB!
Trying to build on 32 bit Linux:
Spider storage engine does not compile:
/var/tmp/mariadb-10.0.4/storage/spider/ha_spider.cc: In member function ‘virtual int ha_spider::open(const char*, int, uint)’:
/var/tmp/mariadb-10.0.4/storage/spider/ha_spider.cc:584:7: error: ‘pt_handler_mutex’ was not declared in this scope
if (pt_handler_mutex)
^
In file included from /var/tmp/mariadb-10.0.4/include/my_pthread.h:711:0,
from /var/tmp/mariadb-10.0.4/include/my_sys.h:34,
from /var/tmp/mariadb-10.0.4/sql/sql_plugin.h:43,
from /var/tmp/mariadb-10.0.4/sql/structs.h:23,
from /var/tmp/mariadb-10.0.4/sql/unireg.h:170,
from /var/tmp/mariadb-10.0.4/sql/sql_class.h:25,
from /var/tmp/mariadb-10.0.4/storage/spider/ha_spider.cc:28:
/var/tmp/mariadb-10.0.4/storage/spider/ha_spider.cc:585:27: error: ‘partition_share’ was not declared in this scope
pthread_mutex_unlock(&partition_share->pt_handler_mutex);
Second issue: Running mysql_upgrade when InnoDB is disabled produces an error:
Phase 3/3: Running ‘mysql_fix_privilege_tables’…
ERROR 1286 (42000) at line 37: Unknown storage engine ‘INNODB’
ERROR 1286 (42000) at line 46: Unknown storage engine ‘INNODB’
FATAL ERROR: Upgrade failed
send it to maria-developers@lists.launchpad.net and they can help you
Hi Yui,
thanks for reporting these build failures. To follow them see Jira tasks:
https://mariadb.atlassian.net/browse/MDEV-4949
https://mariadb.atlassian.net/browse/MDEV-4950
Thanks,
Sergey