1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Change error message when using DROP VIEW on a non existing view from

"Unknown table" to "Unknown view"
This commit is contained in:
Monty
2017-03-26 22:30:43 +03:00
committed by Alexander Barkov
parent 17a87d6063
commit 470c3fd98d
18 changed files with 49 additions and 49 deletions

View File

@ -160,7 +160,7 @@ Note 1050 Table 'v1' already exists
DROP VIEW IF EXISTS v1;
DROP VIEW IF EXISTS v1;
Warnings:
Note 1051 Unknown table 'test.v1'
Note 4067 Unknown VIEW: 'test.v1'
SHOW BINLOG EVENTS;
Log_name Pos Event_type Server_id End_log_pos Info
# # Format_desc 1 # VER