Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
867809f2
Commit
867809f2
authored
Nov 08, 2016
by
Sergei Golubchik
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bugfix: compile InnoDB w/o P_S
parent
75925f8f
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
1 deletion
+6
-1
mysql-test/suite/sys_vars/inc/sysvars_server.inc
mysql-test/suite/sys_vars/inc/sysvars_server.inc
+1
-0
storage/innobase/include/srv0srv.h
storage/innobase/include/srv0srv.h
+3
-0
storage/innobase/include/univ.i
storage/innobase/include/univ.i
+1
-1
storage/innobase/include/ut0ut.h
storage/innobase/include/ut0ut.h
+1
-0
No files found.
mysql-test/suite/sys_vars/inc/sysvars_server.inc
View file @
867809f2
--
source
include
/
have_perfschema
.
inc
--
source
include
/
word_size
.
inc
--
vertical_results
...
...
storage/innobase/include/srv0srv.h
View file @
867809f2
...
...
@@ -620,6 +620,9 @@ do { \
do { \
PSI_THREAD_CALL(delete_current_thread)(); \
} while (0)
# else
# define pfs_register_thread(key)
# define pfs_delete_thread()
# endif
/* UNIV_PFS_THREAD */
#ifdef HAVE_PSI_STAGE_INTERFACE
...
...
storage/innobase/include/univ.i
View file @
867809f2
...
...
@@ -122,6 +122,7 @@ support cross-platform development and expose comonly used SQL names. */
#
include
<
unistd
.
h
>
#
endif
#
include
"my_pthread.h"
/* Following defines are to enable performance schema
instrumentation in each of five InnoDB modules if
HAVE_PSI_INTERFACE is defined. */
...
...
@@ -159,7 +160,6 @@ be excluded from instrumentation. */
#
include
"pfs_thread_provider.h"
#
endif
#
include
"my_pthread.h"
#
include
"mysql/psi/mysql_thread.h"
/* For PSI_FILE_CALL(). */
/* JAN: TODO: missing 5.7 header */
...
...
storage/innobase/include/ut0ut.h
View file @
867809f2
...
...
@@ -30,6 +30,7 @@ Created 1/20/1994 Heikki Tuuri
#include <ostream>
#include <sstream>
#include <string.h>
#ifndef UNIV_INNOCHECKSUM
...
...
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