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
5615eae1
Commit
5615eae1
authored
Aug 05, 2005
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge mysqldev@production.mysql.com:/data0/mysqldev/my/mysql-5.0-release
into mysql.com:/M50/clone-5.0
parents
4c9ace7e
ba6c1738
Changes
12
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
15 additions
and
14 deletions
+15
-14
server-tools/instance-manager/Makefile.am
server-tools/instance-manager/Makefile.am
+2
-1
server-tools/instance-manager/guardian.cc
server-tools/instance-manager/guardian.cc
+1
-1
server-tools/instance-manager/instance.cc
server-tools/instance-manager/instance.cc
+1
-1
server-tools/instance-manager/instance_options.h
server-tools/instance-manager/instance_options.h
+1
-1
server-tools/instance-manager/listener.cc
server-tools/instance-manager/listener.cc
+1
-1
server-tools/instance-manager/log.cc
server-tools/instance-manager/log.cc
+1
-1
server-tools/instance-manager/mysqlmanager.vcproj
server-tools/instance-manager/mysqlmanager.vcproj
+1
-1
server-tools/instance-manager/options.cc
server-tools/instance-manager/options.cc
+1
-1
server-tools/instance-manager/parse_output.cc
server-tools/instance-manager/parse_output.cc
+1
-1
server-tools/instance-manager/portability.h
server-tools/instance-manager/portability.h
+3
-3
server-tools/instance-manager/priv.cc
server-tools/instance-manager/priv.cc
+1
-1
server-tools/instance-manager/priv.h
server-tools/instance-manager/priv.h
+1
-1
No files found.
server-tools/instance-manager/Makefile.am
View file @
5615eae1
...
...
@@ -77,7 +77,8 @@ mysqlmanager_SOURCES= command.cc command.h mysqlmanager.cc \
buffer.h buffer.cc parse.cc parse.h
\
guardian.cc guardian.h
\
parse_output.cc parse_output.h
\
mysql_manager_error.h
mysql_manager_error.h
\
portability.h
mysqlmanager_LDADD
=
liboptions.a
\
libnet.a
\
...
...
server-tools/instance-manager/guardian.cc
View file @
5615eae1
...
...
@@ -25,7 +25,7 @@
#include "instance.h"
#include "mysql_manager_error.h"
#include "log.h"
#include "port.h"
#include "port
ability
.h"
#include <string.h>
#include <sys/types.h>
...
...
server-tools/instance-manager/instance.cc
View file @
5615eae1
...
...
@@ -27,7 +27,7 @@
#include "log.h"
#include "instance_map.h"
#include "priv.h"
#include "port.h"
#include "port
ability
.h"
#ifndef __WIN__
#include <sys/wait.h>
#endif
...
...
server-tools/instance-manager/instance_options.h
View file @
5615eae1
...
...
@@ -19,7 +19,7 @@
#include <my_global.h>
#include <my_sys.h>
#include "parse.h"
#include "port.h"
#include "port
ability
.h"
#ifdef __GNUC__
#pragma interface
...
...
server-tools/instance-manager/listener.cc
View file @
5615eae1
...
...
@@ -33,7 +33,7 @@
#include "instance_map.h"
#include "log.h"
#include "mysql_connection.h"
#include "port.h"
#include "port
ability
.h"
/*
...
...
server-tools/instance-manager/log.cc
View file @
5615eae1
...
...
@@ -17,7 +17,7 @@
#include <my_global.h>
#include "log.h"
#include "port.h"
#include "port
ability
.h"
#include <stdarg.h>
#include <m_string.h>
#include <my_sys.h>
...
...
server-tools/instance-manager/mysqlmanager.vcproj
View file @
5615eae1
...
...
@@ -271,7 +271,7 @@
RelativePath=
".\parse_output.h"
>
</File>
<File
RelativePath=
".\port.h"
>
RelativePath=
".\port
ability
.h"
>
</File>
<File
RelativePath=
".\priv.h"
>
...
...
server-tools/instance-manager/options.cc
View file @
5615eae1
...
...
@@ -21,7 +21,7 @@
#include "options.h"
#include "priv.h"
#include "port.h"
#include "port
ability
.h"
#include <my_sys.h>
#include <my_getopt.h>
#include <m_string.h>
...
...
server-tools/instance-manager/parse_output.cc
View file @
5615eae1
...
...
@@ -21,7 +21,7 @@
#include <stdio.h>
#include <my_sys.h>
#include <m_string.h>
#include "port.h"
#include "port
ability
.h"
/*
...
...
server-tools/instance-manager/port.h
→
server-tools/instance-manager/port
ability
.h
View file @
5615eae1
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_PORT_H
#define INCLUDES_MYSQL_INSTANCE_MANAGER_PORT_H
#ifndef INCLUDES_MYSQL_INSTANCE_MANAGER_PORT
ABILITY
_H
#define INCLUDES_MYSQL_INSTANCE_MANAGER_PORT
ABILITY
_H
#ifdef __WIN__
...
...
@@ -20,6 +20,6 @@ typedef int pid_t;
#endif
/* __WIN__ */
#endif
/* INCLUDES_MYSQL_INSTANCE_MANAGER_PORT_H */
#endif
/* INCLUDES_MYSQL_INSTANCE_MANAGER_PORT
ABILITY
_H */
server-tools/instance-manager/priv.cc
View file @
5615eae1
...
...
@@ -16,7 +16,7 @@
#include <my_global.h>
#include "priv.h"
#include "port.h"
#include "port
ability
.h"
/* the pid of the manager process (of the signal thread on the LinuxThreads) */
pid_t
manager_pid
;
...
...
server-tools/instance-manager/priv.h
View file @
5615eae1
...
...
@@ -18,7 +18,7 @@
#include <sys/types.h>
#ifdef __WIN__
#include "port.h"
#include "port
ability
.h"
#else
#include <unistd.h>
#endif
...
...
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