From 13c4be9edc8a6a31c208cf170257553911ad88d8 Mon Sep 17 00:00:00 2001 From: Oleksiy Lukin <166376799+lukin-oleksiy@users.noreply.github.com> Date: Mon, 25 Nov 2024 12:27:47 +0200 Subject: [PATCH] Update CONTRIBUTING.md Co-authored-by: Yura Sorokin --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 12af0501458b..880969f84f6f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -222,7 +222,7 @@ This test ensures that you have working MySQL project. Maybe it is a good idea t When the tests are OK, you're ready to set up your favorite IDE for the project development. The build script above will give you a clue what CMake parameters to add to the project in IDE. -To be able to run and debug the _mysqld_ binary in your IDE, first run the following command in the "mysql-test" directory of the +To be able to run and debug the _mysqld-debug_ binary in your IDE, first run the following command in the "mysql-test" directory of the build tree: ```