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
b2fd8218
Commit
b2fd8218
authored
Oct 04, 2003
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge paul@bk-internal.mysql.com:/home/bk/mysql-4.0
into ice.snake.net:/Users/paul/mysql-4.0
parents
179700e3
a0e2753e
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/mysql-test-run.sh
mysql-test/mysql-test-run.sh
+3
-3
scripts/mysql_install_db.sh
scripts/mysql_install_db.sh
+1
-1
support-files/my-small.cnf.sh
support-files/my-small.cnf.sh
+1
-1
No files found.
mysql-test/mysql-test-run.sh
View file @
b2fd8218
...
...
@@ -1041,8 +1041,8 @@ EOF
mysql_start
()
{
# We should not start the d
ea
mon here as we don't know the argumens
# for the test. Better to let the test start the d
ea
mon
# We should not start the d
ae
mon here as we don't know the argumens
# for the test. Better to let the test start the d
ae
mon
# $ECHO "Starting MySQL daemon"
# start_master
...
...
@@ -1364,7 +1364,7 @@ then
mysql_install_db
start_manager
# Do not automagically start d
ea
mons if we are in gdb or running only one test
# Do not automagically start d
ae
mons if we are in gdb or running only one test
# case
if
[
-z
"
$DO_GDB
"
]
&&
[
-z
"
$DO_DDD
"
]
then
...
...
scripts/mysql_install_db.sh
View file @
b2fd8218
...
...
@@ -129,7 +129,7 @@ then
fi
echo
"WARNING: The host '
$hostname
' could not be looked up with resolveip."
echo
"This probably means that your libc libraries are not 100 % compatible"
echo
"with this binary MySQL version. The MySQL d
ea
mon, mysqld, should work"
echo
"with this binary MySQL version. The MySQL d
ae
mon, mysqld, should work"
echo
"normally with the exception that host name resolving will not work."
echo
"This means that you should use IP addresses instead of hostnames"
echo
"when specifying MySQL privileges !"
...
...
support-files/my-small.cnf.sh
View file @
b2fd8218
# Example mysql config file for small systems.
#
# This is for a system with little memory (<= 64M) where MySQL is only used
# from time to time and it's important that the mysqld d
ea
mon
# from time to time and it's important that the mysqld d
ae
mon
# doesn't use much resources.
#
# You can copy this file to
...
...
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