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
2b5d6050
Commit
2b5d6050
authored
May 29, 2001
by
jani@janikt.pp.saunalahti.fi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a few typos.
parent
d1fc2f3c
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
11 deletions
+5
-11
BitKeeper/etc/logging_ok
BitKeeper/etc/logging_ok
+1
-7
Docs/manual.texi
Docs/manual.texi
+1
-1
scripts/safe_mysqld.sh
scripts/safe_mysqld.sh
+1
-1
support-files/mysql-multi.server.sh
support-files/mysql-multi.server.sh
+1
-1
support-files/mysql.server.sh
support-files/mysql.server.sh
+1
-1
No files found.
BitKeeper/etc/logging_ok
View file @
2b5d6050
heikki@donna.mysql.fi
miguel@linux.local
mikef@nslinux.bedford.progress.com
monty@donna.mysql.fi
monty@tik.mysql.fi
mwagner@evoq.mwagner.org
sasha@mysql.sashanet.com
jani@janikt.pp.saunalahti.fi
Docs/manual.texi
View file @
2b5d6050
...
...
@@ -46707,7 +46707,7 @@ Added table locks to Berkeley DB.
Fixed a bug with @code{LEFT JOIN} and @code{ORDER BY} where the first
table had only one matching row.
@item
Added 4 sample @code{my.c
fg
} example files in the @file{support-files}
Added 4 sample @code{my.c
nf
} example files in the @file{support-files}
directory.
@item
Fixed @code{duplicated key} problem when doing big @code{GROUP BY}'s.
scripts/safe_mysqld.sh
View file @
2b5d6050
...
...
@@ -114,7 +114,7 @@ fi
pid_file
=
err_log
=
# Get first arguments from the my.c
fg
file, groups [mysqld] and [safe_mysqld]
# Get first arguments from the my.c
nf
file, groups [mysqld] and [safe_mysqld]
# and then merge with the command line arguments
if
test
-x
./bin/my_print_defaults
then
...
...
support-files/mysql-multi.server.sh
View file @
2b5d6050
...
...
@@ -65,7 +65,7 @@ parse_arguments() {
done
}
# Get arguments from the my.c
fg
file, groups [mysqld], [mysql_server],
# Get arguments from the my.c
nf
file, groups [mysqld], [mysql_server],
# and mysql_multi_server
if
test
-x
./bin/my_print_defaults
then
...
...
support-files/mysql.server.sh
View file @
2b5d6050
...
...
@@ -53,7 +53,7 @@ parse_arguments() {
done
}
# Get arguments from the my.c
fg
file, groups [mysqld] and [mysql_server]
# Get arguments from the my.c
nf
file, groups [mysqld] and [mysql_server]
if
test
-x
./bin/my_print_defaults
then
print_defaults
=
"./bin/my_print_defaults"
...
...
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