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
042ac3fb
Commit
042ac3fb
authored
Nov 15, 2002
by
lenz@mysql.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Fixed some minor bugs/typos
parent
822d4bd0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
scripts/mysqlhotcopy.sh
scripts/mysqlhotcopy.sh
+1
-0
sql-bench/test-create.sh
sql-bench/test-create.sh
+1
-1
support-files/mysql.server.sh
support-files/mysql.server.sh
+1
-1
No files found.
scripts/mysqlhotcopy.sh
View file @
042ac3fb
...
...
@@ -90,6 +90,7 @@ my %opt = (
Getopt::Long::Configure
(
qw
(
no_ignore_case
))
;
# disambuguate -p and -P
GetOptions
(
\%
opt,
"help"
,
"host|h=s"
,
"user|u=s"
,
"password|p=s"
,
"port|P=s"
,
...
...
sql-bench/test-create.sh
View file @
042ac3fb
...
...
@@ -54,7 +54,7 @@ if ($opt_small_test)
}
print
"Testing the speed of creating and droping tables
\n
"
;
print
"Testing the speed of creating and drop
p
ing tables
\n
"
;
print
"Testing with
$max_tables
tables and
$opt_loop_count
loop count
\n\n
"
;
####
...
...
support-files/mysql.server.sh
View file @
042ac3fb
...
...
@@ -5,7 +5,7 @@
# Mysql daemon start/stop script.
# Usually this is put in /etc/init.d (at least on machines SYSV R4 based
# systems) and linked to /etc/rc3.d/S99mysql and /etc/rc0.d/
S
01mysql.
# systems) and linked to /etc/rc3.d/S99mysql and /etc/rc0.d/
K
01mysql.
# When this is done the mysql server will be started when the machine is
# started and shut down when the systems goes down.
...
...
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