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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user