~james-page/ubuntu/precise/mysql-5.5/misc-fixes

« back to all changes in this revision

Viewing changes to sql/sys_vars.cc

  • Committer: Package Import Robot
  • Author(s): Marc Deslauriers
  • Date: 2012-06-11 07:34:33 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20120611073433-l9za2ni4ipp848y3
Tags: 5.5.24-0ubuntu0.12.04.1
* SECURITY UPDATE: Update to 5.5.24 to fix security issues (LP: #1011371)
  - http://dev.mysql.com/doc/refman/5.5/en/news-5-5-24.html

Show diffs side-by-side

added added

removed removed

Lines of Context:
2768
2768
       "port or if you have a special tunnel from the master or other clients "
2769
2769
       "to the slave. If not sure, leave this option unset",
2770
2770
       READ_ONLY GLOBAL_VAR(report_port), CMD_LINE(REQUIRED_ARG),
2771
 
       VALID_RANGE(0, UINT_MAX), DEFAULT(MYSQL_PORT), BLOCK_SIZE(1));
 
2771
       VALID_RANGE(0, UINT_MAX), DEFAULT(0), BLOCK_SIZE(1));
2772
2772
#endif
2773
2773
 
2774
2774
static Sys_var_mybool Sys_keep_files_on_create(