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
5bb2cc8d
Commit
5bb2cc8d
authored
Dec 16, 2022
by
musvaage
Committed by
Daniel Black
Dec 19, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debian typos
parent
9b3eae88
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
debian/additions/innotop/innotop
debian/additions/innotop/innotop
+1
-1
debian/additions/mariadb-report
debian/additions/mariadb-report
+2
-2
debian/mariadb-server.postinst
debian/mariadb-server.postinst
+1
-1
debian/not-installed
debian/not-installed
+2
-2
debian/salsa-ci.yml
debian/salsa-ci.yml
+1
-1
No files found.
debian/additions/innotop/innotop
View file @
5bb2cc8d
...
...
@@ -4933,7 +4933,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/mariadb-report
View file @
5bb2cc8d
...
...
@@ -726,7 +726,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
",
...
...
@@ -1376,7 +1376,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.postinst
View file @
5bb2cc8d
...
...
@@ -152,7 +152,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
...
...
debian/not-installed
View file @
5bb2cc8d
...
...
@@ -13,7 +13,7 @@ lib/systemd/system/mariadb@.service # Installed by rules file
lib/systemd/system/mariadb@.socket # Installed by rules file
usr/bin/mariadb-embedded # Shipping the embedded server in distro packaging does not make sense
usr/bin/mysql_config # Debian packaging has mysql_config as symlink to mariadb_config
usr/bin/mysql_embedded # Symlink to mariadb-embeded which is intentionally not included
usr/bin/mysql_embedded # Symlink to mariadb-embed
d
ed which is intentionally not included
usr/bin/sst_dump # Use the one from rocksdb-tools package
usr/lib/aarch64-linux-gnu/libdbbc.a # ColumnStore header file
usr/lib/aarch64-linux-gnu/libidbboot.a # ColumnStore header file
...
...
@@ -40,7 +40,7 @@ usr/share/groonga-normalizer-mysql/lgpl-2.0.txt
usr/share/groonga/COPYING
usr/share/groonga/README.md
usr/share/man/man1/mariadb-embedded.1 # Shipping the embedded server in distro packaging does not make sense
usr/share/man/man1/mysql_embedded.1 # Symlink to mariadb-embeded.1 which is intentionally not included
usr/share/man/man1/mysql_embedded.1 # Symlink to mariadb-embed
d
ed.1 which is intentionally not included
usr/share/man/man1/my_safe_process.1
usr/share/man/man1/mysql-stress-test.pl.1
usr/share/man/man1/mysql.server.1
...
...
debian/salsa-ci.yml
View file @
5bb2cc8d
...
...
@@ -360,7 +360,7 @@ build mariadbclient consumer Python-MySQLdb:
image
:
debian:${RELEASE}
script
:
-
*test-prepare-container
# Run each step separately to avoi
tda 800+ lines
chunk that lacks the
# Run each step separately to avoi
d an 800+ line
chunk that lacks the
# commands themselves printed and Gitlab-CI cutting off the output
-
apt-get install -y pkg-config ./libmariadb-dev*.deb ./libmariadb3_*.deb ./mariadb-common*.deb
-
pkg-config --cflags --libs mysqlclient
# See what MySQLdb builds with
...
...
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