From fece177fe262f3e1d5438afd8d5faa8b60e9b2dd Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Mon, 4 Aug 2014 21:19:24 +0200 Subject: mysqltest: support pairs of delimiters in replace_regex --- mysql-test/r/mysqltest.result | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mysql-test/r/mysqltest.result') diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result index 7228daa2712..e258b1d156f 100644 --- a/mysql-test/r/mysqltest.result +++ b/mysql-test/r/mysqltest.result @@ -680,6 +680,9 @@ txt b is b and more is more txt a is a and less is more +sflfdt 'ABCDfF bbddff h' bs txt; +txt +ABCDfF bbddff h create table t2 ( a char(10)); garbage; ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'garbage' at line 1 -- cgit v1.2.1