Kaydet (Commit) e2ecce7e authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Combine mysqlc and connectivity.mysqlc log areas

Change-Id: I2d13401dc21548018235bab715d54eb3ae81b51b
Reviewed-on: https://gerrit.libreoffice.org/59807
Tested-by: Jenkins
Reviewed-by: 's avatarStephan Bergmann <sbergman@redhat.com>
üst 73c200d7
...@@ -83,7 +83,7 @@ void allocateSqlVar(void** mem, enum_field_types eType, unsigned nSize) ...@@ -83,7 +83,7 @@ void allocateSqlVar(void** mem, enum_field_types eType, unsigned nSize)
*mem = nullptr; *mem = nullptr;
break; break;
default: default:
SAL_WARN("mysqlc", "unknown enum_field_type"); SAL_WARN("connectivity.mysqlc", "unknown enum_field_type");
} }
} }
......
...@@ -125,7 +125,7 @@ void SAL_CALL OPreparedStatement::close() ...@@ -125,7 +125,7 @@ void SAL_CALL OPreparedStatement::close()
if (mysql_stmt_close(m_pStmt)) if (mysql_stmt_close(m_pStmt))
{ {
SAL_WARN("mysqlc", "failed to close mysql prepared statement"); SAL_WARN("connectivity.mysqlc", "failed to close mysql prepared statement");
} }
m_pStmt = nullptr; // it's deallocated already m_pStmt = nullptr; // it's deallocated already
clearWarnings(); clearWarnings();
......
...@@ -606,7 +606,6 @@ certain functionality. ...@@ -606,7 +606,6 @@ certain functionality.
@li @c lingucomponent @li @c lingucomponent
@li @c linguistic @li @c linguistic
@li @c lwp - lotuswordpro @li @c lwp - lotuswordpro
@li @c mysqlc
@li @c opencl @li @c opencl
@li @c opencl.device @li @c opencl.device
@li @c opencl.file @li @c opencl.file
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment