From 3c8a54c57600e7420cfb26709b49a307f5d56f1e Mon Sep 17 00:00:00 2001 From: Chris McCluskey Date: Wed, 5 Jul 2023 15:33:25 -0700 Subject: [PATCH] Add change file --- .../refactor-mysql-dual-table-in-favor-of-real-table | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 plugins/woocommerce/changelog/refactor-mysql-dual-table-in-favor-of-real-table diff --git a/plugins/woocommerce/changelog/refactor-mysql-dual-table-in-favor-of-real-table b/plugins/woocommerce/changelog/refactor-mysql-dual-table-in-favor-of-real-table new file mode 100644 index 00000000000..d429f43bd7c --- /dev/null +++ b/plugins/woocommerce/changelog/refactor-mysql-dual-table-in-favor-of-real-table @@ -0,0 +1,4 @@ +Significance: patch +Type: tweak + +Use existing table instead of 'DUAL' to support hosts which do not support 'DUAL'.