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
d0f6d467
Commit
d0f6d467
authored
Nov 25, 2022
by
musvaage
Committed by
Daniel Black
Dec 16, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian typos
parent
c562ccf7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
debian/additions/innotop/innotop
debian/additions/innotop/innotop
+1
-1
debian/additions/mysqlreport
debian/additions/mysqlreport
+2
-2
debian/mariadb-server-10.3.postinst
debian/mariadb-server-10.3.postinst
+1
-1
No files found.
debian/additions/innotop/innotop
View file @
d0f6d467
...
...
@@ -4937,7 +4937,7 @@ sub noecho_password {
};
if ( $EVAL_ERROR ) {
die "Cannot read respose; is Term::ReadKey installed? $EVAL_ERROR";
die "Cannot read respo
n
se; is Term::ReadKey installed? $EVAL_ERROR";
}
return $response;
}
...
...
debian/additions/mysqlreport
View file @
d0f6d467
...
...
@@ -705,7 +705,7 @@ sub set_myisam_vals
{
print
"
set_myisam_vals
\n
"
if
$op
{
debug
};
# should be moved elsewere
# should be moved elsew
h
ere
$questions
=
$stats
{'
Questions
'};
$key_read_ratio
=
sprintf
"
%.2f
",
...
...
@@ -1366,7 +1366,7 @@ format QCACHE =
__ Query Cache _________________________________________________________
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'})
Block Fragmnt @>>>>>%
Block Fragm
e
nt @>>>>>%
perc($stats{'Qcache_free_blocks'}, $stats{'Qcache_total_blocks'})
Hits @>>>>>> @>>>>>/s
make_short($stats{'Qcache_hits'}), t($stats{'Qcache_hits'})
...
...
debian/mariadb-server-10.3.postinst
View file @
d0f6d467
...
...
@@ -129,7 +129,7 @@ EOF
# This is important to avoid dataloss when there is a removed
# mysql-server version from Woody lying around which used the same
# data directory and then some
when
gets purged by the admin.
# data directory and then some
how
gets purged by the admin.
db_set mariadb-server/postrm_remove_database
false
||
true
# Clean up old flags before setting new one
...
...
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