MySQL Forums
Forum List  »  MySQL Shell

Re: MySQL Upgrade Checker issue
Posted by: Nick Nick
Date: April 02, 2024 05:33PM

Have just noticed that I was a little over zealous in stripping down the quote definition;

| quotedJobs | CREATE ALGORITHM=UNDEFINED DEFINER=`root`@`%` SQL SECURITY DEFINER VIEW `quotedJobs` AS select `quotes`.`job` AS `jobId`,`quotes`.`created` AS `quoteCreated` on((`quotes`.`provider` = `providers`.`id`))) left join `providerRatings` on((`quotes`.`provider` = `providerRatings`.`providerId`))) | utf8mb4 | utf8mb4_general_ci |

...Just for the record, the missing and critical entry is;

`jobs`.`created` AS `jobCreated`

Options: ReplyQuote


Subject
Views
Written By
Posted
245
April 02, 2024 05:29PM
Re: MySQL Upgrade Checker issue
140
April 02, 2024 05:33PM


Sorry, only registered users may post in this forum.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.