diff options
author | evgen@moonbone.local <> | 2007-03-11 00:26:45 +0300 |
---|---|---|
committer | evgen@moonbone.local <> | 2007-03-11 00:26:45 +0300 |
commit | 11d37efa5e117c5f64870a00ec56b438b7e4dca9 (patch) | |
tree | 5688018d1c55ec2c3e437747634fd4fe63bd4f4e /mysql-test/r/func_regexp.result | |
parent | eca8b1a62d6adcf626e1620e6a988b1077f49ca7 (diff) | |
parent | f3e56b5adb2208f5db63c8821b9bf44f7568b4af (diff) | |
download | mariadb-git-11d37efa5e117c5f64870a00ec56b438b7e4dca9.tar.gz |
Merge epotemkin@bk-internal.mysql.com:/home/bk/mysql-5.0-opt
into moonbone.local:/mnt/gentoo64/work/bk-trees/mysql-5.1-opt
Diffstat (limited to 'mysql-test/r/func_regexp.result')
-rw-r--r-- | mysql-test/r/func_regexp.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/func_regexp.result b/mysql-test/r/func_regexp.result index 803f606d3dd..4e35c2a1348 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 filtered Extra 1 SIMPLE t1 system NULL NULL NULL NULL 1 100.00 Warnings: -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') +Note 1003 select 'this is a test of some long text to see what happens' AS `xxx` from `test`.`t1` where ('this is a test of some long text to see what happens' 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 |