~vcs-imports/mysql-udf-regexp/trunk

« back to all changes in this revision

Viewing changes to tests/t/regexp_replace.test

  • Committer: hartmut
  • Date: 2006-09-27 03:11:49 UTC
  • Revision ID: vcs-imports@canonical.com-20060927031149-nitx03y6ytqcocyj
initial

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Package: regexp   Test: regexp_replace
 
2
#
 
3
 
4
 
 
5
-- disable_query_log
 
6
-- disable_metadata
 
7
 
 
8
-- source create_functions.inc
 
9
 
 
10
SELECT REGEXP_REPLACE("lala foo lala", "foo", "bar") AS r1;
 
11
 
 
12
-- source drop_functions.inc