mirror of
https://github.com/MariaDB/server.git
synced 2025-10-22 19:52:58 +03:00

Added missing DBUG_RETURN statements (in mysqldump.c) Added missing enums Fixed a lot of wrong DBUG_PRINT() statements, some of which could cause crashes Removed usage of %lld and %p in printf strings as these are not portable or produces different results on different systems.