(Roland Bouman) Today, I received an email from a user of the udf_init_error UDF (which resides in the lib_mysqludf_udf library). The purpose of this UDF is to generate an error condition, which can be used to abruptly terminate a trigger or stored procedure.
Tag: Open Source
How to Restore Corrupt MySQL Database Tables
(Mark Willium) MySQL database is a registered product of sun Microsystems. It is platform independent in nature that means a database administrator can install MySQL database on different operating systems like windows, Linux, and others.
Comparison of MyISAM and InnoDB MySQL Databases
(Alejandro Gervasio) In this MySQL database engine comparison article, we look at the features offered by MyISAM and InnoDB.
A clarification on mk-slave-prefetch
(Baron Schwartz) It seems to be a popular misconception that mk-slave-prefetch is designed to keep a MySQL replica server “warm” and ready to serve production traffic in case the master is demoted or fails. This is not what mk-slave-prefetch does. It’s related, and easy to confuse, but its purpose i
The System of Record Approach to Multi-Master Database Applications
(Robert Hodges) Multi-master database systems that span sites are an increasingly common requirement in business applications. Yet the way such applications work in practice is not quite what you would think from accounts of NoSQL systems like Cassandra or SQL-based systems like Oracle RAC.
MySQL HA Agent Mini HowTo
(Gerry Narvaja) While testing Yoshinori Matsunobo’s MHA agent I found that although the wiki has a very complete documentation, it was missing a some details.
The meaning of ref=func in MySQL EXPLAIN
(Jørgen Løland) When EXPLAIN shows that a table is accessed using the [eq_]ref access type, we’re used to look at the ref column to see where MySQL gets the value to look up from.
How to Quickly Create a Histogram in MySQL
(Shlomo Priymak) This is a post about a super quick-and-dirty way to create a histogram in MySQL for numeric values.
Adding Parallel Replication to MySQL in a Hurry
(Robert Hodges) A previous article on this blog described Tungsten parallel replication using on-disk queues. On-disk queues are now more or less finished, and I just closed the covering issue for the feature.
More performance results for max_concurrent_queries
(Mark Callaghan) I have more performance results for a feature enforces the maximum number of concurrent queries an account may run.
