Run time 19, SOS.
#1



I can't find this mysql version, anyone have this? please send me.

Код HTML:
/**
 * MySQL plugin R15
 */

#if defined mysql_included
	#endinput
#endif
#define mysql_included

/**
 * Common error codes
 *
 * Client: http://dev.mysql.com/doc/refman/5.0/en/e...8.18054679 * Server: http://dev.mysql.com/doc/refman/5.0/en/e...8.18054679 */

#define ER_DBACCESS_DENIED_ERROR 		1044
#define ER_ACCESS_DENIED_ERROR 			1045
#define ER_UNKNOWN_TABLE 				1109
#define ER_SYNTAX_ERROR 				1149
#define CR_SERVER_GONE_ERROR 			2006
#define CR_SERVER_LOST 					2013
#define CR_COMMAND_OUT_OF_SYNC 			2014
#define CR_SERVER_LOST_EXTENDED 		2055

// mysql_fetch_row(destination)
#define mysql_fetch_row(%1) mysql_fetch_row_format(%1,"|")

// mysql_next_row()
#define mysql_next_row() mysql_retrieve_row()

// mysql_get_field(fieldname, destination)
#define mysql_get_field(%1,%2) mysql_fetch_field_row(%2,%1)

// mysql_query_callback(index, query[], callback[], extraid, connectionHandle)
#define mysql_query_callback(%1,%2,%3,%4,%5) \
	mysql_function_query(%5,%2,false,%3,"siii",%2,%1,%4,%5)

// mysql_query(query[], resultid, extraid, connectionHandle)
#define mysql_query(%1,%2,%3,%4) \
	mysql_function_query(%4,%1,false,"OnQueryFinish","siii",%1,%2,%3,%4)

// ismysqlnull(string[])
#define ismysqlnull(%1) \
	(strcmp(%1,"NULL",false)==0)

// Natives.
native enable_mutex(bool:enable);
native mysql_debug(enable = 1);
native mysql_connect(const host[], const user[], const database[], const password[], port = 3306);
native mysql_reconnect(connectionHandle = 1);
native mysql_close(connectionHandle = 1);
native mysql_ping(connectionHandle = 1);
native mysql_stat(destination[], connectionHandle = 1, max_len=sizeof(destination));
native mysql_reload(connectionHandle = 1);
native mysql_get_charset(destination[], connectionHandle = 1, max_len=sizeof(destination));
native mysql_set_charset(charset[], connectionHandle = 1);
native mysql_real_escape_string(const source[], destination[], connectionHandle = 1, max_len=sizeof(destination));
native mysql_format(connectionHandle, output[], format[], {Float,_}:...);
native mysql_warning_count(connectionHandle = 1);
native mysql_errno(connectionHandle = 1);
native mysql_function_query(connectionHandle, query[], bool:cache, callback[], format[], {Float,_}:...);
native mysql_affected_rows(connectionHandle = 1);
native mysql_insert_id(connectionHandle = 1);
native mysql_store_result(connectionHandle = 1);
native mysql_free_result(connectionHandle = 1);
native mysql_num_rows(connectionHandle = 1);
native mysql_num_fields(connectionHandle = 1);
native mysql_field_count(connectionHandle = 1);
native mysql_retrieve_row(connectionHandle = 1);
native mysql_data_seek(offset, connectionHandle = 1);
native mysql_fetch_field(number, destination[], connectionHandle = 1, max_len=sizeof(destination));
native mysql_fetch_field_row(destination[], const fieldname[], connectionHandle = 1, max_len=sizeof(destination));
native mysql_fetch_row_format(destination[], const delimiter[] = "|", connectionHandle = 1, max_len=sizeof(destination));

// Cache functions.
native cache_get_data(&num_rows, &num_fields, connectionHandle = 1);
native cache_get_field(field_index, destination[], connectionHandle = 1, max_len=sizeof(destination));
native cache_get_row(row, idx, destination[], connectionHandle = 1, max_len=sizeof(destination));
native cache_get_row_int(row, idx, connectionHandle = 1);
native Float:cache_get_row_float(row, idx, connectionHandle = 1);
native cache_get_field_content(row, const field_name[], destination[], connectionHandle = 1, max_len=sizeof(destination));
native cache_get_field_int(row, const field_name[], connectionHandle = 1);
native Float:cache_get_field_float(row, const field_name[], connectionHandle = 1);

// Forward declarations.
forward OnQueryError(errorid, error[], callback[], query[], connectionHandle);
This is my current mysql version. and it say i don't have msvcr110.dll, i'm going to download&install it and still doesnt work.
Reply
#2

You are using a very old version of mysql,
Last version released was R39-2
Get it and get it's plugins and retry.
Reply
#3

Quote:
Originally Posted by Sawalha
Посмотреть сообщение
You are using a very old version of mysql,
Last version released was R39-2
Get it and get it's plugins and retry.
PHP код:
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(874) : warning 206redundant testconstant expression is non-zero
D
:\LS-RP.cn\new lsrp\gamemodes\project.pwn(874) : warning 215expression has no effect
D
:\LS-RP.cn\new lsrp\gamemodes\project.pwn(875) : error 017undefined symbol "mysql_ping"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(10802) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12611) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12617) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12623) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12629) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12635) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12641) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12647) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12653) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12659) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12665) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12671) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12677) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12683) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12689) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12695) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12701) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12707) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12713) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12719) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(12725) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(14582) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(14621) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(14670) : error 017undefined symbol "mysql_insert_id"
D:\LS-RP.cn\new lsrp\gamemodes\project.pwn(15245) : error 017undefined symbol "mysql_insert_id"
Compilation aborted.Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
26 Errors

How to replace them?
Reply
#4

https://sampforum.blast.hk/showthread.php?tid=56564
Download Windows MySQL Plugin and replace it with your current one
Reply
#5

Download the new version of MySQL.
Reply
#6

Quote:

How to replace them?

Use Ctrl+H, Then replace the words, but you still have to change somethings as well.
Reply
#7

If you don't know how to script and just want the mysql plugin, download R6 from the bottom of this page: https://sampforum.blast.hk/showthread.php?tid=56564
Reply
#8

Quote:
Originally Posted by mamorunl
Посмотреть сообщение
If you don't know how to script and just want the mysql plugin, download R6 from the bottom of this page: https://sampforum.blast.hk/showthread.php?tid=56564
Stop helping people with this crappy old MySQL Plugin versions (such as R7, R6, R7) Why you people don't want to upgrade?
Reply
#9

Looking for a scripter to replace them and make a new .sql database. paying good add me skype mav1s100
Reply
#10

Quote:
Originally Posted by iFarbod
Посмотреть сообщение
Stop helping people with this crappy old MySQL Plugin versions (such as R7, R6, R7) Why you people don't want to upgrade?
The real 'helping' people isnt to tell them to scrap their whole gamemode and start all over again with a new version just because it is 5ms faster. It is still not a 'crappy old' plugin. Look at what OP here is asking and if the topic is given even how he responds. Do you still think that he has to convert his whole gamemode and spend hours to debug it again because someone told him to CTRL+H? I just upgraded my own gamemode that has been lying there for half a year from R7 to R39-2. It was not fun and took a lot of time.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)