Category Archives: Community
How MariaDB Server is tested
MariaDB Foundation is commited to ensuring MariaDB Server has a thriving community of developers and contributors. A software project cannot be maintained without proper tests. mysql-test-run is our standard testing toolkit for MariaDB Server. What it (mostly) does is run queries against one or more servers and compare their output to the expected one. This checks both behaviour and data consistency. The main principle is the server should always return the same data that is put into it.
One problem with this testing method is that it only covers the hosts’ environment. That means that if you are running Debian on x86_64 architecture, you are testing x86_64 architecture on a Debian Linux distribution. …
Continue reading “MariaDB Server’s continuous integration & testing available to community”
The 2019 Shanghai MariaDB Developers Unconference is being hosted by Microsoft Shanghai, from 19 November. Slides will be added to this post as they become available.
Day One
- Welcome by MariaDB Foundation CEO (Kaj)
- MariaDB Foundation from the perspective of a Board Member (Eric)
- Sponsoring MariaDB Foundation (Prashant)
- History of MariaDB (Monty)
- New Contributor Tutorial – MariaDB Server & more (Vicentiu)
- ALTER TABLE Improvements in MariaDB (Marko)
- The Path of the Query (Sergei G)
- Main classes/structures of MariaDB and how they are connected (Oleksandr)
- How to add a new function and debug MariaDB Server (Monty)
- How MariaDB optimizer works in general (Oleksandr)
- Stress Reduction (Prashant)
Day Two
- The customization features of MariaDB Spider in Tencent Games (Will Han)
- Memory management Conventional query/PS/SP (Oleksandr)
- MariaDB Feature Plan: RecycleBin for DDL (Lixun Peng)
- TBA (Alexey)
- MariaDB Server 10.5 InnoDB Status &
…
Continue reading “2019 MariaDB Developers Unconference Shanghai Presentations”
In his blog post “On Contributions, Pride and Cockiness ” in May, MariaDB Foundation CEO Kaj Arnö spoke of a renewed focus on MariaDB Server pull requests. Processing community pull requests in good time is a key part of our mission, but we’d been falling behind, and receiving justifiable criticism. At the time of that article, there were 167 open pull requests, with many open for far too long, and contributors were frustrated.
We set out two end goals:
- Reduce backlog of open pull requests
- Motivate contributors to make more contributions
There’s been no noticeable uptick in contributions since then, but we’ve made good progress in reducing the number of open pull requests. …
(The original English version of this post is available here).
MariaDB基金会很高兴地宣布,2019 年度MariaDB开发者会议将于上海举行。继第一届2017年深圳开发者会议之后,这是该会议在中国的第二次举办。此次会议将于2019年11月19日周二开始,2019年11月21日周四结束。
此次会议将由微软上海分公司友情承办。请有意向与会者,点击此链接报名参加event page at Meetup.com. 我们建议您选择会议地址附近的酒店入住。所有会议均免费参加。
此次会议的模式将与以往相同,欢迎大家围绕所有主题进行讨论与合作。我们欢迎每一位有兴趣为MarianDB开源项目做贡献的人的参与。参与形式不限,可以为编程或其他任何方式。参与人员也不局限于核心开发人员。这是一次开放的聚会,我们欢迎喜欢开源的学习和工作方式,并愿意为MariaDB做出贡献的新伙伴和老朋友。
此次会议将围绕MariaDB开源项目展开深度演讲与交流。届时很多核心MariaDB开发者也将出席会议。
此次会议的目的在于能够提供一个面对面交流的平台,使新老开发者们能共同破解难题或者规划未来。
若您需要申请办理签证所需邀请函,请浏览此处see the visa applications page for China from Shenzhen.
若您对此次会议或者如何致力于MariaDB有任何疑问,请随时于此处发起您的讨论MariaDBdevelopers mailing list以及MariaDB discuss mailing list.
报名参加会议请点击此处 MariaDB Developers (Un)Conference here. …
(A Chinese version of this post is available here).
The MariaDB Foundation is pleased to announce the 2019 MariaDB Developers Unconference in Shanghai. This will be our second Unconference in China, after the 2017 Developers Unconference in Shenzhen, and will take place from Tuesday 19 November to Thursday 21 November 2019.
Microsoft Shanghai are kindly hosting the event. If you want to attend, please sign up on the event page at Meetup.com. We recommend you stay in a hotel near the venue.
All events are free of charge to attend.
The event will be the traditional unconference, with lots of opportunities for discussions and collaboration around any topic. …
Continue reading “2019 Developers Unconference, Shanghai, Nov 2019”
At the end of the download process for MariaDB Server from downloads.mariadb.org, downloaders will from now on be redirected to a MariaDB Knowledge Base page with further information related to how to work with the MariaDB Server release just downloaded.
This is meant to be helpful for the downloader, both when getting started with MariaDB in general, and with that specific release in particular.
The decision to redirect downloaders to a site run by the MariaDB Corporation needs special care. The MariaDB Foundation board voted on the issue, with the board members who work for the MariaDB Corporation abstaining from the vote. …
Continue reading “Redirecting Downloaders to Knowledge Base”
The Debian project announced their 15th release, code name Buster, on July 6th 2019. Debian 10 ships with MariaDB 10.3 and Galera. There is no separate MariaDB Connector C package, but instead MariaDB 10.3 includes MariaDB Connector C 3.0. Like most other popular Linux distributions, Debian prefers MariaDB over the Oracle owned alternative and this is now the second major release of Debian that only ships with MariaDB, and no MySQL at all. Anybody attempting to run apt install mysql-server will end up with MariaDB server instead and any upgrades from older MySQL versions to new MariaDB versions happen seamlessly, just like users have learnt to expect from apt. …
At MariaDB Foundation, we are proud of MariaDB Server getting plenty of contributions. But we don’t want to get cocky, so here is an update about where we stand, and what we want to make happen.
First, we have shown our contribution pride in several places. On 15 February 2019, I tweeted
On code contributions, #MariaDB beats #MySQL 1009 to 247: We have over a thousand (1009) closed pull requests on github (and 179 open), MySQL has 247 closed (1 open). https://t.co/32NIuMMTvc pic.twitter.com/ZZcRBdk939
— Kaj Arnö (@kajarno) February 15, 2019
Repeating: On code contributions, #MariaDB beats #MySQL 1009 to 247: We have over a thousand (1009) closed pull requests on GitHub (and 179 open), MySQL has 247 closed (1 open).
In our Annual Report 2018, we spent several pages, talking about pull requests and patches, showing code contribution statistics. …