mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Worked around the problem described in bug #43884.
This commit is contained in:
@ -73,7 +73,7 @@ enable_warnings;
|
||||
|
||||
CREATE TABLE t1 (t text);
|
||||
DELIMITER |;
|
||||
CREATE PROCEDURE p(file TEXT)
|
||||
CREATE PROCEDURE p(file varchar(4096))
|
||||
BEGIN
|
||||
INSERT INTO t1 VALUES (LOAD_FILE(file));
|
||||
END|
|
||||
|
Reference in New Issue
Block a user