mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
Rename network type "MySQL ..." again to "MariaDB or MySQL ...", and name it "MySQL" only if we're sure it's not anything else. This is a bit hacky, as I have to leave IsMySQL a bit inexact, so it still matches servers with version_comment="Source distribution" (see issue #1099)
This commit is contained in:
@@ -1439,7 +1439,7 @@ begin
|
||||
Prefix := 'MemSQL'
|
||||
else if IsProxySQLAdmin then
|
||||
Prefix := 'ProxySQL Admin'
|
||||
else if IsMySQL then
|
||||
else if ContainsText(ServerVersion, 'mysql') then
|
||||
Prefix := 'MySQL'
|
||||
else
|
||||
Prefix := 'MariaDB or MySQL';
|
||||
|
||||
Reference in New Issue
Block a user