mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
Merge serg.mysql.com:/usr/home/serg/Abk/mysql
into serg.mysql.com:/usr/home/serg/Abk/mysql-4.0 scripts/mysqlhotcopy.sh: Auto merged sql-bench/test-create.sh: Auto merged support-files/mysql.server.sh: Auto merged
This commit is contained in:
Binary file not shown.
@@ -90,6 +90,7 @@ my %opt = (
|
|||||||
Getopt::Long::Configure(qw(no_ignore_case)); # disambuguate -p and -P
|
Getopt::Long::Configure(qw(no_ignore_case)); # disambuguate -p and -P
|
||||||
GetOptions( \%opt,
|
GetOptions( \%opt,
|
||||||
"help",
|
"help",
|
||||||
|
"host|h=s",
|
||||||
"user|u=s",
|
"user|u=s",
|
||||||
"password|p=s",
|
"password|p=s",
|
||||||
"port|P=s",
|
"port|P=s",
|
||||||
|
@@ -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 dropping tables\n";
|
||||||
print "Testing with $max_tables tables and $opt_loop_count loop count\n\n";
|
print "Testing with $max_tables tables and $opt_loop_count loop count\n\n";
|
||||||
|
|
||||||
####
|
####
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
# Mysql daemon start/stop script.
|
# Mysql daemon start/stop script.
|
||||||
|
|
||||||
# Usually this is put in /etc/init.d (at least on machines SYSV R4 based
|
# 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/S01mysql.
|
# systems) and linked to /etc/rc3.d/S99mysql and /etc/rc0.d/K01mysql.
|
||||||
# When this is done the mysql server will be started when the machine is
|
# When this is done the mysql server will be started when the machine is
|
||||||
# started and shut down when the systems goes down.
|
# started and shut down when the systems goes down.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user