- Home
- Show all categories
- About Webyog support and about this FAQ
- About the SQLyog program

- Connection issues

- Using the GUI
- Managing your MySQL Database Systems
- Database Structure Synchronization
- MySQL DATA synchronization
- Notification Services
- ODBC and Migration
- Backup/Restore
- SQLyog Job Agent (SJA)

- Working with Views, Stored Procedures and Triggers
- Character Set and Localization Issues
- MySQL bugs that affect SQLyog
- Questions on Open Source and Compiling
- Instant Response
- Sitemap
Managing your MySQL Database Systems » Manipulating data.
I execute a query but it is not written to HISTORY.
You experience that when you execute a query it is not written to HISTORY. The query itself executes correctly.
The reason is that your query is too big to be logged to HISTORY. Queries exceeding 4 KB in size are not logged. The reason is that HISTORY is kept in memory. And to avoid memory use 'build up' this limit was introduced with a previous SQLyog version.
The 4 KB limit is not configurable.
Statements can be MB's, GB's in size so it has been necessary to introduce this limit. For instance a single LONGTEXT or LONGBLOB variable can be as big as 4 GB.
Tags: -
Related entries:
- Installation and upgrading
- SQLyog Version History
- Can I perform "incremental import" with the SQLyog Migration Tool?
- Error no. 1045: "Connection denied..."
- Plans for future versions of SQLyog
Last update: 2006-01-17 11:13
Author: Peter Laursen
Revision: 1.0
You can comment on this entry