mirror of
https://github.com/MariaDB/server.git
synced 2025-01-19 13:32:33 +01:00
Change typo . -> ,
This commit is contained in:
parent
02eee93f3a
commit
bffebb9cbc
2 changed files with 2 additions and 1 deletions
|
@ -9,3 +9,4 @@ show engines;
|
|||
show variables;
|
||||
--echo ===== STOP =====
|
||||
--enable_query_log
|
||||
exit;
|
|
@ -256,7 +256,7 @@ sub main {
|
|||
(
|
||||
name => 'report_features',
|
||||
# No result_file => Prints result
|
||||
path => 'include/report-features.test'.
|
||||
path => 'include/report-features.test',
|
||||
template_path => "include/default_my.cnf",
|
||||
master_opt => [],
|
||||
slave_opt => [],
|
||||
|
|
Loading…
Reference in a new issue