mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
known results differences
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user