1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

Merge 10.5 into 10.6

This commit is contained in:
Marko Mäkelä
2021-06-01 11:39:38 +03:00
82 changed files with 1758 additions and 938 deletions

View File

@@ -622,7 +622,7 @@ sub self2str {
sub _verbose {
return unless $_verbose;
print STDERR " ## ". @_. "\n";
print STDERR " ## @_\n";
}