1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Bug#10608 mysqladmin breaks on "database" variable in my.cnf

- Add printout of "Warning" or "Note" for non error messages in default_reporter
 - Add test for the above in new mysqladmin.test
This commit is contained in:
msvensson@neptunus.(none)
2006-11-10 13:25:10 +01:00
parent 023c0d03e6
commit 7c935a9964
4 changed files with 45 additions and 1 deletions

View File

@ -1818,6 +1818,10 @@ sub environment_setup () {
# ----------------------------------------------------
$ENV{'MYSQL_MY_PRINT_DEFAULTS'}= $exe_my_print_defaults;
# ----------------------------------------------------
# Setup env so childs can execute mysqladmin
# ----------------------------------------------------
$ENV{'MYSQLADMIN'}= $exe_mysqladmin;
# ----------------------------------------------------
# Setup env so childs can execute perror