mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
MDEV-19944 Remove GIS data types from keyword list in lex.h
This commit is contained in:
@ -9347,8 +9347,7 @@ CREATE PROCEDURE sp1( )
|
||||
BEGIN
|
||||
declare x char1;
|
||||
END//
|
||||
ERROR 42000: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'char1;
|
||||
END' at line 3
|
||||
ERROR HY000: Unknown data type: 'char1'
|
||||
DROP PROCEDURE IF EXISTS sp1;
|
||||
Warnings:
|
||||
Note 1305 PROCEDURE db_storedproc.sp1 does not exist
|
||||
|
Reference in New Issue
Block a user