Other News

Editorials

Usability Test Subject Selection

New, 5-Year Anniversary Show – See how it all started… Stephen Wynkoop and producer Josh Harrison on the show today – with a look back at 5 years of SSWUG TV. Bloopers, how it was done, some funny moments and even a fact-check. This one is one not to miss! [Watch the Show] Last Show: SSWUG TV – Interview with […]

Uncategorized

Usability Testing

Usability Testing Lately I’ve been taking time to review the concept of Usability and Usability testing. Whole disciplines have been built up around the practice. Some organizations find it extremely useful while others find it to be misdirection of resources. It seems that the design of the test itself may often be a cause of failure. Like any form of […]

Community

Infinite Replication Loop

(Frederic Descamps) Last week I helped 2 different customers with infinite replication loops. I decided to write a blog post about these infinite loop of binary log statements in MySQL Replication. To explain what they are, how to identify them… and how to fix them.

Community

An underhand compilation

(Gary Myers) Oracle cheats. Or, more generously, it sometimes plays by different rules. Normally a DDL will do an implicit commit of any outstanding transaction. Actually it does a couple of implicit commits, one before it tries the DDL and a second if it succeeds.