Support for other DB-Engines
| User, date | Message |
|---|---|
|
Written by sergtop
2 years ago Category: General 50 posts since Mon, 23 Nov 09 |
Might be useful to support other DB-engines forked from MySQL, like Percona, MariaDB, etc with their native features. At the same time some native MySQL features may not be supported by these engines that causes error messages while using Heidi with these forks. |
|
Written by sergtop
2 years ago 50 posts since Mon, 23 Nov 09 |
this is not the same issue as #964 as these are forks with peculiarities, but not really other engines |
|
Written by ansgar
2 years ago 4027 posts since Fri, 07 Apr 06 |
What exact features are missing for Maria or Percona? |
|
Written by srsbiz
2 years ago 3 posts since Tue, 16 Aug 11 |
As for Percona there one feature missing - an icon in session manager |
|
Written by ansgar
2 years ago 4027 posts since Fri, 07 Apr 06 |
I have no Percona running here. If you tell me how Percona is reporting its version string I will probably be able to add a different icon. Is there an icon? |
|
Written by srsbiz
2 years ago 3 posts since Tue, 16 Aug 11 |
show variables like 'version%' Variable_name Value As for icon I belive you can use favicon http://www.percona.com/static/images/percona_favicon.ico |
|
Written by ansgar
2 years ago 4027 posts since Fri, 07 Apr 06 |
Thanks. Is that "percona" string not fetchable via mysql_get_server_info(FHandle) ?Fetching it via SHOW VARIABLES LIKE 'version%' will force me to add an extra query to the startup process, just to see if it's Percona or not. |
|
Written by ansgar
2 years ago 4027 posts since Fri, 07 Apr 06 |
You can see what mysql_get_server_info() returns by moving your mouse to the status bar panel which says "MySQL 5.x.x", which then pops up some more details. Please report here what it does say. Thanks. |
|
Written by srsbiz
2 years ago 3 posts since Tue, 16 Aug 11 |
Popup doesn't say anything about Percona either. As for extra query, now there are two queries fetching variables, maybe they can be reduced to one: SHOW VARIABLES WHERE Variable_name IN('hostname','version_comment','version_compile_os') |
|
Written by ansgar
2 years ago 4027 posts since Fri, 07 Apr 06 |
That WHERE... syntax would fail on older MySQL servers (was introduced in 5.0.3). Instead I'll just use SHOW VARIABLES and use it also for the host/variables tab. |
|
Written by ansgar
2 years ago 4027 posts since Fri, 07 Apr 06 |
Done in r3930 |
|
Please login to leave a reply, or register at first. |