MySQL Forums
Forum List  »  Install & Repo

Re: Upgrade of help tables failed on 8.0.16
Posted by: Andrey Shcherbakov
Date: June 03, 2019 01:05AM

I modified code and add logging to sql execution.
And now i have error text

2019-06-03T06:56:47.216914Z 4 [ERROR] [MY-013178] [Server] Execution of server-side SQL statement 'SET sql_log_bin=0;
' failed with error code = 1694, error message = 'Cannot modify @@session.sql_log_bin inside a transaction'.

As of mysql-8.0.16/scripts/fill_help_tables.sql first line is
SET sql_log_bin=0;

And in my.cnf i have this lines
autocommit = OFF
completion_type = CHAIN

I commented them and now "Upgrade of help tables completed"!
So now i'm sure this is a bug and will report it.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

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.