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
5679a2b6
Commit
5679a2b6
authored
Apr 15, 2020
by
Sergey Vojtovich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Shrink my_atomic.h and my_cpu.h scope
parent
4bd9f82a
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
11 additions
and
3 deletions
+11
-3
include/lf.h
include/lf.h
+0
-1
include/my_pthread.h
include/my_pthread.h
+0
-2
mysys/lf_alloc-pin.c
mysys/lf_alloc-pin.c
+1
-0
mysys/lf_hash.c
mysys/lf_hash.c
+1
-0
mysys/my_fopen.c
mysys/my_fopen.c
+1
-0
mysys/my_open.c
mysys/my_open.c
+1
-0
mysys/waiting_threads.c
mysys/waiting_threads.c
+1
-0
sql/mysqld.cc
sql/mysqld.cc
+1
-0
sql/sql_show.cc
sql/sql_show.cc
+1
-0
sql/xa.cc
sql/xa.cc
+1
-0
storage/innobase/include/srv0mon.h
storage/innobase/include/srv0mon.h
+1
-0
storage/maria/lockman.c
storage/maria/lockman.c
+1
-0
unittest/mysys/my_atomic-t.c
unittest/mysys/my_atomic-t.c
+1
-0
No files found.
include/lf.h
View file @
5679a2b6
...
...
@@ -17,7 +17,6 @@
#define INCLUDE_LF_INCLUDED
#include <my_atomic.h>
#include <my_cpu.h>
C_MODE_START
...
...
include/my_pthread.h
View file @
5679a2b6
...
...
@@ -23,8 +23,6 @@
#define ETIME ETIMEDOUT
/* For FreeBSD */
#endif
#include <my_atomic.h>
#ifdef __cplusplus
#define EXTERNC extern "C"
extern
"C"
{
...
...
mysys/lf_alloc-pin.c
View file @
5679a2b6
...
...
@@ -102,6 +102,7 @@
#include <my_global.h>
#include <my_sys.h>
#include <lf.h>
#include "my_cpu.h"
/*
when using alloca() leave at least that many bytes of the stack -
...
...
mysys/lf_hash.c
View file @
5679a2b6
...
...
@@ -28,6 +28,7 @@
#include <mysys_err.h>
#include <my_bit.h>
#include <lf.h>
#include "my_cpu.h"
/* An element of the list */
typedef
struct
{
...
...
mysys/my_fopen.c
View file @
5679a2b6
...
...
@@ -18,6 +18,7 @@
#include "my_static.h"
#include <errno.h>
#include "mysys_err.h"
#include "my_atomic.h"
static
void
make_ftype
(
char
*
to
,
int
flag
);
...
...
mysys/my_open.c
View file @
5679a2b6
...
...
@@ -17,6 +17,7 @@
#include "mysys_err.h"
#include <m_string.h>
#include <errno.h>
#include "my_atomic.h"
CREATE_NOSYMLINK_FUNCTION
(
open_nosymlinks
(
const
char
*
pathname
,
int
flags
,
int
mode
),
...
...
mysys/waiting_threads.c
View file @
5679a2b6
...
...
@@ -175,6 +175,7 @@
#include <my_global.h>
#include <waiting_threads.h>
#include <m_string.h>
#include "my_cpu.h"
/* status variables */
...
...
sql/mysqld.cc
View file @
5679a2b6
...
...
@@ -54,6 +54,7 @@
#include <m_ctype.h>
#include <my_dir.h>
#include <my_bit.h>
#include "my_cpu.h"
#include "slave.h"
#include "rpl_mi.h"
#include "sql_repl.h"
...
...
sql/sql_show.cc
View file @
5679a2b6
...
...
@@ -64,6 +64,7 @@
#endif
#include "transaction.h"
#include "opt_trace.h"
#include "my_cpu.h"
enum
enum_i_s_events_fields
{
...
...
sql/xa.cc
View file @
5679a2b6
...
...
@@ -19,6 +19,7 @@
#include "mariadb.h"
#include "sql_class.h"
#include "transaction.h"
#include "my_cpu.h"
/***************************************************************************
...
...
storage/innobase/include/srv0mon.h
View file @
5679a2b6
...
...
@@ -37,6 +37,7 @@ Created 12/15/2009 Jimmy Yang
#endif
/* __STDC_LIMIT_MACROS */
#include <stdint.h>
#include "my_atomic.h"
/** Possible status values for "mon_status" in "struct monitor_value" */
enum
monitor_running_status
{
...
...
storage/maria/lockman.c
View file @
5679a2b6
...
...
@@ -109,6 +109,7 @@
#include <my_sys.h>
#include <my_bit.h>
#include <lf.h>
#include "my_cpu.h"
#include "lockman.h"
/*
...
...
unittest/mysys/my_atomic-t.c
View file @
5679a2b6
...
...
@@ -14,6 +14,7 @@
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1335 USA */
#include "thr_template.c"
#include "my_atomic.h"
volatile
uint32
b32
;
volatile
int32
c32
;
...
...
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