summaryrefslogtreecommitdiff
path: root/INSTALL-SOURCE
diff options
context:
space:
mode:
authorSergei Golubchik <sergii@pisem.net>2011-12-15 22:07:58 +0100
committerSergei Golubchik <sergii@pisem.net>2011-12-15 22:07:58 +0100
commit1efdd5a572ef202f64ef43d1868b021cf8c60873 (patch)
treec68816016f9d44769d8205cde2f99636d90fe6a3 /INSTALL-SOURCE
parentb86ba751daf208f38aaa98672d10733fd7173eae (diff)
downloadmariadb-git-1efdd5a572ef202f64ef43d1868b021cf8c60873.tar.gz
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.
Diffstat (limited to 'INSTALL-SOURCE')
-rw-r--r--INSTALL-SOURCE6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL-SOURCE b/INSTALL-SOURCE
index 37f0468f41e..cfcc285cf67 100644
--- a/INSTALL-SOURCE
+++ b/INSTALL-SOURCE
@@ -1461,7 +1461,7 @@ shell> ./configure --with-debug
(http://forge.mysql.com/wiki/MySQL_Internals_Porting).
As of MySQL 5.1.12, using --with-debug to configure MySQL with
debugging support enables you to use the
- --debug="d,parser_debug" option when you start the server.
+ --debug-dbug="d,parser_debug" option when you start the server.
This causes the Bison parser that is used to process SQL
statements to dump a parser trace to the server's standard
error output. Typically, this output is written to the error
@@ -4725,7 +4725,7 @@ Note
the screen that may help solve the problem.
The last option is to start mysqld with the --standalone and
- --debug options. In this case, mysqld writes a log file
+ --debug-dbug options. In this case, mysqld writes a log file
C:\mysqld.trace that should contain the reason why mysqld doesn't
start. See MySQL Internals: Porting
(http://forge.mysql.com/wiki/MySQL_Internals_Porting).
@@ -7716,7 +7716,7 @@ Can't start server: Bind on unix socket...
MIT-pthreads.
If you cannot get mysqld to start, you can try to make a trace
- file to find the problem by using the --debug option. See MySQL
+ file to find the problem by using the --debug-dbug option. See MySQL
Internals: Porting
(http://forge.mysql.com/wiki/MySQL_Internals_Porting).