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
1875eedb
Commit
1875eedb
authored
Jun 18, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
parents
254cf2d5
621215cd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
77 additions
and
60 deletions
+77
-60
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-0
BitKeeper/triggers/post-incoming
BitKeeper/triggers/post-incoming
+0
-3
BitKeeper/triggers/post-outgoing
BitKeeper/triggers/post-outgoing
+0
-3
BitKeeper/triggers/pre-commit
BitKeeper/triggers/pre-commit
+12
-0
INSTALL-WIN-SOURCE
INSTALL-WIN-SOURCE
+64
-54
No files found.
BitKeeper/etc/logging_ok
View file @
1875eedb
...
...
@@ -97,6 +97,7 @@ sasha@mysql.sashanet.com
serg@build.mysql2.com
serg@serg.mylan
serg@serg.mysql.com
serg@sergbook.mylan
serg@sergbook.mysql.com
sinisa@rhols221.adsl.netsonic.fi
tfr@beta.frontier86.ee
...
...
BitKeeper/triggers/post-incoming
deleted
100755 → 0
View file @
254cf2d5
#! /bin/sh
echo
"Test: post-incoming works"
BitKeeper/triggers/post-outgoing
deleted
100755 → 0
View file @
254cf2d5
#! /bin/sh
echo
"Test: post-outgoing works"
BitKeeper/triggers/pre-commit
0 → 100755
View file @
1875eedb
#!/bin/sh
if
[
"
$REAL_EMAIL
"
=
""
]
then
echo
"Error: you must set REAL_EMAIL in your profile"
echo
"e.g.: export REAL_EMAIL='Joe Dow <joe@foo.bar>'"
echo
""
echo
"Commit FAILED!"
echo
"Set REAL_EMAIL and retry."
exit
1
fi
INSTALL-WIN-SOURCE
View file @
1875eedb
...
...
@@ -10,7 +10,7 @@ This is a simple 'HOWTO' document describing how to
build
MySQL
binaries
for
versions
4.1
and
above
on
Windows
.
Instructions
are
provided
for
building
binaries
from
a
standard
source
distribution
or
from
the
BitKeeper
tree
that
contains
the
latest
develop
er
source
.
tree
that
contains
the
latest
develop
ment
source
.
---------------------------------------------------------
NOTE
...
...
@@ -51,29 +51,15 @@ system:
-
~
45
MB
disk
space
-
64
MB
RAM
You
'll also need a MySQL source distribution. You can
get the source for released versions of MySQL from:
http://www.mysql.com/downloads/
Alternatively, you can package a source distribution
yourself from the latest BitKeeper developer source
tree. If you plan to do this, you must create the
package on a Unix system and then transfer it to your
Windows system. (The reason for this is that the initial
configuration scripts and some of the build steps work
only on Unix.) The BitKeeper approach thus requires:
- A system running Unix, or a Unix-like system such as Linux
- BitKeeper 3.0 installed on that system (you can obtain
BitKeeper from http://www.bitkeeper.com)
You
'll also need a MySQL source distribution, which you
can obtain as described in section 2.
-------------------------------------------------------
2. OBTAINING A WINDOWS SOURCE DISTRIBUTION
-------------------------------------------------------
There are two ways you can get a Windows source distribution
for
MySQL version 4.1 and above:
There are two ways you can get a Windows source distribution
for
MySQL version 4.1 and above:
I. Obtain a MySQL AB-distributed source distribution for the
particular version of MySQL in which you are interested.
...
...
@@ -82,41 +68,54 @@ MySQL version 4.1 and above:
http://www.mysql.com/downloads/
II. Create a source package yourself from the latest development
'
BitKeeper
' source tree.
II. Alternatively, you can package a source distribution
yourself from the latest BitKeeper developer source
tree. If you plan to do this, you must create the
package on a Unix system and then transfer it to your
Windows system. (The reason for this is that some of the
configuration and build steps require tools that work only
on Unix.) The BitKeeper approach thus requires:
- A system running Unix, or a Unix-like system such as Linux
- BitKeeper 3.0 installed on that system (you can obtain
BitKeeper from http://www.bitkeeper.com)
If you are using the first option, you can skip the next
section and go directly to '
BUILDING
FROM
VC
++
WORKSPACE
'.
section and go directly to "BUILDING '
mysql
server
&
clients
'
FROM VC++ WORKSPACE"
-------------------------------------------------------
3. CREATING A SOURCE PACKAGE FROM THE '
BitKeeper
' TREE
-------------------------------------------------------
To build the latest Windows source package, Please follow the
following instructions from any of your '
*
UNIX
*
' operating
systems (preferably Linux):
To build the latest Windows source package from the current
BitKeeper source tree, use the following instructions. Please
note that this procedure must be performed on a system
running a Unix or Unix-like operating system. (The procedure
is know to work well on Linux, for example.
- Clone the BitKeeper source tree for MySQL (version 4.1
or above, as desired). For more information how to clone
the
BitKeeper source tree, follow
the instructions at:
the
source tree, see
the instructions at:
http://www.mysql.com/doc/en/Installing_source_tree.html
- Build the distribution so that you have a server binary to
work with. One way to do this is to run the following
command in the top-level directory of your source tree:
- Configure and build the distribution so that you have a
server binary to work with. One way to do this is to run
the following command in the top-level directory of your
source tree:
./BUILD/compile-pentium-max
- After making sure that build process completed successfully,
- After making sure that
the
build process completed successfully,
run the following utility script from top-level directory
of your source tree:
./scripts/make_win_src_distribution
This script creates
the Windows source package. You ca
n
supply different options to the script based on your needs.
It accepts:
the following options:
This script creates
a Windows source package, to be used o
n
your Windows system. You can supply different options to the
script based on your needs. It accepts
the following options:
--debug Debug, without creating the package
--tmp Specify the temporary location
...
...
@@ -128,15 +127,14 @@ systems (preferably Linux):
By default, make_win_src_distribution creates a zipped
archive with the name mysql-$version-win-src.zip, where
$version is the version of the MySQL source tree you
cloned.
$version represents the version of your MySQL source tree.
- Copy or upload to your Windows machine the Windows source
package that you have just created
, and compile it using
package that you have just created
. To compile it, use
the instructions in the next section.
---------------------------------------------------------
4. BUILDING '
mysql
server
&
clients
'
FROM VC++ WORKSPACE
4. BUILDING '
mysql
server
&
clients
' FROM VC++ WORKSPACE
---------------------------------------------------------
NOTE: MySQL 4.1 and above VC++ workspace files are compatible
...
...
@@ -148,20 +146,20 @@ Unpack the Windows source zipped archive to a folder and open
mysql.dsw from your top-level directory.
If you want to build both release and debug versions, then
select '
build
' -> '
buildall
' option. To build only
'
release
'
or
'
debug
' versions, then select all appropriate workspaces
from
the '
build
' -> '
batch
build
' option.
select '
build
' -> '
buildall
' option. To build only
release
or
debug versions, select all appropriate workspaces from
the '
build
' -> '
batch
build
' option.
The simplest solution to build basic clients and core
The simplest solution to build
ing the
basic clients and core
server is to set your current active workspace as '
mysqld
'
release or debug version, and just hit '
build
' or '
F7
', which
creates
necessary client binaries in the '
client_release
' or
'
client_debug
' directories. The libraries are placed in the
creates
the necessary client binaries in the '
client_release
'
or
'
client_debug
' directories. The libraries are placed in the
'
lib_release
' and '
lib_debug
' directories for release and
debug versions, respectively.
Now you have built the distribution. If you get any compiler
errors, please cross check and
send
the compiler output to
errors, please cross check and
email
the compiler output to
win32@lists.mysql.com for further assistance.
---------------------------------------------------------
...
...
@@ -173,16 +171,28 @@ TODO from MySQL PIEFU team.
6. STARTING THE MYSQL SERVER FOR THE FIRST TIME
---------------------------------------------------------
First ensure to set or copy my.ini or my.cnf file to your
'
data
' directory that exists in the top-level directory or
point to existing '
data
' directory.
Now, start your server from the '
client_release
' or
'
client_debug
' directory (depending on which server you
want to use), by following the instructions from:
The server built using the preceding instructions will
expect that the MySQL base directory and data directory
are C:\mysql and C:\mysql\data by default. If you want to
test your server using the source root directory and its
data directory as the base directory and data directory,
you will need to tell the server their pathnames. You can
either do this on the command line with the --basedir
and --data-dir options, or place appropriate options in
an option file (C:\my.cnf or the my.ini file in your
Windows directory). If you have an existing data directory
elsewhere that you want to use, you can specify its pathname
instead.
Start your server from the '
client_release
' or '
client_debug
'
directory (depending on which server you want to use). The
general instructions are given here:
http://www.mysql.com/doc/en/Windows_installation.html
You'
ll
have
to
adapt
the
instructions
appropriately
if
you
want
to
use
a
different
base
directory
and
/
or
data
directory
.
That
's all!!! See, it'
s
as
simple
to
build
MySQL
on
Windows
as
on
any
other
platform
!!!
...
...
@@ -200,12 +210,12 @@ exists in your 'client_release' or 'client_debug' directory.
---------------------------------------------------------
-
For
production
use
,
MySQL
AB
does
not
advise
using
a
MySQL
server
built
by
yourself
from
source
.
I
nstead
,
stick
to
binaries
shipped
by
MySQL
AB
.
server
built
by
yourself
from
source
.
I
t
is
preferable
to
stick
to
using
binaries
shipped
by
MySQL
AB
.
-
If
you
find
something
not
working
as
expected
,
or
you
have
suggestions
about
ways
to
improve
the
current
build
process
on
Windows
,
please
email
to
'win32@lists.mysql.com'
.
on
Windows
,
please
email
to
win32
@
lists
.
mysql
.
com
.
Thanks
MySQL
Team
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