You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-07 03:22:57 +03:00
MCOL-943 - change to use defauly mysql password logic, reading from the .my.cnf file. changesfrom defaults-file to defulats-extra-file
This commit is contained in:
@@ -8770,6 +8770,9 @@ namespace oam
|
||||
******************************************************************************************/
|
||||
std::string Oam::getMySQLPassword()
|
||||
{
|
||||
|
||||
return oam::UnassignedName;
|
||||
|
||||
string mysqlUser = "root";
|
||||
|
||||
string USER = "root";
|
||||
|
Reference in New Issue
Block a user