gunzip snapcore_555060.pax.Z
pax -r -f snapcore_555060.pax
bash-3.00# lslpp -l | grep bos.adt.debugbos.adt.debug 5.3.8.0 COMMITTED Base Application Development
A blog about MySQL and other bits and pieces
gunzip snapcore_555060.pax.Z
pax -r -f snapcore_555060.pax
bash-3.00# lslpp -l | grep bos.adt.debugbos.adt.debug 5.3.8.0 COMMITTED Base Application Development
Posted by
sbester
at
16:22
0
comments
How do you make mysqld write a DELETE to the binlog just by entering a SELECT statement ?
No triggers and no stored routines/functions are involved.
Posted by
sbester
at
20:20
0
comments
Folks, I just want to warn you how buggy partitioned tables with negative values are. Never use negative values for InnoDB auto_increment columns!!!!
Posted by
sbester
at
07:53
0
comments
Labels: auto_increment, partitioning
This week I've had to revisit merge tables once again due to customers experiencing problems. Although 5.1 merge table implementation is a huge improvement over 5.0, there still remains some critical bugs.
My list is still growing:
bug #45800: crash when replacing into a merge table and there is a duplicate
bug #45781: infinite hang/crash in "opening tables" after handler tries to open merge table
bug #45796: invalid memory reads and writes when altering merge and base tables
bug #45777: check table doesn't show all problems for merge table compliance in 5.1
Not to mention a few feature requests, and even documentation clarification for some manual sections.
Posted by
sbester
at
13:29
0
comments
Labels: merge tables
I've been on vacation this week, and decided to fine-tune some old QA code. Opened the manual to see the syntax for a select statement, and afterwards added to my random select generator the following:
Posted by
sbester
at
07:38
0
comments
Labels: qa