~tsarev/percona-server/5.5-processlist_rows_stats-sporadic_fails-fix

« back to all changes in this revision

Viewing changes to log_warnings_suppress.patch

  • Committer: Oleg Tsarev
  • Date: 2011-05-11 13:27:33 UTC
  • mto: This revision was merged to the branch mainline in revision 110.
  • Revision ID: oleg.tsarev@percona.com-20110511132733-hvqta1d712hp9ozr
port to 5.5.12 second part

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
diff -ruN a/sql/sys_vars.cc b/sql/sys_vars.cc
69
69
--- a/sql/sys_vars.cc   2011-04-09 18:48:55.000000000 +0400
70
70
+++ b/sql/sys_vars.cc   2011-04-09 18:48:59.000000000 +0400
71
 
@@ -1434,6 +1434,15 @@
 
71
@@ -1470,6 +1470,15 @@
72
72
        READ_ONLY GLOBAL_VAR(mysqld_port), CMD_LINE(REQUIRED_ARG, 'P'),
73
73
        VALID_RANGE(0, UINT_MAX32), DEFAULT(0), BLOCK_SIZE(1));
74
74