Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.1.7 can not use in mariadb 10.3 #1488

Open
RankRao opened this issue Jan 3, 2025 · 1 comment
Open

1.1.7 can not use in mariadb 10.3 #1488

RankRao opened this issue Jan 3, 2025 · 1 comment

Comments

@RankRao
Copy link

RankRao commented Jan 3, 2025

gh-ost --version
1.1.7 (git commit: d5ab048)

mysql --version
mysql Ver 15.1 Distrib 10.3.31-MariaDB, for Linux (x86_64) using readline 5.1

2025-01-03 02:18:57 FATAL Error 1193 (HY000): Unknown system variable 'transaction_isolation'

in mariadb,not have variable 'transaction_isolation',but have variable 'tx_isolation'

MariaDB [(none)]> show variables like '%isolation%';
+---------------+-----------------+
| Variable_name | Value |
+---------------+-----------------+
| tx_isolation | REPEATABLE-READ |
+---------------+-----------------+

@meiji163
Copy link
Contributor

meiji163 commented Jan 6, 2025

Thanks for the bug report, we don't currently have tests for MariaDB.
transaction_isolation was added in #1156. The fix would have to add a flag to specify MariaDB and change the connection parameter name to tx_isolation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants