Skip to content

Commit a079565

Browse files
committed
MDEV-10846 Running mysqldump backup twice returns error: Table 'mysql.proc' doesn't exist.
Update test results after 26b87c3
1 parent d451d77 commit a079565

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

mysql-test/r/mysqldump.result

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5236,9 +5236,6 @@ SET @@global.log_output="TABLE";
52365236
SET @@global.general_log='OFF';
52375237
SET @@global.slow_query_log='OFF';
52385238
DROP DATABASE mysql;
5239-
Warnings:
5240-
Error 1146 Table 'mysql.proc' doesn't exist
5241-
Error 1146 Table 'mysql.event' doesn't exist
52425239
SHOW CREATE TABLE mysql.general_log;
52435240
Table Create Table
52445241
general_log CREATE TABLE `general_log` (

0 commit comments

Comments
 (0)