projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3922ba6
)
dev/translation#14 Fix InnoDB Advanced Logging.
author
Mathieu Lutfy
<mathieu@symbiotic.coop>
Wed, 15 Aug 2018 16:41:48 +0000
(12:41 -0400)
committer
Mathieu Lutfy
<mathieu@bidon.ca>
Wed, 15 Aug 2018 16:41:48 +0000
(12:41 -0400)
CRM/Logging/Schema.php
patch
|
blob
|
blame
|
history
diff --git
a/CRM/Logging/Schema.php
b/CRM/Logging/Schema.php
index a24906ef91b1e79ca374af2d5c63847170126e52..c11b32e136bb9560586207bb1a271f4129b80869 100644
(file)
--- a/
CRM/Logging/Schema.php
+++ b/
CRM/Logging/Schema.php
@@
-331,7
+331,7
@@
AND (TABLE_NAME LIKE 'log_civicrm_%' $nonStandardTableNameString )
$updateLogConn = TRUE;
}
if (!empty($alterSql)) {
- CRM_Core_DAO::executeQuery("ALTER TABLE {$this->db}.{$logTable} " . implode(', ', $alterSql));
+ CRM_Core_DAO::executeQuery("ALTER TABLE {$this->db}.{$logTable} " . implode(', ', $alterSql)
, [], TRUE, NULL, FALSE, FALSE
);
}
}
if ($updateLogConn) {