mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 13:02:28 +01:00
3e49bbd8e7
When dumping database from a 4.x server, the mysqldump client inserted a delimiter sign inside special commentaries of the form: /*!... CREATE DATABASE IF NOT EXISTS ... ;*/ During restoration that dump file was splitten by delimiter signs on the client side, and the rest of some commentary strings was prepended to following statements. The 4x_server_emul test case option has been added for use with the DBUG_EXECUTE_IF debugging macro. This option affects debug server builds only to emulate particular behavior of a 4.x server for the mysqldump client testing. Non-debugging builds are not affected.
1 line
31 B
Text
1 line
31 B
Text
--loose-debug=d,4x_server_emul
|