Hi,
I have a problem and the only reason I can see that the datadir is set put on
an encfs.
Clear old data, create encfs volume, I install the mysql tables, create the database, create a table, and inserts a row, select works, and everything is fine.
But when I stop mysql unmounts the encfs, remount it again and start mysql.
I get: ERROR 1146 (42S02): Table 'f.y' doesn't exist when I try to do select.
The only reason I can see is that datadir is on a encfs volume mounted with --public.
The same steps without putting it on an encfs works fine.
Also Myisams tables works fine, only Innodb are affected.
Ver 14.14 Distrib 5.5.28, linux, encfs version 1.7.4
Is this a bug, or is there any reason why Innodb should not work like this?
I have a problem and the only reason I can see that the datadir is set put on
an encfs.
Clear old data, create encfs volume, I install the mysql tables, create the database, create a table, and inserts a row, select works, and everything is fine.
But when I stop mysql unmounts the encfs, remount it again and start mysql.
I get: ERROR 1146 (42S02): Table 'f.y' doesn't exist when I try to do select.
The only reason I can see is that datadir is on a encfs volume mounted with --public.
The same steps without putting it on an encfs works fine.
Also Myisams tables works fine, only Innodb are affected.
Ver 14.14 Distrib 5.5.28, linux, encfs version 1.7.4
Is this a bug, or is there any reason why Innodb should not work like this?