Hi

In version 3.23.57 when i do a rollback i get this error message and the changes are 
not undone, why?

This is what i typed: (NOTE: 'insert.sql' insert a row correctly in an InnoDB table)

mysql> SET AUTOCOMMIT=0;
Query OK, 0 rows affected (0.00 sec)

mysql> BEGIN;
Query OK, 0 rows affected (0.00 sec)

mysql> \. /home/fernando/scripts/insert.sql
Query OK, 1 row affected (0.00 sec)

mysql> ROLLBACK;
ERROR 1196: Warning:  Some non-transactional changed tables couldn't be rolled back




____________________________________________________________
http://webmail.wanadoo.es. Tu correo gratuito, rápido y en español


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to