What version of Mysql
#1

Hello, I have been looking around for a while but I can't find what version it is

I'm looking for the plugin and include but I need to know where to download it please provide me with a download link.

PHP код:
/**
*
*            MySQL Native Functions
*    More information about the function usage at mysql.com
*
**/
#if defined mysql_included
    #endinput
#endif
#define mysql_included
//Definitions
#define mysql_fetch_row(%1) mysql_fetch_row_format(%1,"|")
#define mysql_get_field(%1,%2) mysql_fetch_field_row(%2,%1)
//Native functions
native mysql_affected_rows(connectionHandle 1);
native mysql_close(connectionHandle 1);
native mysql_connect(const host[],const user[],const database[],const password[]);
native mysql_debug(enable 1);
native mysql_errno(connectionHandle 1);
native mysql_fetch_int(connectionHandle 1);
native mysql_fetch_field(number,dest[],connectionHandle 1);
native mysql_fetch_field_row(string[],const fieldname[],connectionHandle 1);
native mysql_fetch_float(&Float:result,connectionHandle 1);
native mysql_fetch_row_format(string[],const delimiter[] = "|",connectionHandle 1);
native mysql_field_count(connectionHandle 1);
native mysql_free_result(connectionHandle 1);
native mysql_get_charset(destination[],connectionHandle 1);
native mysql_insert_id(connectionHandle 1);
native mysql_num_rows(connectionHandle 1);
native mysql_num_fields(connectionHandle 1);
native mysql_ping(connectionHandle 1);
native mysql_query(query[],resultid = (-1),extraid = (-1),connectionHandle 1);
native mysql_real_escape_string(const source[],destination[],connectionHandle 1);
native mysql_reconnect(connectionHandle 1);
native mysql_reload(connectionHandle 1) = mysql_reconnect;
native mysql_retrieve_row(connectionHandle 1);
native mysql_set_charset(charset[],connectionHandle 1);
native mysql_stat(const destination[],connectionHandle 1);
native mysql_store_result(connectionHandle 1);
native mysql_warning_count(connectionHandle 1);
//Callback
forward OnQueryFinish(query[], resultidextraidconnectionHandle); 
Reply
#2

Uhm. Looks like r34 or older(older than r34 i dont think you can find, only if someone really kept that) but will be better to use the r39 or even better r40+ as they are up to date and with better support
Reply
#3

Quote:
Originally Posted by Banditul18
Посмотреть сообщение
Uhm. Looks like r34 or older(older than r34 i dont think you can find, only if someone really kept that) but will be better to use the r39 or even better r40+ as they are up to date and with better support
I understand that you give me the suggestion to use another version and I'm about to but I really need the dll and the inc file from this version.
Reply
#4

Quote:
Originally Posted by AzaMx
Посмотреть сообщение
Try launch your server, it should display the plugins version.
The problem is I lost the dll file from this mysql plugin so starting the server wont work..
Reply
#5

Quote:
Originally Posted by SacrificeGaming
Посмотреть сообщение
The problem is I lost the dll file from this mysql plugin so starting the server wont work..
Oh Maybe R5 or R7
Reply
#6

Quote:
Originally Posted by SacrificeGaming
Посмотреть сообщение
The problem is I lost the dll file from this mysql plugin so starting the server wont work..
It's in Github, search for the version and download it
but like ****** said, use the latest and recompile ( don't forget the functions )
Reply
#7

The version of this include is R5/R6.

While I agree that latest version is always the best choice (unless you are forced to downgrade due to random crashes and what not), it's not something you can achieve in just a few hours -- especially if you have never used the latest version before.

So now you are in a dilemma. Start a server with an old mysql version and progressively update to the latest or convert the script first and start the server delayed.
Reply
#8

I understand and I will do my best to update everything but as of now only the accounts is mysql and uses functions from g_mysql.inc
Reply
#9

It seems to be R5, R6 or R7.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)