The Connection class used the wrapper function when it could simply call mysql_real_connect directly. This removes the unconditional error message that would be printed even when a connection failure was expected.
The Connection class used the wrapper function when it could simply call mysql_real_connect directly. This removes the unconditional error message that would be printed even when a connection failure was expected.