mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
mariadb: new package
MariaDB is a drop-in replacement for MySQL. This commit adds a current and stable version of MariaDB to the tree. Quite a few ideas/patches were copied from Alpine Linux, Busybox Buildroot and Debian. Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
Author: James Cowgill <jcowgill@debian.org>
|
||||
Description: fix FTBFS on 32-bit mips*
|
||||
Bug-Debian: #864298
|
||||
|
||||
--- a/storage/innobase/include/os0sync.h
|
||||
+++ b/storage/innobase/include/os0sync.h
|
||||
@@ -37,6 +37,7 @@ Created 9/6/1995 Heikki Tuuri
|
||||
|
||||
#include "univ.i"
|
||||
#include "ut0lst.h"
|
||||
+#include "sync0types.h"
|
||||
|
||||
/** CPU cache line size */
|
||||
#ifdef __powerpc__
|
||||
Reference in New Issue
Block a user