mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Remove end . from error messages to get them consistent
Fixed a few failing tests
This commit is contained in:
@ -141,7 +141,7 @@ DROP SERVER s1;
|
||||
CREATE SERVER IF NOT EXISTS s1 FOREIGN DATA WRAPPER mysql OPTIONS (USER 'root', HOST 'localhost', DATABASE 'test');
|
||||
CREATE SERVER IF NOT EXISTS s1 FOREIGN DATA WRAPPER mysql OPTIONS (USER 'root', HOST 'localhost', DATABASE 'test');
|
||||
Warnings:
|
||||
Note 1476 The foreign server, s1, you are trying to create already exists.
|
||||
Note 1476 The foreign server, s1, you are trying to create already exists
|
||||
DROP SERVER IF EXISTS s1;
|
||||
DROP SERVER IF EXISTS s1;
|
||||
SHOW BINLOG EVENTS;
|
||||
|
Reference in New Issue
Block a user