diff options
author | unknown <sanja@montyprogram.com> | 2013-07-05 17:21:14 +0300 |
---|---|---|
committer | unknown <sanja@montyprogram.com> | 2013-07-05 17:21:14 +0300 |
commit | 00ee44ab821e6d8b3cfd5d058fb85e9157859eb7 (patch) | |
tree | 5ef1fae67e1abcfb7f7ba8c25d73e30f06252845 /mysql-test/r/sp-destruct.result | |
parent | aa6d8e49503c240854fdb41e54a32c89c9494c80 (diff) | |
download | mariadb-git-00ee44ab821e6d8b3cfd5d058fb85e9157859eb7.tar.gz |
known results differences
Diffstat (limited to 'mysql-test/r/sp-destruct.result')
-rw-r--r-- | mysql-test/r/sp-destruct.result | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mysql-test/r/sp-destruct.result b/mysql-test/r/sp-destruct.result index 6d85c3ce496..172e40cb40c 100644 --- a/mysql-test/r/sp-destruct.result +++ b/mysql-test/r/sp-destruct.result @@ -149,7 +149,7 @@ alter table mysql.proc drop column type; # The below statement should not cause assertion failure. drop database mysqltest; Warnings: -Error 1728 Column count of mysql.proc is wrong. Expected 20, found 19. The table is probably corrupted +Error 1805 Column count of mysql.proc is wrong. Expected 20, found 19. The table is probably corrupted # Restore mysql.proc. drop table mysql.proc; # @@ -166,7 +166,7 @@ CREATE PROCEDURE db1.p1() SET @foo = 10; ALTER TABLE mysql.proc MODIFY comment CHAR (32); DROP DATABASE db1; Warnings: -Error 1729 Cannot load from mysql.proc. The table is probably corrupted +Error 1728 Cannot load from mysql.proc. The table is probably corrupted # Restore mysql.proc DROP TABLE mysql.proc; RENAME TABLE proc_backup TO mysql.proc; |