mirror of
https://github.com/MariaDB/server.git
synced 2025-12-24 11:21:21 +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.
1.8 KiB
1.8 KiB