diff options
author | jimw@mysql.com <> | 2005-07-25 11:25:28 -0700 |
---|---|---|
committer | jimw@mysql.com <> | 2005-07-25 11:25:28 -0700 |
commit | 3409537f2a31fc5c1334c2a9d8b5456903fa8166 (patch) | |
tree | 740db13069806b181ea0193bd73576bb51916444 /mysql-test/r/ps_1general.result | |
parent | 44a446dc07cc9335bca6c1d2957b6f2a5e28c996 (diff) | |
download | mariadb-git-3409537f2a31fc5c1334c2a9d8b5456903fa8166.tar.gz |
Don't force column header to @@session.var_name if @@local.var_name
was used. (Bug #10724)
Diffstat (limited to 'mysql-test/r/ps_1general.result')
-rw-r--r-- | mysql-test/r/ps_1general.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/ps_1general.result b/mysql-test/r/ps_1general.result index 97af043d4f2..c4ccdf9eb34 100644 --- a/mysql-test/r/ps_1general.result +++ b/mysql-test/r/ps_1general.result @@ -332,7 +332,7 @@ execute stmt1 ; ERROR 42S02: Unknown table 't5' prepare stmt1 from ' SELECT @@version ' ; execute stmt1 ; -@@VERSION +@@version <version> prepare stmt_do from ' do @var:= (1 in (select a from t1)) ' ; prepare stmt_set from ' set @var= (1 in (select a from t1)) ' ; |