Merge rkalimullin@bk-internal.mysql.com:/home/bk/mysql-5.0

into mysql.com:/usr/home/ram/work/5.0.b10339
This commit is contained in:
ramil@mysql.com 2005-05-18 14:46:05 +05:00
commit 66b6bbfaea
4 changed files with 19 additions and 0 deletions

View file

@ -387,3 +387,11 @@ select a into @x from t1;
show warnings;
drop table t1;
#
# Bug #10339: read only variables.
#
--error 1238
set @@warning_count=1;
--error 1238
set @@global.error_count=1;