mirror of
https://github.com/MariaDB/server.git
synced 2025-12-13 20:03:16 +03:00
Problem: a typo in the code. When autocommit, foreign_key_checks, sql_auto_is_null, or unique_checks changes, it prints "SET", and then a comma-separated list of assignments. However, it does not print the assignment to the @@autocommit variable. Fix: print the @@autocommit variable.
37 KiB
37 KiB