1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-29 05:21:33 +03:00

Bug#32048 - innodb_mysql.test produces warnings files

Typo --#echo at line begin in test files lead to warnings
from mysqltest.
  
Changed to --echo #.
This commit is contained in:
istruewing@stella.local
2007-11-02 09:58:29 +01:00
parent 791deb8b78
commit 3afce4aa2c
2 changed files with 2 additions and 1 deletions

View File

@ -1426,6 +1426,7 @@ SET SESSION TRANSACTION ISOLATION LEVEL READ COMMITTED;
CREATE TABLE t1 (a INT PRIMARY KEY, b VARCHAR(256))
ENGINE = InnoDB;
INSERT INTO t1 VALUES (1,2);
# 1. test for locking:
BEGIN;
UPDATE t1 SET b = 12 WHERE a = 1;
affected rows: 1