…to delete one of MySQL‘s log or data files from disk. The database server will continue to…mysql-pidfile plugin verifies that MySQL‘s PID file exists. Evidence of contention in the processlist. The pmp-check-mysql-processlist plugin checks SHOW FULL…
Post: How to recover deleted rows from an InnoDB Tablespace
…to delete the records of the employee 10008 from the table “salaries”. After the “accidental” deletion of rows you should stop MySQL…to the database in order to examine the table and create the table_defs.h content…
Post: MySQL Query Cache
…Query Cache – meaning cache where execution plans are cached. MySQL Query Cache is not. It does not cache the plan but full…queries Application objects might need several queries to compose so it is efficient to cache whole objects rather than individual queries. No control on invalidation Table…
Post: Ultimate MySQL variable and status reference list
…table. But just as frequently, I want to look up blog posts on variables, or look for content…
Post: Using Flexviews - part two, change data capture
…MySQL master. I’ll talk more about that in another blog post. FlexCDC does not implement a full…a changelog to a table FlexCDC copies the contents of database rows which change into special tables called … 0 And delete data in a second transaction: mysql> delete from test.demo where c1=1; Query OK, 1 …
Post: SHOW INNODB STATUS walk through
…contention. However if you want to know more – you need to…table `test/child`: , CONSTRAINT `child_ibfk_1` FOREIGN KEY (`parent_id`) REFERENCES `parent` (`id`) ON DELETE CASCADE Trying to add in child table…mysql tables in use 1, locked 0 MySQL thread id 8079, query…- page size, for full table scan or …
Post: MySQL 5.6: Improvements in the Nutshell
… MySQL 5.6 which I thought was worth sharing to … Cache Contents – - Improved File I/O Instrumentation – Improved EXPLAIN – - Explain for UPDATE/DELETE queries – …Tables – Connection Attributes New Functionality for Developers – MemcacheD API in Innodb – Explicit Partition Selection in queries – Full…

