mirror of
https://github.com/MariaDB/server.git
synced 2025-08-24 14:48:09 +03:00
Syntax. Server support. Test cases. InnoDB bugfixes: * don't mess around with system sprintf's, always use my_error() for errors. * don't use InnoDB internal error codes where OS error codes are expected. * don't say "file not found", when it was.