diff options
author | unknown <tnurnberg@sin.intern.azundris.com> | 2007-10-18 10:55:42 +0200 |
---|---|---|
committer | unknown <tnurnberg@sin.intern.azundris.com> | 2007-10-18 10:55:42 +0200 |
commit | 4e1e091c9e19c108e9c19c1752fce152183943e5 (patch) | |
tree | 5aa999685f705164d33cbb12c28d5a7d3a1ba2c8 /mysql-test/r/variables.result | |
parent | 3afdb865f1e2c6e0b3b736de2390af1902334e10 (diff) | |
parent | b088967252dd925f6aa6c9270744374f80fb47e8 (diff) | |
download | mariadb-git-4e1e091c9e19c108e9c19c1752fce152183943e5.tar.gz |
Merge sin.intern.azundris.com:/misc/mysql/31588/50-31588
into sin.intern.azundris.com:/misc/mysql/31588/51-31588
mysql-test/r/variables.result:
Auto merged
mysql-test/t/variables.test:
Auto merged
sql/set_var.cc:
Auto merged
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 19b48efe6b4..ad56ddc2e94 100644 --- a/mysql-test/r/variables.result +++ b/mysql-test/r/variables.result @@ -797,6 +797,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: |