Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 56356
Collapse All | Expand All

(-)DBD-mysql-2.9003.old/mysql.xs (+4 lines)
Lines 97-103 Link Here
97
       }
97
       }
98
 
98
 
99
       if (strEQ(command, "shutdown")) {
99
       if (strEQ(command, "shutdown")) {
100
#if MYSQL_VERSION_ID >= 40103
101
	   result = mysql_shutdown(sock,SHUTDOWN_DEFAULT);
102
#else
100
	   result = mysql_shutdown(sock);
103
	   result = mysql_shutdown(sock);
104
#endif
101
       } else if (strEQ(command, "reload")) {
105
       } else if (strEQ(command, "reload")) {
102
	   result = mysql_reload(sock);
106
	   result = mysql_reload(sock);
103
       } else if (strEQ(command, "createdb")) {
107
       } else if (strEQ(command, "createdb")) {

Return to bug 56356