提交 a4c58023 authored 作者: Christopher Rienzo's avatar Christopher Rienzo

Merge pull request #1791 in FS/freeswitch from…

Merge pull request #1791 in FS/freeswitch from bugfix/FS-11991-mod_mariadb-err-when-start-freeswitch to master

* commit '9520f8e1':
  FS-11991: [Core] Fix bug in the database module interface preventing tables from being created when no drop_sql
...@@ -1488,6 +1488,7 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive_ex(switch_cache_db_h ...@@ -1488,6 +1488,7 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive_ex(switch_cache_db_h
char tmp[100]; char tmp[100];
switch_snprintfv(tmp, sizeof(tmp), "%q-%i", "Unable to test_reactive with drop_sql", result); switch_snprintfv(tmp, sizeof(tmp), "%q-%i", "Unable to test_reactive with drop_sql", result);
} }
}
if ((result = database_interface_handle_exec(database_interface, dbh->native_handle.database_interface_dbh, reactive_sql, NULL)) != SWITCH_STATUS_SUCCESS) { if ((result = database_interface_handle_exec(database_interface, dbh->native_handle.database_interface_dbh, reactive_sql, NULL)) != SWITCH_STATUS_SUCCESS) {
char tmp[100]; char tmp[100];
...@@ -1503,7 +1504,6 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive_ex(switch_cache_db_h ...@@ -1503,7 +1504,6 @@ SWITCH_DECLARE(switch_bool_t) switch_cache_db_test_reactive_ex(switch_cache_db_h
r = (result == SWITCH_STATUS_SUCCESS); r = (result == SWITCH_STATUS_SUCCESS);
} }
} }
}
break; break;
case SCDB_TYPE_ODBC: case SCDB_TYPE_ODBC:
{ {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论