mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
rename debug variable to debug_dbug, to make test pass in release builds
(and to follow the naming conventons). keep old debug variable, but mark it as deprecated.
This commit is contained in:
parent
b86ba751da
commit
1efdd5a572
147 changed files with 1039 additions and 985 deletions
|
|
@ -251,7 +251,7 @@
|
|||
gdb ./mysqld
|
||||
|
||||
Then, withn the (gdb) prompt:
|
||||
(gdb) run --gdb --port=5554 --socket=/tmp/mysqld.5554 --skip-innodb --debug
|
||||
(gdb) run --gdb --port=5554 --socket=/tmp/mysqld.5554 --skip-innodb --debug-dbug
|
||||
|
||||
Next, I open several windows for each:
|
||||
|
||||
|
|
|
|||
|
|
@ -261,7 +261,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|||
gdb ./mysqld
|
||||
|
||||
Then, withn the (gdb) prompt:
|
||||
(gdb) run --gdb --port=5554 --socket=/tmp/mysqld.5554 --skip-innodb --debug
|
||||
(gdb) run --gdb --port=5554 --socket=/tmp/mysqld.5554 --skip-innodb --debug-dbug
|
||||
|
||||
Next, I open several windows for each:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue