mariadb/storage/xtradb/os
Jan Lindström f3bdf9d741 MDEV-7046: MySQL#74480 - Failing assertion: os_file_status(newpath, &exists, &type)
after Operating system error number 36 in a file operation.

Analysis: os_file_get_status did not handle error ENAMETOOLONG
correctly.

Fix: Add correct handling for error ENAMETOOLONG. Note that on InnoDB
case the error is not passed all the way up to server. That would
be bigger rewamp.
2014-11-25 11:38:01 +02:00
..
os0file.cc MDEV-7046: MySQL#74480 - Failing assertion: os_file_status(newpath, &exists, &type) 2014-11-25 11:38:01 +02:00
os0proc.cc
os0stacktrace.cc
os0sync.cc
os0thread.cc