summaryrefslogtreecommitdiff
path: root/mysql-test/r/func_regexp.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/func_regexp.result
parentd8522613d5395b63d2bd46ee6a0955bac78ed117 (diff)
downloadmariadb-git-fd51cf47a9fd61dc1102cacfcb1e77cb1f19d702.tar.gz
fixed flags of printed query
Diffstat (limited to 'mysql-test/r/func_regexp.result')
-rw-r--r--mysql-test/r/func_regexp.result2
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_regexp.result b/mysql-test/r/func_regexp.result
index 323642cab8c..7f977e2782b 100644
--- a/mysql-test/r/func_regexp.result
+++ b/mysql-test/r/func_regexp.result
@@ -40,7 +40,7 @@ explain extended select * from t1 where xxx regexp('is a test of some long text
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE t1 system NULL NULL NULL NULL 1
Warnings:
-Note 1003 select high_priority test.t1.xxx AS `xxx` from test.t1 where (test.t1.xxx regexp _latin1'is a test of some long text to')
+Note 1003 select test.t1.xxx AS `xxx` from test.t1 where (test.t1.xxx regexp _latin1'is a test of some long text to')
select * from t1 where xxx regexp('is a test of some long text to ');
xxx
this is a test of some long text to see what happens