github/gh-ost

1.1.7 can not use in mariadb 10.3

Open

#1.488 geöffnet am 3. Jan. 2025

Auf GitHub ansehen
 (3 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (819 Forks)batch import
buggood first issue

Repository-Metriken

Stars
 (8.101 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 17T 1h) (12 gemergte PRs in 30 T)

Beschreibung

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

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 | +---------------+-----------------+

Contributor Guide