mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
MDEV-10846 Running mysqldump backup twice returns error: Table 'mysql.proc' doesn't exist.
Update test results after 26b87c3
This commit is contained in:
@@ -5236,9 +5236,6 @@ SET @@global.log_output="TABLE";
|
|||||||
SET @@global.general_log='OFF';
|
SET @@global.general_log='OFF';
|
||||||
SET @@global.slow_query_log='OFF';
|
SET @@global.slow_query_log='OFF';
|
||||||
DROP DATABASE mysql;
|
DROP DATABASE mysql;
|
||||||
Warnings:
|
|
||||||
Error 1146 Table 'mysql.proc' doesn't exist
|
|
||||||
Error 1146 Table 'mysql.event' doesn't exist
|
|
||||||
SHOW CREATE TABLE mysql.general_log;
|
SHOW CREATE TABLE mysql.general_log;
|
||||||
Table Create Table
|
Table Create Table
|
||||||
general_log CREATE TABLE `general_log` (
|
general_log CREATE TABLE `general_log` (
|
||||||
|
Reference in New Issue
Block a user