mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
66c06735a2
Add check for path length if CreateFile fails with ERROR_PATH_NOT_FOUND.
2 lines
200 B
Text
2 lines
200 B
Text
create table `...................................................`(i int);
|
|
ERROR HY000: Can't create table `test`.`...................................................` (errno: 38 "Filename too long")
|