summaryrefslogtreecommitdiff
path: root/mysql-test/r/mysqltest.result
diff options
context:
space:
mode:
authorBjorn Munch <bjorn.munch@oracle.com>2011-01-11 10:54:42 +0100
committerBjorn Munch <bjorn.munch@oracle.com>2011-01-11 10:54:42 +0100
commit5376a76dea7cd8b15c4b95911a18233fc924d305 (patch)
tree00ec5ed4f78c3845f192d75410a28a9b6c94eb9d /mysql-test/r/mysqltest.result
parentf3bc9f699cb37bbecc24efbb46d2fdba01dcbb42 (diff)
downloadmariadb-git-5376a76dea7cd8b15c4b95911a18233fc924d305.tar.gz
Bug #58900 query_get_value crashes when result begins with dollar sign
Generalized fix for recursive backtick Optional arg to eval_expr telling it not to interpret
Diffstat (limited to 'mysql-test/r/mysqltest.result')
-rw-r--r--mysql-test/r/mysqltest.result3
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/mysqltest.result b/mysql-test/r/mysqltest.result
index 15730fff72c..00e4a598539 100644
--- a/mysql-test/r/mysqltest.result
+++ b/mysql-test/r/mysqltest.result
@@ -311,6 +311,9 @@ failing query in let
create table t1 (a varchar(100));
insert into t1 values ('`select 42`');
`select 42`
+insert into t1 values ('$dollar');
+$dollar
+`select 42`
drop table t1;
mysqltest: At line 1: Error running query 'failing query': 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'failing query' at line 1
mysqltest: At line 1: Missing required argument 'filename' to command 'source'