
Prep work for the MariaDB 10.3.8 release has begun. Expected release date is Mon 2 Jul 2018. Draft release notes and changelog: - https://mariadb.com/kb/en/mariadb-1038-release-notes/ - https://mariadb.com/kb/en/mariadb-1038-changelog/ As usual, the release notes and changelog are still in draft form at this time and will be updated prior to release. Thanks. -- Daniel Bartholomew, MariaDB Release Manager MariaDB | http://mariadb.com

Hello! I ran test builds on Launchpad with latest commits and it seems many platforms are failing due to: main.auto_increment w2 [ fail ] Test ended at 2018-07-02 09:11:50 CURRENT_TEST: main.auto_increment mysqltest: In included file "./include/autoinc_mdev15353.inc": included from /<<PKGBUILDDIR>>/mysql-test/main/auto_increment.test at line 408: At line 21: query 'CALL autoinc_mdev15353_one(@engine, 'tinyint')' failed: 167: Out of range value for column 'id' at row 1 The result from queries just before the failure was: < snip > # SET @engine='MyISAM'; CREATE PROCEDURE autoinc_mdev15353_one(engine VARCHAR(64), t VARCHAR(64)) BEGIN DECLARE query TEXT DEFAULT 'CREATE TABLE t1 (' ' id TTT NOT NULL AUTO_INCREMENT,' ' name CHAR(30) NOT NULL,' ' PRIMARY KEY (id)) ENGINE=EEE'; EXECUTE IMMEDIATE REPLACE(REPLACE(query,'TTT', t), 'EEE', engine); SHOW CREATE TABLE t1; INSERT INTO t1 (name) VALUES ('dog'); SELECT * FROM t1; UPDATE t1 SET id=-1 WHERE id=1; SELECT * FROM t1; INSERT INTO t1 (name) VALUES ('cat'); SELECT * FROM t1; DROP TABLE t1; END; $$ CALL autoinc_mdev15353_one(@engine, 'tinyint'); Full logs at https://launchpad.net/~mysql-ubuntu/+archive/ubuntu/mariadb-10.3/+build s?build_text=&build_state=all I hope this will be a good release. I plan to upload it into Debian in the coming weeks. On Sun, 2018-07-01 at 17:42 -0400, Daniel Bartholomew wrote:
Prep work for the MariaDB 10.3.8 release has begun. Expected release date is Mon 2 Jul 2018.
Draft release notes and changelog: - https://mariadb.com/kb/en/mariadb-1038-release-notes/ - https://mariadb.com/kb/en/mariadb-1038-changelog/
As usual, the release notes and changelog are still in draft form at this time and will be updated prior to release.
Thanks.
-- Otto Kekäläinen MariaDB Foundation +358 44 5662204
participants (2)
-
Daniel Bartholomew
-
Otto Kekäläinen