MySQL function error
#1

Hello.
I compiled my gamemode and there weren't any error/warning.
But in the samp-server.exe, The [debug] says:

Код:
[debug] Run time error 19: "File or function is not found"
[debug] mysql_fetch_row_format
[debug] Run time error 19: "File or function is not found"
[debug] mysql_fetch_row_format
Help please.
Reply
#2

do you have the latest version of MySQL? (R39-2)
Reply
#3

Quote:
Originally Posted by Sawalha
Посмотреть сообщение
do you have the latest version of MySQL? (R39-2)
Oh, Thanks.
Reply
#4

Wait, I downloaded R39-2 and got more errors than before.
Help please.
Reply
#5

You need to make your gamemode to work with R39-2(i think)
Reply
#6

Quote:
Originally Posted by bgedition
Посмотреть сообщение
You need to make your gamemode to work with R39-2(i think)
Never heard about this, I don't think so.
Reply
#7

https://sampforum.blast.hk/showthread.php?tid=337810

This
Reply
#8

Guys, I was getting only one error when I run samp-server.exe.
This:
Код:
[debug] Run time error 19: "File or function is not found"
[debug] mysql_fetch_row_format
[debug] Run time error 19: "File or function is not found"
[debug] mysql_fetch_row_format
But when I installed R39-2 I got much more errors ..
Reply
#9

mysql_fetch_row_format existed in R5, R6, R7 but we are not aware of what exactly version the script is compiled with as there is lack of information.

Though, I'll suggest you to update the scripts to latest version (R39-3) as it's been much faster than the older versions and you should use threaded queries.

Threaded queries (tutorial): https://sampforum.blast.hk/showthread.php?tid=337810
wiki for mysql R33+: https://sampwiki.blast.hk/wiki/MySQL/R33
example script: https://github.com/pBlueG/SA-MP-MySQ...stem-cache.pwn
Reply
#10

Quote:
Originally Posted by Konstantinos
Посмотреть сообщение
mysql_fetch_row_format existed in R5, R6, R7 but we are not aware of what exactly version the script is compiled with as there is lack of information.

Though, I'll suggest you to update the scripts to latest version (R39-3) as it's been much faster than the older versions and you should use threaded queries.

Threaded queries (tutorial): https://sampforum.blast.hk/showthread.php?tid=337810
wiki for mysql R33+: https://sampwiki.blast.hk/wiki/MySQL/R33
example script: https://github.com/pBlueG/SA-MP-MySQ...stem-cache.pwn
OMG ye, The example script doesn't have any error -.-
Let me delete my script and follow your "example script".
Thanks.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)