summaryrefslogtreecommitdiff
path: root/mysql-test/r/row.result
diff options
context:
space:
mode:
authorunknown <bell@sanja.is.com.ua>2004-05-13 23:47:20 +0300
committerunknown <bell@sanja.is.com.ua>2004-05-13 23:47:20 +0300
commitfd51cf47a9fd61dc1102cacfcb1e77cb1f19d702 (patch)
treecedf6b9de442e03cc92b7d8d36e141e86ceddc58 /mysql-test/r/row.result
parentd8522613d5395b63d2bd46ee6a0955bac78ed117 (diff)
downloadmariadb-git-fd51cf47a9fd61dc1102cacfcb1e77cb1f19d702.tar.gz
fixed flags of printed query
Diffstat (limited to 'mysql-test/r/row.result')
-rw-r--r--mysql-test/r/row.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/row.result b/mysql-test/r/row.result
index 37d4f1d9b26..76d6fa13766 100644
--- a/mysql-test/r/row.result
+++ b/mysql-test/r/row.result
@@ -44,7 +44,7 @@ explain extended select row(1,2,row(3,4)) IN (row(3,2,row(3,4)), row(1,2,row(3,N
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE NULL NULL NULL NULL NULL NULL NULL No tables used
Warnings:
-Note 1003 select high_priority ((1,2,(3,4)) in ((3,2,(3,4)),(1,2,(3,NULL)))) AS `row(1,2,row(3,4)) IN (row(3,2,row(3,4)), row(1,2,row(3,NULL)))`
+Note 1003 select ((1,2,(3,4)) in ((3,2,(3,4)),(1,2,(3,NULL)))) AS `row(1,2,row(3,4)) IN (row(3,2,row(3,4)), row(1,2,row(3,NULL)))`
SELECT (1,2,3)=(0,NULL,3);
(1,2,3)=(0,NULL,3)
0