Posts: 344
Threads: 88
Joined: Jun 2014
Reputation:
0
MySQL R39-3 is released in github.
I use MySQL R39-2.
What is the difference?...
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by Mellnik
If the ping from the EU server to the US server is about 100, it would delay all queries by 100 milliseconds, right?
|
I think so, yes.
Quote:
Originally Posted by Baltimore
MySQL R39-3 is released in github.
I use MySQL R39-2.
What is the difference?...
|
Only two small bug fixes:
- fixed a small bug with HTML logging
- fixed a bug where the MySQL server went out of sync when using 'CALL' statements
It's kind of released, but I won't compile it, since I lost my previous compile setup (that would mean that users have to install some C++ redistributables again and it wouldn't work with older Linux distributions, like CentOS 6).
Posts: 109
Threads: 26
Joined: Feb 2008
Reputation:
0
Is there any base GM using the latest version out there?
Posts: 845
Threads: 3
Joined: Jun 2010
Quote:
Originally Posted by AndersonAq
can someone help me?
|
How often is this occurring?
Quote:
Originally Posted by Markus1337
Is there any base GM using the latest version out there?
|
https://github.com/pBlueG/SA-MP-MySQ...xample_scripts
Posts: 1
Threads: 0
Joined: Apr 2011
Reputation:
0
that replacement? "Mysql_insert_id"
"mysql_fetch_row"
"mysql_free_result"
"mysql_store_result"
"mysql_num_rows"
Posts: 721
Threads: 58
Joined: Sep 2009
Reputation:
0
The links are dead ( Website says it can't read your htaccess file, so it's denying access to the site. )
Posts: 262
Threads: 26
Joined: Dec 2014
Reputation:
0
format(string, sizeof(string), "DELETE FROM `houses` WHERE `houseID` = '%d'", HouseData[houseid][houseID]);
mysql_tquery(g_iHandle, string,"", "");
orm_destroy(HouseData[houseid][houseORM]);
There isn't way to delete it with ORM?
Posts: 887
Threads: 251
Joined: Jun 2011
Reputation:
0
Use orm delete. It will clear the registered vars too.
Posts: 2,938
Threads: 162
Joined: May 2010
You should benchmark R34+ of this plugin with this
Originally Posted by Fetch about one million rows
This plugin v2.0 - 12178 ms
BlueG's plugin R21 - 53357 ms
Show them how incredibly faster it is now.
Posts: 272
Threads: 43
Joined: Sep 2014
Reputation:
0
Can anyone give me R6? links are dead
Posts: 2,938
Threads: 162
Joined: May 2010
Quote:
Originally Posted by iZN
I think you wanted to post this at different thread (Dan's MySQL plugin).
|
No? 4char
Posts: 344
Threads: 88
Joined: Jun 2014
Reputation:
0
Hello !
How to select the field "time" of my table "test" through FROM_UNIXTIME and display the time in the desired format (Day/month/year, hour/minute/second) with MySQL R39-2?
THX