Details
-
Technical task
-
Status: Stalled (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
Description
MariaDB [test]> CREATE TABLE bfiletest (myfile BFILE); |
ERROR 1064 (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 'BFILE)' at line 2 |
Bfile should translate to varchar(255) as a file path.