diff options
Diffstat (limited to 'meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch')
-rw-r--r-- | meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch b/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch index 0a2eed44f4..bfcd45b64b 100644 --- a/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch +++ b/meta-oe/recipes-dbs/mysql/mariadb/0001-innobase-Define-__NR_futex-if-it-does-not-exist.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From d611f78198dee64bb6a05933d200b544e2510b76 Mon Sep 17 00:00:00 2001 | 1 | From 3a29c2f7afe10bf0bc0529b5d9ea44866946ac5a Mon Sep 17 00:00:00 2001 |
2 | From: Khem Raj <raj.khem@gmail.com> | 2 | From: Khem Raj <raj.khem@gmail.com> |
3 | Date: Sat, 14 Nov 2020 14:37:13 -0800 | 3 | Date: Sat, 14 Nov 2020 14:37:13 -0800 |
4 | Subject: [PATCH] innobase: Define __NR_futex if it does not exist | 4 | Subject: [PATCH] innobase: Define __NR_futex if it does not exist |
@@ -19,7 +19,7 @@ Signed-off-by: Khem Raj <raj.khem@gmail.com> | |||
19 | 1 file changed, 3 insertions(+) | 19 | 1 file changed, 3 insertions(+) |
20 | 20 | ||
21 | diff --git a/storage/innobase/log/log0sync.cc b/storage/innobase/log/log0sync.cc | 21 | diff --git a/storage/innobase/log/log0sync.cc b/storage/innobase/log/log0sync.cc |
22 | index 7799e605..4fab8f74 100644 | 22 | index 0de283ca..265ab691 100644 |
23 | --- a/storage/innobase/log/log0sync.cc | 23 | --- a/storage/innobase/log/log0sync.cc |
24 | +++ b/storage/innobase/log/log0sync.cc | 24 | +++ b/storage/innobase/log/log0sync.cc |
25 | @@ -66,6 +66,9 @@ Note that if write operation is very fast, a) or b) can be fine as alternative. | 25 | @@ -66,6 +66,9 @@ Note that if write operation is very fast, a) or b) can be fine as alternative. |
@@ -32,6 +32,3 @@ index 7799e605..4fab8f74 100644 | |||
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | #include <atomic> | 34 | #include <atomic> |
35 | -- | ||
36 | 2.29.2 | ||
37 | |||