mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 19:37:16 +02:00
a fix (bug #10339: Incorrect error is displayed if try to set value of internal ' warning_count ').
This commit is contained in:
parent
187ee4712b
commit
122c72e248
4 changed files with 19 additions and 0 deletions
|
|
@ -526,3 +526,7 @@ show warnings;
|
|||
Level Code Message
|
||||
Warning 1329 No data to FETCH
|
||||
drop table t1;
|
||||
set @@warning_count=1;
|
||||
ERROR HY000: Variable 'warning_count' is a read only variable
|
||||
set @@global.error_count=1;
|
||||
ERROR HY000: Variable 'error_count' is a read only variable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue