|
|
#3431 |
|
Big Clucker
![]() ![]() Join Date: Feb 2012
Location: Norway
Posts: 131
Reputation: 30
|
Is it possible to fix in the debug messages?
Im trying to debug my GM, but the mysql_log is 400kb and contains mostly of this and its useless. pawn Code:
|
|
|
|
|
|
#3432 | |
|
Huge Clucker
![]() ![]() ![]() Join Date: Aug 2010
Location: Serbia
Posts: 347
Reputation: 21
|
Since R18 you can control what will be written in log.
Quote:
|
|
|
|
|
|
|
#3433 |
|
Big Clucker
![]() ![]() Join Date: Feb 2012
Location: Norway
Posts: 131
Reputation: 30
|
Yeah, i was using LOG_DEBUG and the log file became a huge mess.
I solved my debug situation with print(). But tbh, printing 'cache_get_field_content_int(Connection handle: 1)' to mysql_log is pretty much useless.. |
|
|
|
|
|
#3434 |
|
High-roller
![]() ![]() ![]() ![]() ![]() Join Date: Jan 2010
Location: Australia
Posts: 4,013
Reputation: 833
|
Code:
[20:08:05] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:06] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:06] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:07] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:11] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:15] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:17] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:20] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:23] [WARNING] CMySQLHandler::StoreResult() - No data to store. [20:08:24] [WARNING] CMySQLHandler::StoreResult() - No data to store. |
|
|
|
|
|
#3435 | |
|
Godfather
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2010
Posts: 6,927
Reputation: 494
|
Quote:
If so, you're looking for things like an UPDATE or an INSERT query. Those don't return anything for mysql_store_result(). |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Mysql Error using the Mysql 2.1.1 Plugin | yvoms | Scripting Help | 1 | 31/05/2012 02:10 PM |
| MySQL Plugin R5 plugin problem | dud | Scripting Help | 12 | 05/12/2011 06:28 PM |
| Strikens Mysql vs BlueG's Mysql plugin | PrawkC | Scripting Help | 4 | 30/09/2011 10:30 AM |
| [help][plugin] Can't load mysql plugin | mariomako | Help Archive | 8 | 16/07/2011 02:37 PM |
| mysql plugin. loading plugin failed | ikkentim | Help Archive | 2 | 10/02/2011 02:32 PM |