Code review comment for lp:~stewart/drizzle/remove-ddl-implicit-commit

Revision history for this message
Brian Aker (brianaker) wrote :

Hi!

=====
- byte.resize(sizeof("START TRANSACTION")); // +1 for the COM_QUERY, provided by null count from sizeof()
71 + byte.resize(sizeof("SET AUTOCOMMIT=0")); // +1 for the COM_QUERY, provided by null count from sizeof()
=====

You need to fix this so that the transaction works.

Cheers,
   -Brian

review: Needs Fixing

« Back to merge proposal