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
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
Kirill Smelkov
mariadb
Commits
d215c9fa
Commit
d215c9fa
authored
Sep 08, 2000
by
paul@central.snake.net
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@work.mysql.com:/home/bk/mysql
into central.snake.net:/usr/users/paul/mysql
parents
32cf314f
9fcc7174
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
148 additions
and
47 deletions
+148
-47
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+19
-0
Build-tools/Do-all-build-steps
Build-tools/Do-all-build-steps
+1
-1
Build-tools/Do-compile
Build-tools/Do-compile
+1
-1
Docs/Makefile.am
Docs/Makefile.am
+10
-0
Docs/manual.texi
Docs/manual.texi
+115
-43
scripts/make_binary_distribution.sh
scripts/make_binary_distribution.sh
+1
-1
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
d215c9fa
bk@work.mysql.com
davida@work.mysql.com
jamppa@work.mysql.com
jcole@ham.spaceapes.com
jcole@jcole.burghcom.com
jcole@tetra.bedford.progress.com
jcole@tetra.spaceapes.com
matt@work.mysql.com
monty@donna.mysql.com
monty@work.mysql.com
paul@central.snake.net
paul@work.mysql.com
sasha@mysql.sashanet.com
sasha@work.mysql.com
serg@infomag.ape.relarn.ru
serg@work.mysql.com
sinisa@work.mysql.com
tim@localhost.polyesthetic.msg
tim@work.mysql.com
tonu@work.mysql.com
Build-tools/Do-all-build-steps
View file @
d215c9fa
...
...
@@ -26,7 +26,7 @@ cd "$WD"
# Create a build directory tree
bk export
$BD
cd "
$BD
"
chmod -R
a
+rw,g+rw .
chmod -R
u
+rw,g+rw .
#Make it easy to remove an old build
umask 002
...
...
Build-tools/Do-compile
View file @
d215c9fa
...
...
@@ -145,7 +145,7 @@ if ($opt_stage <= 5 && !$opt_no_test)
log_system
("
./bin/mysqladmin --no-defaults -u root -S
$mysql_unix_port
-s shutdown
")
||
info
("
There was no mysqld running
\n
");
sleep
(
2
);
log_system
("
rm -f ./data/mysql/*
");
check_system
("
scripts/mysql_install_db --
skip-locking
","
com/license
");
check_system
("
scripts/mysql_install_db --
no-defaults --skip-locking
","
https://order
");
safe_system
("
./bin/mysqld --no-defaults --basedir . --datadir ./data --skip-locking >>
$log
2>&1 &
");
sleep
(
2
);
}
...
...
Docs/Makefile.am
View file @
d215c9fa
...
...
@@ -66,6 +66,16 @@ manual.pdf: manual.texi
rm
-f
manual-tmp.
*
;
\
touch
$@
# Target to produce NuSphere Manual
print-manual.pdf
:
manual.texi
cat
manual.texi |
sed
-e
's|@image{[^}]*} *||g'
>
manual-tmp.texi
;
\
pdftex
--interaction
=
nonstopmode
'\input manual-tmp.texi'
;
\
pdftex
--interaction
=
nonstopmode
'\pdfcompresslevel=9'
\
'\input manual-tmp.texi'
;
\
mv
manual-tmp.pdf
$@
;
\
rm
-f
manual-tmp.
*
;
\
touch
$@
# The texi2dvi gives a lot of harmless errors. Just ignore them unless
# you want to help with the typesetting part.
# This is the European papersize version
...
...
Docs/manual.texi
View file @
d215c9fa
This diff is collapsed.
Click to expand it.
scripts/make_binary_distribution.sh
View file @
d215c9fa
...
...
@@ -48,7 +48,7 @@ rm $BASE/include/Makefile*; rm $BASE/include/*.in
cp
-p
tests/
*
.res tests/
*
.tst tests/
*
.pl
$BASE
/tests
cp
-p
support-files/
*
$BASE
/support-files
cp
-p
libmysql/.libs/libmysqlclient.a libmysql/.libs/libmysqlclient.so
*
libmysql/libmysqlclient.
*
libmysql_r/.libs/libmysqlclient_
a.a libmysql_r/.libs/libmysqlclient.so
*
libmysql_r/libmysqlclient
.
*
mysys/libmysys.a strings/libmystrings.a dbug/libdbug.a
$BASE
/lib
cp
-p
libmysql/.libs/libmysqlclient.a libmysql/.libs/libmysqlclient.so
*
libmysql/libmysqlclient.
*
libmysql_r/.libs/libmysqlclient_
r.a libmysql_r/.libs/libmysqlclient_r.so
*
libmysql_r/libmysqlclient_r
.
*
mysys/libmysys.a strings/libmystrings.a dbug/libdbug.a
$BASE
/lib
cp
-r
-p
sql/share/
*
$BASE
/share/mysql
;
rm
-f
$BASE
/share/mysql/Makefile
*
$BASE
/share/mysql/
*
/
*
.OLD
$BASE
/share/CVS
$BASE
/share/
*
/CVS
cp
-p
scripts/
*
$BASE
/bin
...
...
scripts/mysql_install_db.sh
View file @
d215c9fa
...
...
@@ -25,7 +25,7 @@ do
;;
--force
)
force
=
1
;;
--no-defaults
=
*
)
defaults
=
"
$1
"
;
CONFIG_FILES
=
/nonexistent
--no-defaults
)
defaults
=
"
$1
"
;
CONFIG_FILES
=
/nonexistent
;;
--defaults-file
=
*
)
defaults
=
"
$1
"
;
CONFIG_FILES
=
"
$eqvalue
"
;;
...
...
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