1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

MDEV-22189: Change error messages inside code to have mariadb instead of

mysql

Fix: Changed error messages, rerecorded results and changed other relevant
files.
This commit is contained in:
Rucha Deodhar
2021-03-18 13:17:30 +05:30
parent 16502e8cf3
commit 4e19539c14
69 changed files with 211 additions and 120 deletions

View File

@ -1,4 +1,4 @@
CALL mtr.add_suppression("but MySQL is asking statistics for 2 columns. Have you mixed");
CALL mtr.add_suppression("but MariaDB is asking statistics for 2 columns. Have you mixed");
CREATE TABLE tab(c1 int NOT NULL PRIMARY KEY,c2 POINT NOT NULL,
c3 LINESTRING NOT NULL,c4 POLYGON NOT NULL,c5 GEOMETRY NOT NULL)
ENGINE=InnoDB;