diff options
author | tnurnberg@sin.intern.azundris.com <> | 2007-10-18 10:51:10 +0200 |
---|---|---|
committer | tnurnberg@sin.intern.azundris.com <> | 2007-10-18 10:51:10 +0200 |
commit | 4a48f2b3f4accc77cae142b9879cf10d34f05b53 (patch) | |
tree | 8717318dd6e068daea01d3cbcb85aeba8f2f25ab /mysql-test/r/variables.result | |
parent | 7f67efccef94449ef6c797583a2695b27a9b7376 (diff) | |
parent | e6ef54b31f9f59316e5b4037a868f030a3990b3d (diff) | |
download | mariadb-git-4a48f2b3f4accc77cae142b9879cf10d34f05b53.tar.gz |
Merge sin.intern.azundris.com:/misc/mysql/31588/41-31588
into sin.intern.azundris.com:/misc/mysql/31588/50-31588
Diffstat (limited to 'mysql-test/r/variables.result')
-rw-r--r-- | mysql-test/r/variables.result | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mysql-test/r/variables.result b/mysql-test/r/variables.result index 3d76f8e4a90..d5fc8f57f8a 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -673,6 +673,9 @@ set @@query_prealloc_size = @test; select @@query_prealloc_size = @test; @@query_prealloc_size = @test 1 +set global sql_mode=repeat('a',80); +ERROR 42000: Variable 'sql_mode' can't be set to the value of 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa' +End of 4.1 tests create table t1 (a int); select a into @x from t1; Warnings: |