Hi all,

I'm testing the fail-safety of InnoDB with MySQL, and I find that when
the data files are read-only, the process exits early instead of
returning an error code.

In the file innobase\os\os0file.c, the function os_file_handle_error()
does not recognize the error code 5, and so it terminates the process.

We are using Embedded MySQL, so when the process terminates, our EXE
goes down.  It would be ideal if the function could return an error code
so that we could continue.  Is there anything we can do?

Sincerely,
Matt Solnit <[EMAIL PROTECTED]>

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to