1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

After-merge fixes for MySQL 5.1.38 merge.

Temporarily silence test failure due to MBug#430669 in test case introduced from
MySQL 5.1.38.
This commit is contained in:
unknown
2009-09-16 13:51:05 +02:00
parent f78278efbd
commit 2bb0fddf8e
2 changed files with 3 additions and 1 deletions

View File

@@ -672,6 +672,8 @@ SELECT ROW(1,2) = (SELECT 1, 2), ROW(1,2) IN (SELECT 1, 2);
#
# Bug #37362 Crash in do_field_eq
#
# Note that currently this test produces wrong output, see MBug#430669.
#
CREATE TABLE t1 (a INT, b INT, c INT);
INSERT INTO t1 VALUES (1,1,1), (1,1,1);