Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gabriel Monnerat
slapos
Commits
ae0fd674
Commit
ae0fd674
authored
May 23, 2017
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/mariadb: version up 10.2.6 (GA) in mariadb/mariarocks.cfg.
parent
919d4f73
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
5 deletions
+19
-5
component/mariadb/mariadb_10.2.6_MDEV-12281.patch
component/mariadb/mariadb_10.2.6_MDEV-12281.patch
+16
-0
component/mariadb/mariarocks.cfg
component/mariadb/mariarocks.cfg
+3
-5
No files found.
component/mariadb/mariadb_10.2.6_MDEV-12281.patch
0 → 100644
View file @
ae0fd674
diff -ur storage/xtradb/dict/dict0stats.cc storage/xtradb/dict/dict0stats.cc
--- storage/xtradb/dict/dict0stats.cc 2017-05-02 07:13:52.000000000 +0200
+++ storage/xtradb/dict/dict0stats.cc 2017-05-09 09:53:50.174738190 +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
component/mariadb/mariarocks.cfg
View file @
ae0fd674
[mariadb]
url = https://downloads.mariadb.com/MariaDB/mariadb-10.2.
5/source/mariadb-10.2.5
.tar.gz
md5sum =
16fb01bb375c8d8a91a9ecf491397d51
url = https://downloads.mariadb.com/MariaDB/mariadb-10.2.
6/source/mariadb-10.2.6
.tar.gz
md5sum =
3d454cdadbd3208e1c9c23e5338a62b0
stable-patches =
pre-configure =
sed -i -e '/(rc == -1 || errno == EINTR)/s/||/\&\&/' libmariadb/plugins/pvio/pvio_socket.c
sed -i -e 's,set(SYSTEM_LIBS $${CMAKE_THREAD_LIBS_INIT}),set(SYSTEM_LIBS $${CMAKE_THREAD_LIBS_INIT} $${LIBRT}),' storage/rocksdb/build_rocksdb.cmake
${:_profile_base_location_}/mariadb_10.2.6_MDEV-12281.patch#9e94e4f41559ae4f16db6fc0379a6fba
configure-options +=
-DPLUGIN_DAEMON_EXAMPLE=NO
-DPLUGIN_EXAMPLE=NO
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment