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
dcc2eaeb
Commit
dcc2eaeb
authored
Mar 31, 2020
by
Daniel Black
Committed by
Anel
Apr 06, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-22010: mtr search for mariadbd first
parent
778a174e
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
mysql-test/main/mysqld--help-aria.result
mysql-test/main/mysqld--help-aria.result
+1
-1
mysql-test/main/mysqld--help-aria.test
mysql-test/main/mysqld--help-aria.test
+1
-1
mysql-test/main/shutdown.result
mysql-test/main/shutdown.result
+1
-1
mysql-test/main/shutdown.test
mysql-test/main/shutdown.test
+1
-1
mysql-test/mysql-test-run.pl
mysql-test/mysql-test-run.pl
+1
-1
No files found.
mysql-test/main/mysqld--help-aria.result
View file @
dcc2eaeb
[ERROR] m
ysql
d: Can't lock aria aria_log_control for exclusive use, error: #. Will retry for 0 seconds
[ERROR] m
ariadb
d: Can't lock aria aria_log_control for exclusive use, error: #. Will retry for 0 seconds
[ERROR] Plugin 'Aria' init function returned error.
[ERROR] Plugin 'Aria' registration as a STORAGE ENGINE failed.
[Warning] Could not open mysql.plugin table: "Unknown storage engine 'Aria'". Some options may be missing from the help text
...
...
mysql-test/main/mysqld--help-aria.test
View file @
dcc2eaeb
...
...
@@ -10,7 +10,7 @@
--
let
$args
=--
table
-
cache
=
5
--
max
-
connections
=
10
--
log
-
warnings
=
1
--
silent
-
startup
--
help
--
verbose
--
exec
$MYSQLD_CMD
$args
>
$MYSQL_TMP_DIR
/
mysqld
--
help2
.
txt
2
>
$MYSQL_TMP_DIR
/
mysqld
--
help2
.
err
--
replace_regex
/
\d\d\d\d
-
\d
*-
\d
*
*
\d
*:
\d
*:
\d
*
\d
*
// /control file '.*aria_log_control'/aria_log_control/ /error: \d+/error: #/
--
replace_regex
/
mysqld
/
mariadbd
/
/
\d\d\d\d
-
\d
*-
\d
*
*
\d
*:
\d
*:
\d
*
\d
*
// /control file '.*aria_log_control'/aria_log_control/ /error: \d+/error: #/
--
cat_file
$MYSQL_TMP_DIR
/
mysqld
--
help2
.
err
--
echo
#
...
...
mysql-test/main/shutdown.result
View file @
dcc2eaeb
...
...
@@ -13,4 +13,4 @@ drop user user1@localhost;
#
# MDEV-8491 - On shutdown, report the user and the host executed that.
#
FOUND
2 /mysqld
(\.exe)? \(initiated by: root\[root\] @ localhost \[(::1)?\]\): Normal shutdown/ in mysqld.1.err
FOUND
3 /(mysqld|mariadbd)
(\.exe)? \(initiated by: root\[root\] @ localhost \[(::1)?\]\): Normal shutdown/ in mysqld.1.err
mysql-test/main/shutdown.test
View file @
dcc2eaeb
...
...
@@ -34,5 +34,5 @@ drop user user1@localhost;
--
echo
# MDEV-8491 - On shutdown, report the user and the host executed that.
--
echo
#
--
let
SEARCH_FILE
=
$MYSQLTEST_VARDIR
/
log
/
mysqld
.
1.
err
--
let
SEARCH_PATTERN
=
mysqld
(
\
.
exe
)
?
\
(
initiated
by
:
root
\
[
root
\
]
@
localhost
\
[(
::
1
)
?
\
]
\
)
:
Normal
shutdown
--
let
SEARCH_PATTERN
=
(
mysqld
|
mariadbd
)
(
\
.
exe
)
?
\
(
initiated
by
:
root
\
[
root
\
]
@
localhost
\
[(
::
1
)
?
\
]
\
)
:
Normal
shutdown
--
source
include
/
search_pattern_in_file
.
inc
mysql-test/mysql-test-run.pl
View file @
dcc2eaeb
...
...
@@ -2154,7 +2154,7 @@ sub find_mysqld {
my
(
$mysqld_basedir
)
=
$ENV
{
MTR_BINDIR
}
||
@_
;
my
@mysqld_names
=
("
mysqld
",
"
mysqld-max-nt
",
"
mysqld-max
",
my
@mysqld_names
=
("
m
ariadbd
",
"
m
ysqld
",
"
mysqld-max-nt
",
"
mysqld-max
",
"
mysqld-nt
");
if
(
$opt_debug_server
){
...
...
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