Hi, Brian! On Mar 30, Brian Evans wrote: > I'm getting a strange error with 5.5.22 (and 5.5.21) in the test runs. > > plugins.unix_socket [ fail ] > Test ended at 2012-03-30 11:16:46 > > CURRENT_TEST: plugins.unix_socket > mysqltest: At line 15: Can't initialize replace from 'replace_result > $USER USER' > > The result from queries just before the failure was: > install plugin unix_socket soname 'auth_socket.so'; > # > # with named user > # > > Is this a test program issue?
This is, absolutely, a test program issue. But it means that you don't have $USER set in your environment. Which is very strange, normally $USER is always set. If you explain how this happens in your setup and why, I can fix the test to account for this situation. If you don't want to dig into that, feel free to ignore this failure. Regards, Sergei _______________________________________________ Mailing list: https://launchpad.net/~maria-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~maria-discuss More help : https://help.launchpad.net/ListHelp

