Commit 8b18932e authored by musvaage's avatar musvaage Committed by Daniel Black

debian typos

parent b8f4b984
...@@ -4932,7 +4932,7 @@ sub noecho_password { ...@@ -4932,7 +4932,7 @@ sub noecho_password {
}; };
if ( $EVAL_ERROR ) { if ( $EVAL_ERROR ) {
die "Cannot read respose; is Term::ReadKey installed? $EVAL_ERROR"; die "Cannot read response; is Term::ReadKey installed? $EVAL_ERROR";
} }
return $response; return $response;
} }
......
...@@ -736,7 +736,7 @@ sub set_myisam_vals ...@@ -736,7 +736,7 @@ sub set_myisam_vals
{ {
print "set_myisam_vals\n" if $op{debug}; print "set_myisam_vals\n" if $op{debug};
# should be moved elsewere # should be moved elsewhere
$questions = $stats{'Questions'}; $questions = $stats{'Questions'};
$key_read_ratio = sprintf "%.2f", $key_read_ratio = sprintf "%.2f",
...@@ -1397,7 +1397,7 @@ format QCACHE = ...@@ -1397,7 +1397,7 @@ format QCACHE =
__ Query Cache _________________________________________________________ __ Query Cache _________________________________________________________
Memory usage @>>>>>> of @>>>>>> %Usage: @>>>>> Memory usage @>>>>>> of @>>>>>> %Usage: @>>>>>
make_short($qc_mem_used, 1), make_short($vars{'query_cache_size'}, 1), perc($qc_mem_used, $vars{'query_cache_size'}) make_short($qc_mem_used, 1), make_short($vars{'query_cache_size'}, 1), perc($qc_mem_used, $vars{'query_cache_size'})
Block Fragmnt @>>>>>% Block Fragment @>>>>>%
perc($stats{'Qcache_free_blocks'}, $stats{'Qcache_total_blocks'}) perc($stats{'Qcache_free_blocks'}, $stats{'Qcache_total_blocks'})
Hits @>>>>>> @>>>>>/s Hits @>>>>>> @>>>>>/s
make_short($stats{'Qcache_hits'}), t($stats{'Qcache_hits'}) make_short($stats{'Qcache_hits'}), t($stats{'Qcache_hits'})
......
...@@ -155,7 +155,7 @@ EOF ...@@ -155,7 +155,7 @@ EOF
# This is important to avoid dataloss when there is a removed # This is important to avoid dataloss when there is a removed
# mysql-server version from Woody lying around which used the same # mysql-server version from Woody lying around which used the same
# data directory and then somewhen gets purged by the admin. # data directory and then somehow gets purged by the admin.
db_set mariadb-server/postrm_remove_database false || true db_set mariadb-server/postrm_remove_database false || true
# Clean up old flags before setting new one # Clean up old flags before setting new one
......
...@@ -335,7 +335,7 @@ build mariadbclient consumer Python-MySQLdb: ...@@ -335,7 +335,7 @@ build mariadbclient consumer Python-MySQLdb:
image: debian:${RELEASE} image: debian:${RELEASE}
script: script:
- *test-prepare-container - *test-prepare-container
# Run each step separately to avoitda 800+ lines chunk that lacks the # Run each step separately to avoid an 800+ line chunk that lacks the
# commands themselves printed and Gitlab-CI cutting off the output # commands themselves printed and Gitlab-CI cutting off the output
- apt-get install -y pkg-config ./libmariadb-dev*.deb ./libmariadb3_*.deb ./mariadb-common*.deb - apt-get install -y pkg-config ./libmariadb-dev*.deb ./libmariadb3_*.deb ./mariadb-common*.deb
- pkg-config --cflags --libs mysqlclient # See what MySQLdb builds with - pkg-config --cflags --libs mysqlclient # See what MySQLdb builds with
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment