FreeBSD Bugzilla – Attachment 182541 Details for
Bug 219235
databases/mariadb101-server: Update MDEV-12281 Patch - also patch XtraDB and not just InnoDB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update patch-MDEV-12281 and bump portrev
update-patch-MDEV-12281 (text/plain), 1.11 KB, created by
Dani I.
on 2017-05-12 10:08:18 UTC
(
hide
)
Description:
Update patch-MDEV-12281 and bump portrev
Filename:
MIME Type:
Creator:
Dani I.
Created:
2017-05-12 10:08:18 UTC
Size:
1.11 KB
patch
obsolete
>--- Makefile 2017-05-12 11:56:03.928069879 +0200 >+++ Makefile 2017-05-12 11:55:50.153875328 +0200 >@@ -2,7 +2,7 @@ > > PORTNAME?= mariadb > PORTVERSION= 10.1.23 >-PORTREVISION?= 0 >+PORTREVISION?= 1 > CATEGORIES= databases ipv6 > MASTER_SITES= http://ftp.osuosl.org/pub/${SITESDIR}/ \ > http://mirrors.supportex.net/${SITESDIR}/ \ >--- files/patch-MDEV-12281 2017-05-04 13:03:42.766229632 +0200 >+++ files/patch-MDEV-12281 2017-05-12 11:55:12.075889341 +0200 >@@ -13,3 +13,18 @@ > > if (rec_is_last_on_page > && !prev_rec_is_copied >+--- storage/xtradb/dict/dict0stats.cc.orig 2017-05-02 07:13:52.000000000 +0200 >++++ storage/xtradb/dict/dict0stats.cc 2017-05-08 18:37:24.659231976 +0200 >+@@ -1168,10 +1168,10 @@ >+ leaf-level delete marks because delete marks on >+ non-leaf level do not make sense. */ >+ >+- if (level == 0 && srv_stats_include_delete_marked? 0: >++ if (level == 0 && (srv_stats_include_delete_marked ? 0: >+ rec_get_deleted_flag( >+ rec, >+- page_is_comp(btr_pcur_get_page(&pcur)))) { >++ page_is_comp(btr_pcur_get_page(&pcur))))) { >+ >+ if (rec_is_last_on_page >+ && !prev_rec_is_copied
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 219235
: 182541