Changes between Initial Version and Version 1 of Ticket #24093, comment 14
- Timestamp:
- 04/13/2014 06:36:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24093, comment 14
initial v1 20 20 wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'szkolenia' AND (wp_posts.post_status = 'publish' OR wp_posts.post_author = 18 AND wp_posts.post_status = 'private') AND (wp_postmeta.meta_key = 'crs_date_from' ) GROUP BY wp_posts.ID ORDER BY wp_postmeta.meta_value ASC 21 21 }}} 22 Also this is an error from mysql: 23 24 25 {{{ 26 #1054 - Unknown column 'wp_postmeta.meta_key' in 'where clause' 27 }}} 28 22 29 23 30 and before patch: