diff options
author | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-12-17 10:22:54 +0200 |
---|---|---|
committer | Georgi Kodinov <Georgi.Kodinov@Oracle.com> | 2010-12-17 10:22:54 +0200 |
commit | 63c1731a64556e08cb81ca4385c72a6395911fd3 (patch) | |
tree | 002229650692cb6fa8eb5de44ea86a0434690c30 /mysql-test/r/fulltext.result | |
parent | 56b06b422eb668b67df89a4760a230f8c3d5d86d (diff) | |
download | mariadb-git-63c1731a64556e08cb81ca4385c72a6395911fd3.tar.gz |
post-merge test result update
Diffstat (limited to 'mysql-test/r/fulltext.result')
-rw-r--r-- | mysql-test/r/fulltext.result | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/mysql-test/r/fulltext.result b/mysql-test/r/fulltext.result index 8c66156152e..7788a32ac90 100644 --- a/mysql-test/r/fulltext.result +++ b/mysql-test/r/fulltext.result @@ -663,9 +663,6 @@ ON (MATCH(t1.f1) against ("")) WHERE t1.f1 GROUP BY t1.f1)) xor f1; 1 1 -Warnings: -Warning 1292 Truncated incorrect INTEGER value: 'test' -Warning 1292 Truncated incorrect INTEGER value: 'test' PREPARE stmt FROM 'SELECT 1 FROM t1 WHERE 1 > ALL((SELECT 1 FROM t1 RIGHT OUTER JOIN t1 a @@ -674,15 +671,9 @@ PREPARE stmt FROM EXECUTE stmt; 1 1 -Warnings: -Warning 1292 Truncated incorrect INTEGER value: 'test' -Warning 1292 Truncated incorrect INTEGER value: 'test' EXECUTE stmt; 1 1 -Warnings: -Warning 1292 Truncated incorrect INTEGER value: 'test' -Warning 1292 Truncated incorrect INTEGER value: 'test' DEALLOCATE PREPARE stmt; PREPARE stmt FROM 'SELECT 1 FROM t1 WHERE 1 > |