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
aa341c49
Commit
aa341c49
authored
Nov 10, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge trift2.:/MySQL/M41/bug17194-4.1
into trift2.:/MySQL/M41/push-4.1
parents
744aadbe
62e0e608
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
5 deletions
+12
-5
mysql-test/install_test_db.sh
mysql-test/install_test_db.sh
+12
-5
No files found.
mysql-test/install_test_db.sh
View file @
aa341c49
#!/bin/sh
# Copyright (C) 1997-200
2
MySQL AB
# Copyright (C) 1997-200
6
MySQL AB
# For a more info consult the file COPYRIGHT distributed with this file
# This scripts creates the privilege tables db, host, user, tables_priv,
...
...
@@ -7,19 +7,26 @@
if
[
x
$1
=
x
"--bin"
]
;
then
shift
1
BINARY_DIST
=
1
bindir
=
../bin
scriptdir
=
../bin
libexecdir
=
../libexec
# Check if it's a binary distribution or a 'make install'
if
test
-x
../libexec/mysqld
then
execdir
=
../libexec
elif
test
-x
../../sbin/mysqld
# RPM installation
then
execdir
=
../../sbin
bindir
=
../../bin
scriptdir
=
../../bin
libexecdir
=
../../libexec
else
execdir
=
../bin
fi
bindir
=
../bin
BINARY_DIST
=
1
fix_bin
=
mysql-test
scriptdir
=
../bin
libexecdir
=
../libexec
else
execdir
=
../sql
bindir
=
../client
...
...
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