diff options
author | Manish Kumar <manish.4.kumar@oracle.com> | 2012-04-10 16:15:06 +0530 |
---|---|---|
committer | Manish Kumar <manish.4.kumar@oracle.com> | 2012-04-10 16:15:06 +0530 |
commit | d3782bffbdd2c5cdda3d6760acfaebfe9549aeef (patch) | |
tree | f84e12ae9d7d59211ad5a760ae203b35ac58c4de /sql/handler.cc | |
parent | 8465e5cf8827bb3ad937d2a238c3f8dbf98a31f0 (diff) | |
download | mariadb-git-d3782bffbdd2c5cdda3d6760acfaebfe9549aeef.tar.gz |
BUG#13917335 - ASSERTION `REPORT_PORT != 0' FAILED IN NETWORK_INIT ()
Problem - The cause of the failure is mainly due to the assert added in
the code as a result of the fix of the BUG-13333431. When we
start the server with the --skip-networking option enabled
we have the mysqld_port explicitly to 0. Since the value of
report_port is set to mysqld_port, the assertion that
(report_port!= 0) fails.
Fix - the fix of the problem is to assert the not zero value of
report_port only in the case the --skip-networking option is not
used to start the mysqld server.
Diffstat (limited to 'sql/handler.cc')
0 files changed, 0 insertions, 0 deletions