From 8051e1b8b6e35426132aabed95082609db3af89d Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Sun, 18 Apr 2021 10:52:01 +1000 Subject: [PATCH] [REF] Fix installation of the search display table on MySQL 5.36 in tests --- ext/search/sql/auto_install.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/search/sql/auto_install.sql b/ext/search/sql/auto_install.sql index 4bdafa82d5..03d97ca2e8 100644 --- a/ext/search/sql/auto_install.sql +++ b/ext/search/sql/auto_install.sql @@ -64,6 +64,6 @@ CREATE TABLE `civicrm_search_display` ( ) , CONSTRAINT FK_civicrm_search_display_saved_search_id FOREIGN KEY (`saved_search_id`) REFERENCES `civicrm_saved_search`(`id`) ON DELETE CASCADE -) ; +) ROW_FORMAT=DYNAMIC ; - \ No newline at end of file + -- 2.25.1