Posts: 253
Threads: 65
Joined: Feb 2013
Reputation:
0
24.03.2015, 00:26
(
Последний раз редактировалось DetoNater; 24.03.2015 в 14:03.
)
It's been long time back here. I am amateur scripter Mysql plugins have been updated, I have my old mysql plugin in script, terms are different, some commands such as mysql ping is missing so I need help regarding the new mysql plugin in comparison with the old one(which replaces what) etc..
Thanks in advance.
Posts: 253
Threads: 65
Joined: Feb 2013
Reputation:
0
-Bump- A little doubt, which is the new command for mysql_ping in mysql r33+
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
There isn't one. You don't need it. The plugin will automatically reconnect. If you need to verify that the connection was successful, use mysql_errno.
Posts: 253
Threads: 65
Joined: Feb 2013
Reputation:
0
Thanks dude now, I instead of changing the callbacks in every line, for example I just put #define cache_get_field_count mysql_field_count
will it work in every case ??