woocommerce/includes/data-stores
Peter Fabian af7950910c Removed the transaction and locking code.
NOWAIT is not supported on MySQL server 5.5,

SELECT ... FOR UPDATE can leave lingering locks on InnoDB ("When InnoDB performs a complete rollback of a transaction, all locks set by the transaction are released. However, if just a single SQL statement is rolled back as a result of an error, some of the locks set by the statement may be preserved. This happens because InnoDB stores row locks in a format such that it cannot know afterward which lock was set by which statement.", via https://dev.mysql.com/doc/refman/5.5/en/innodb-deadlock-detection.html)
2019-05-15 15:09:16 +02:00
..
abstract-wc-order-data-store-cpt.php Add get_post_status helper method and ensure prefix gets added for most statuses 2019-04-03 14:21:38 +01:00
abstract-wc-order-item-type-data-store.php phpcs fixes in includes/data-stores/abstract-wc-order-item-type-data-store.php 2018-03-08 16:27:17 -03:00
class-wc-coupon-data-store-cpt.php Update coupons and orders to use update_or_delete_post_meta 2019-02-19 15:35:05 +00:00
class-wc-customer-data-store-session.php Don't mix session and customer data 2019-01-15 16:49:01 +00:00
class-wc-customer-data-store.php _woocommerce_tracks_anon_id to customere data store 2019-02-22 11:49:14 +13:00
class-wc-customer-download-data-store.php Update WordPress.DB.PreparedSQL.NotPrepared sniff name 2018-11-23 15:10:52 -02:00
class-wc-customer-download-log-data-store.php Fix: orderby and order parameters in WC_Customer_Download_Log_Data_Store::get_download_logs() 2018-07-30 16:40:21 -03:00
class-wc-data-store-wp.php Removed the extra parameter that didn't make sense. 2019-05-15 14:20:27 +02:00
class-wc-order-data-store-cpt.php check updated props for variables 2019-03-12 19:22:30 +00:00
class-wc-order-item-coupon-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-coupon-data-store.php 2018-03-08 16:28:31 -03:00
class-wc-order-item-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-data-store.php 2018-03-08 16:28:40 -03:00
class-wc-order-item-fee-data-store.php phpcs fixes in includes/data-stores/class-wc-order-item-fee-data-store.php 2018-03-08 16:28:49 -03:00
class-wc-order-item-product-data-store.php Rename class-wc-order-item-product-store.php to class-wc-order-item-product-data-store.php 2018-03-08 16:30:33 -03:00
class-wc-order-item-shipping-data-store.php PHPCS fixes in includes/data-stores/class-wc-order-item-shipping-data-store.php 2018-03-08 15:31:43 -03:00
class-wc-order-item-tax-data-store.php PHPCS fixes in includes/data-stores/class-wc-order-item-tax-data-store.php 2018-03-08 15:31:55 -03:00
class-wc-order-refund-data-store-cpt.php Merge pull request #23418 from szepeviktor/patch-2 2019-04-23 12:24:20 +01:00
class-wc-payment-token-data-store.php Correct invalid param type from id to int 2019-02-22 17:39:58 +01:00
class-wc-product-data-store-cpt.php Removed the transaction and locking code. 2019-05-15 15:09:16 +02:00
class-wc-product-grouped-data-store-cpt.php Renamed table to wc_product_meta_lookup 2019-02-15 12:37:45 +00:00
class-wc-product-variable-data-store-cpt.php During initial lookup generation set option 2019-04-23 15:23:47 +01:00
class-wc-product-variation-data-store-cpt.php Update the db only once if both title and attributes got updated. 2019-03-12 12:55:15 +01:00
class-wc-shipping-zone-data-store.php Dupe line 2019-03-11 15:55:25 +00:00
class-wc-webhook-data-store.php Update from master 2019-02-18 15:04:58 +00:00